Searched refs:tb_switch_wait_for_bit (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/thunderbolt/ |
H A D | usb4.c | 78 ret = tb_switch_wait_for_bit(sw, ROUTER_CS_26, ROUTER_CS_26_OV, 0, 500); in usb4_native_switch_op() 326 return tb_switch_wait_for_bit(sw, ROUTER_CS_6, ROUTER_CS_6_CR, in usb4_switch_configuration_valid() 505 return tb_switch_wait_for_bit(sw, ROUTER_CS_6, ROUTER_CS_6_SLPR, in usb4_switch_set_sleep()
|
H A D | tb.h | 854 int tb_switch_wait_for_bit(struct tb_switch *sw, u32 offset, u32 bit,
|
H A D | switch.c | 1676 int tb_switch_wait_for_bit(struct tb_switch *sw, u32 offset, u32 bit, in tb_switch_wait_for_bit() function 3839 ret = tb_switch_wait_for_bit(sw, offset, in tb_switch_pcie_bridge_write()
|