Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/cxd2099/
Dcxd2099.c51 int slot_stat; member
596 if (!ci->slot_stat) { in campoll()
597 ci->slot_stat = DVB_CA_EN50221_POLL_CAM_PRESENT; in campoll()
602 if (ci->slot_stat) { in campoll()
603 ci->slot_stat = 0; in campoll()
610 ci->slot_stat == DVB_CA_EN50221_POLL_CAM_PRESENT) { in campoll()
612 ci->slot_stat |= DVB_CA_EN50221_POLL_CAM_READY; in campoll()
629 return ci->slot_stat; in poll_slot_status()
/linux-4.1.27/drivers/ata/
Dsata_sil24.c1108 u32 slot_stat, qc_active; in sil24_host_intr() local
1121 slot_stat = readl(port + PORT_SLOT_STAT); in sil24_host_intr()
1123 if (unlikely(slot_stat & HOST_SSTAT_ATTN)) { in sil24_host_intr()
1128 qc_active = slot_stat & ~HOST_SSTAT_ATTN; in sil24_host_intr()
1144 slot_stat, ap->link.active_tag, ap->link.sactive); in sil24_host_intr()