Searched refs:tr_high (Results 1 – 1 of 1) sorted by relevance
30 u8 data_addr, u16 *tr_high, u16 *tr_low) in __mtk_tr_read() argument34 *tr_high = __phy_read(phydev, 0x12); in __mtk_tr_read()36 *tr_high, *tr_low); in __mtk_tr_read()53 u16 tr_high; in __mtk_tr_modify() local56 __mtk_tr_read(phydev, ch_addr, node_addr, data_addr, &tr_high, &tr_low); in __mtk_tr_modify()57 tr_data = (tr_high << 16) | tr_low; in __mtk_tr_modify()
Completed in 4 milliseconds