Lines Matching refs:pcfg
67 if (!(__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_ATA1MODE) && in rbtx4939_pci_setup()
68 (__raw_readq(&tx4939_ccfgptr->pcfg) & in rbtx4939_pci_setup()
113 __u64 pcfg = ____raw_readq(&tx4939_ccfgptr->pcfg); in rbtx4939_update_ioc_pen() local
118 if (pcfg & TX4939_PCFG_ATA0MODE) in rbtx4939_update_ioc_pen()
122 if (pcfg & TX4939_PCFG_ATA1MODE) { in rbtx4939_update_ioc_pen()
127 if (pcfg & TX4939_PCFG_ET0MODE) in rbtx4939_update_ioc_pen()
131 if (pcfg & TX4939_PCFG_ET1MODE) in rbtx4939_update_ioc_pen()
140 __u64 vmode = pcfg & in rbtx4939_update_ioc_pen()
156 if (pcfg & TX4939_PCFG_SPIMODE) { in rbtx4939_update_ioc_pen()
157 if (pcfg & TX4939_PCFG_SIO2MODE_GPIO) in rbtx4939_update_ioc_pen()
160 if (pcfg & TX4939_PCFG_SIO2MODE_SIO2) { in rbtx4939_update_ioc_pen()
168 if (pcfg & TX4939_PCFG_SIO3MODE) in rbtx4939_update_ioc_pen()
178 if ((pcfg & TX4939_PCFG_I2SMODE_MASK) == TX4939_PCFG_I2SMODE_GPIO) in rbtx4939_update_ioc_pen()
514 txx9_set64(&tx4939_ccfgptr->pcfg, TX4939_PCFG_ATA0MODE); in rbtx4939_setup()