Searched refs:IPATH_GPIO_PORT0_BIT (Results 1 - 3 of 3) 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.c1188 if ((gpiostatus & (1 << IPATH_GPIO_PORT0_BIT)) &&
1197 to_clear |= (1 << IPATH_GPIO_PORT0_BIT);
1198 gpiostatus &= ~(1 << IPATH_GPIO_PORT0_BIT);
H A Dipath_kernel.h1013 #define IPATH_GPIO_PORT0_BIT 2 macro
H A Dipath_verbs.c1943 dd->ipath_gpio_mask |= (u64) (1 << IPATH_GPIO_PORT0_BIT);
1962 dd->ipath_gpio_mask &= ~((u64) (1 << IPATH_GPIO_PORT0_BIT));

Completed in 40 milliseconds