[go: nahoru, domu]

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

/drivers/infiniband/hw/ipath/
H A Dipath_intr.c1158 u32 to_clear = 0; local
1166 to_clear |= (gpiostatus & IPATH_GPIO_ERRINTR_MASK);
1196 to_clear |= (1 << IPATH_GPIO_PORT0_BIT);
1212 to_clear |= (gpiostatus & mask);
1219 if (to_clear) {
1221 (u64) to_clear);
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c971 u32 new_flags, to_set, to_clear; local
978 to_clear = MCI_2G_FLAGS_CLEAR_MASK;
982 to_clear = MCI_5G_FLAGS_CLEAR_MASK;
986 if (to_clear)
989 to_clear);
/drivers/scsi/sym53c8xx_2/
H A 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 */
H A Dsym_hipd.h543 u_char to_clear; member in struct:sym_lcb
H A Dsym_glue.c979 if (lp) lp->to_clear = 1;
/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1556 u32 to_clear = 0; local
1566 to_clear |= (gpiostatus & GPIO_ERRINTR_MASK);
1595 to_clear |= (gpiostatus & mask);
1601 if (to_clear)
1602 qib_write_kreg(dd, kr_gpio_clear, (u64) to_clear);

Completed in 89 milliseconds