Searched refs:target_oe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 71 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() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | qsfp.c | 29 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() [all...] |
Completed in 2 milliseconds