Home
last modified time | relevance | path

Searched refs:TX4939_PCFG_ATA1MODE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dsetup_tx4939.c409 if ((pcfg & (TX4939_PCFG_ATA1MODE | in tx4939_ata_init()
411 TX4939_PCFG_ET0MODE)) == TX4939_PCFG_ATA1MODE) in tx4939_ata_init()
527 if (!(pcfg & TX4939_PCFG_ATA1MODE)) { in tx4939_stop_unused_modules()
/OK3568_Linux_fs/kernel/arch/mips/txx9/rbtx4939/
H A Dsetup.c67 if (!(__raw_readq(&tx4939_ccfgptr->pcfg) & TX4939_PCFG_ATA1MODE) && in rbtx4939_pci_setup()
122 if (pcfg & TX4939_PCFG_ATA1MODE) { in rbtx4939_update_ioc_pen()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/txx9/
H A Dtx4939.h282 #define TX4939_PCFG_ATA1MODE 0x0000020000000000ULL macro