Searched refs:gpif_stat (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/pci/mantis/
H A Dmantis_evm.c44 u32 gpif_stat; mantis_hifevm_work() local
46 gpif_stat = mmread(MANTIS_GPIF_STATUS); mantis_hifevm_work()
48 if (gpif_stat & MANTIS_GPIF_DETSTAT) { mantis_hifevm_work()
49 if (gpif_stat & MANTIS_CARD_PLUGIN) { mantis_hifevm_work()
58 if (gpif_stat & MANTIS_CARD_PLUGOUT) { mantis_hifevm_work()
77 if (gpif_stat & MANTIS_SBUF_OVFLW) mantis_hifevm_work()
80 if (gpif_stat & MANTIS_GPIF_BRRDY) mantis_hifevm_work()
83 if (gpif_stat & MANTIS_GPIF_INTSTAT) mantis_hifevm_work()
86 if (gpif_stat & MANTIS_SBUF_EMPTY) mantis_hifevm_work()
89 if (gpif_stat & MANTIS_SBUF_OPDONE) { mantis_hifevm_work()
H A Dmantis_pcmcia.c90 u32 gpif_stat, card_stat; mantis_pcmcia_init() local
93 gpif_stat = mmread(MANTIS_GPIF_STATUS); mantis_pcmcia_init()
96 if (gpif_stat & MANTIS_GPIF_DETSTAT) { mantis_pcmcia_init()

Completed in 71 milliseconds