Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dqsfp.c29 u32 target_oe; in hfi1_setsda() local
31 target_oe = i2c_oe_csr(bus->num); in hfi1_setsda()
32 reg = read_csr(dd, target_oe); in hfi1_setsda()
43 write_csr(dd, target_oe, reg); in hfi1_setsda()
45 (void)read_csr(dd, target_oe); in hfi1_setsda()
53 u32 target_oe; in hfi1_setscl() local
55 target_oe = i2c_oe_csr(bus->num); in hfi1_setscl()
56 reg = read_csr(dd, target_oe); in hfi1_setscl()
67 write_csr(dd, target_oe, reg); in hfi1_setscl()
69 (void)read_csr(dd, target_oe); in hfi1_setscl()