Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_eeprom.c134 dd->ipath_extctrl &= ~dir_mask; in i2c_gpio_set()
137 dd->ipath_extctrl |= dir_mask; in i2c_gpio_set()
139 ipath_write_kreg(dd, dd->ipath_kregs->kr_extctrl, dd->ipath_extctrl); in i2c_gpio_set()
183 dd->ipath_extctrl &= ~mask; in i2c_gpio_get()
184 ipath_write_kreg(dd, dd->ipath_kregs->kr_extctrl, dd->ipath_extctrl); in i2c_gpio_get()
368 dd->ipath_extctrl = ipath_read_kreg64(dd, dd->ipath_kregs->kr_extctrl); in eeprom_reset()
Dipath_iba6110.c1131 extctl = (dd->ipath_extctrl & ~INFINIPATH_EXTC_LEDGBLOK_ON) in ipath_setup_ht_setextled()
1138 extctl = dd->ipath_extctrl & in ipath_setup_ht_setextled()
1146 dd->ipath_extctrl = extctl; in ipath_setup_ht_setextled()
Dipath_kernel.h567 u64 ipath_extctrl; member