Home
last modified time | relevance | path

Searched refs:IPATH_GPIO_PORT0_BIT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c1185 if ((gpiostatus & (1 << IPATH_GPIO_PORT0_BIT)) && in ipath_intr()
1194 to_clear |= (1 << IPATH_GPIO_PORT0_BIT); in ipath_intr()
1195 gpiostatus &= ~(1 << IPATH_GPIO_PORT0_BIT); in ipath_intr()
Dipath_kernel.h1010 #define IPATH_GPIO_PORT0_BIT 2 macro
Dipath_verbs.c1967 dd->ipath_gpio_mask |= (u64) (1 << IPATH_GPIO_PORT0_BIT); in enable_timer()
1985 dd->ipath_gpio_mask &= ~((u64) (1 << IPATH_GPIO_PORT0_BIT)); in disable_timer()