Lines Matching refs:pcfg
86 if (__raw_readq(&tx4938_ccfgptr->pcfg) & in rbtx4938_pci_setup()
144 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_SPI_SEL); in rbtx4938_spi_setup()
156 unsigned long long pcfg; in rbtx4938_mem_setup() local
174 txx9_clear64(&tx4938_ccfgptr->pcfg, in rbtx4938_mem_setup()
180 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
181 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL); in rbtx4938_mem_setup()
186 txx9_set64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_ATA_SEL); in rbtx4938_mem_setup()
187 txx9_clear64(&tx4938_ccfgptr->pcfg, TX4938_PCFG_NDF_SEL); in rbtx4938_mem_setup()
191 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg); in rbtx4938_mem_setup()
193 (pcfg & TX4938_PCFG_NDF_SEL) ? "enabled" : "disabled", in rbtx4938_mem_setup()
194 (pcfg & TX4938_PCFG_ATA_SEL) ? "enabled" : "disabled"); in rbtx4938_mem_setup()
198 pcfg = ____raw_readq(&tx4938_ccfgptr->pcfg); /* updated */ in rbtx4938_mem_setup()
200 if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()
204 else if ((pcfg & (TX4938_PCFG_ATA_SEL | TX4938_PCFG_NDF_SEL)) == in rbtx4938_mem_setup()