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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_intr.c1159 u32 to_clear = 0; local
1167 to_clear |= (gpiostatus & IPATH_GPIO_ERRINTR_MASK);
1197 to_clear |= (1 << IPATH_GPIO_PORT0_BIT);
1213 to_clear |= (gpiostatus & mask);
1220 if (to_clear) {
1222 (u64) to_clear);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c1141 BOOL to_clear = TRUE; local
1148 to_clear = FALSE;
1152 to_clear = FALSE;
1156 if (!to_clear) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1870 tp->lun0p->to_clear = 0;
1876 tp->lunmp[ln]->to_clear = 0;
3247 (tp->lun0p && tp->lun0p->to_clear)) {
3254 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3386 if (tp->lun0p && tp->lun0p->to_clear)
3390 if (tp->lunmp[k] && tp->lunmp[k]->to_clear) {
3403 lp->to_clear = 0; /* We don't expect to fail here */
H A Dsym_hipd.h535 u_char to_clear; member in struct:sym_lcb
H A Dsym_glue.c950 if (lp) lp->to_clear = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1551 u32 to_clear = 0; local
1561 to_clear |= (gpiostatus & GPIO_ERRINTR_MASK);
1590 to_clear |= (gpiostatus & mask);
1596 if (to_clear)
1597 qib_write_kreg(dd, kr_gpio_clear, (u64) to_clear);

Completed in 56 milliseconds