Lines Matching refs:value
724 * devices we use hard-coded value.
1514 * tb_switch_wait_for_bit() - Wait for specified value of bits in offset
1515 * @sw: Router to read the offset value from
1518 * @value: Value of the bits to wait for
1521 * Wait till the specified bits in specified offset reach specified value.
1522 * Returns %0 in case of success, %-ETIMEDOUT if the @value was not reached
1526 u32 value, int timeout_msec)
1538 if ((val & bit) == value)
1671 * value of /sys/bus/thunderbolt/devices/.../authorized.
3203 * value of @runtime and then sets sleep bit for the router. If @sw is
3446 unsigned int pcie_offset, u32 value)
3455 ret = tb_sw_write(sw, &value, TB_CFG_SWITCH, offset, 1);