Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dqsfp.c71 u32 target_oe; in hfi1_setsda() local
73 target_oe = i2c_oe_csr(bus->num); in hfi1_setsda()
74 reg = read_csr(dd, target_oe); in hfi1_setsda()
85 write_csr(dd, target_oe, reg); in hfi1_setsda()
87 (void)read_csr(dd, target_oe); in hfi1_setsda()
95 u32 target_oe; in hfi1_setscl() local
97 target_oe = i2c_oe_csr(bus->num); in hfi1_setscl()
98 reg = read_csr(dd, target_oe); in hfi1_setscl()
109 write_csr(dd, target_oe, reg); in hfi1_setscl()
111 (void)read_csr(dd, target_oe); in hfi1_setscl()