Home
last modified time | relevance | path

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

/drivers/staging/rdma/ipath/
Dipath_intr.c1156 u32 to_clear = 0; in ipath_intr() local
1164 to_clear |= (gpiostatus & IPATH_GPIO_ERRINTR_MASK); in ipath_intr()
1194 to_clear |= (1 << IPATH_GPIO_PORT0_BIT); in ipath_intr()
1210 to_clear |= (gpiostatus & mask); in ipath_intr()
1217 if (to_clear) { in ipath_intr()
1219 (u64) to_clear); in ipath_intr()
/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c1045 u32 new_flags, to_set, to_clear; in ar9003_mci_send_2g5g_status() local
1052 to_clear = MCI_2G_FLAGS_CLEAR_MASK; in ar9003_mci_send_2g5g_status()
1056 to_clear = MCI_5G_FLAGS_CLEAR_MASK; in ar9003_mci_send_2g5g_status()
1060 if (to_clear) in ar9003_mci_send_2g5g_status()
1063 to_clear); in ar9003_mci_send_2g5g_status()
/drivers/infiniband/hw/qib/
Dqib_iba6120.c1557 u32 to_clear = 0; in unlikely_6120_intr() local
1567 to_clear |= (gpiostatus & GPIO_ERRINTR_MASK); in unlikely_6120_intr()
1596 to_clear |= (gpiostatus & mask); in unlikely_6120_intr()
1602 if (to_clear) in unlikely_6120_intr()
1603 qib_write_kreg(dd, kr_gpio_clear, (u64) to_clear); in unlikely_6120_intr()
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1897 tp->lun0p->to_clear = 0;
1903 tp->lunmp[ln]->to_clear = 0;
3303 (tp->lun0p && tp->lun0p->to_clear)) {
3310 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3442 if (tp->lun0p && tp->lun0p->to_clear)
3446 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3459 lp->to_clear = 0; /* We don't expect to fail here */
Dsym_hipd.h543 u_char to_clear; member
Dsym_glue.c977 if (lp) lp->to_clear = 1; in sym_exec_user_command()