Home
last modified time | relevance | path

Searched refs:slot_stat (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dcxd2099.c50 int slot_stat; member
517 if (!ci->slot_stat) { in campoll()
518 ci->slot_stat |= in campoll()
524 if (ci->slot_stat) { in campoll()
525 ci->slot_stat = 0; in campoll()
532 ci->slot_stat == DVB_CA_EN50221_POLL_CAM_PRESENT) { in campoll()
534 ci->slot_stat |= DVB_CA_EN50221_POLL_CAM_READY; in campoll()
550 return ci->slot_stat; in poll_slot_status()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil24.c1100 u32 slot_stat, qc_active; in sil24_host_intr() local
1113 slot_stat = readl(port + PORT_SLOT_STAT); in sil24_host_intr()
1115 if (unlikely(slot_stat & HOST_SSTAT_ATTN)) { in sil24_host_intr()
1120 qc_active = slot_stat & ~HOST_SSTAT_ATTN; in sil24_host_intr()
1136 slot_stat, ap->link.active_tag, ap->link.sactive); in sil24_host_intr()