Searched refs:tx_level (Results 1 – 2 of 2) sorted by relevance
75 unsigned char tx_level[2]; in rk630_phy_t22_get_txlevel_from_efuse() local107 ret = misc_read(dev, regs[0], &tx_level, 2); in rk630_phy_t22_get_txlevel_from_efuse()113 *txlevel_100 = tx_level[1]; in rk630_phy_t22_get_txlevel_from_efuse()114 *txlevel_10 = tx_level[0]; in rk630_phy_t22_get_txlevel_from_efuse()
547 int tx_level; in rockchip_sfc_write_fifo() local553 tx_level = rockchip_sfc_wait_txfifo_ready(sfc, 1000); in rockchip_sfc_write_fifo()554 if (tx_level < 0) in rockchip_sfc_write_fifo()555 return tx_level; in rockchip_sfc_write_fifo()556 write_words = min_t(u32, tx_level, dwords); in rockchip_sfc_write_fifo()564 tx_level = rockchip_sfc_wait_txfifo_ready(sfc, 1000); in rockchip_sfc_write_fifo()565 if (tx_level < 0) in rockchip_sfc_write_fifo()566 return tx_level; in rockchip_sfc_write_fifo()