Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c8612 u64 qsfp_oe, target_oe; in hfi1_gpio_mod() local
8620 qsfp_oe = read_csr(dd, target_oe); in hfi1_gpio_mod()
8621 qsfp_oe = (qsfp_oe & ~(u64)mask) | (u64)dir; in hfi1_gpio_mod()
8622 write_csr(dd, target_oe, qsfp_oe); in hfi1_gpio_mod()