Home
last modified time | relevance | path

Searched refs:to_clear (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c1058 u32 to_set, to_clear; in ar9003_mci_send_2g5g_status() local
1064 to_clear = MCI_2G_FLAGS_CLEAR_MASK; in ar9003_mci_send_2g5g_status()
1067 to_clear = MCI_5G_FLAGS_CLEAR_MASK; in ar9003_mci_send_2g5g_status()
1071 if (to_clear) in ar9003_mci_send_2g5g_status()
1074 to_clear); in ar9003_mci_send_2g5g_status()
/linux-5.19.10/drivers/infiniband/hw/qib/
Dqib_iba6120.c1536 u32 to_clear = 0; in unlikely_6120_intr() local
1546 to_clear |= (gpiostatus & GPIO_ERRINTR_MASK); in unlikely_6120_intr()
1575 to_clear |= (gpiostatus & mask); in unlikely_6120_intr()
1581 if (to_clear) in unlikely_6120_intr()
1582 qib_write_kreg(dd, kr_gpio_clear, (u64) to_clear); in unlikely_6120_intr()
/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1884 tp->lun0p->to_clear = 0;
1890 tp->lunmp[ln]->to_clear = 0;
3291 (tp->lun0p && tp->lun0p->to_clear)) {
3298 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3430 if (tp->lun0p && tp->lun0p->to_clear)
3434 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3447 lp->to_clear = 0; /* We don't expect to fail here */
Dsym_hipd.h530 u_char to_clear; member
Dsym_glue.c955 if (lp) lp->to_clear = 1; in sym_exec_user_command()