Lines Matching refs:pcfg
85 if (__raw_readq(&tx4938_ccfgptr->pcfg) & in rbtx4938_pci_setup()
143 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_SPI_SEL); in rbtx4938_spi_setup()
155 unsigned long long pcfg; in rbtx4938_mem_setup() local
173 txx9_clear64(&tx4938_ccfgptr->pcfg, in rbtx4938_mem_setup()
179 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
180 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL); in rbtx4938_mem_setup()
185 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL); in rbtx4938_mem_setup()
186 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
190 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg); in rbtx4938_mem_setup()
192 (pcfg & TX4938_PCFG_NDF_SEL) ? "enabled" : "disabled", in rbtx4938_mem_setup()
193 (pcfg & TX4938_PCFG_ATA_SEL) ? "enabled" : "disabled"); in rbtx4938_mem_setup()
197 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg); /* updated */ in rbtx4938_mem_setup()
199 if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()
203 else if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()