Searched refs:pbus_data_high (Results 1 – 1 of 1) sorted by relevance
352 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_read() local369 pbus_data_high = __phy_read(phydev, AIR_BPBUS_RD_DATA_HIGH); in __air_buckpbus_reg_read()370 if (pbus_data_high < 0) in __air_buckpbus_reg_read()371 return pbus_data_high; in __air_buckpbus_reg_read()377 *pbus_data = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_read()402 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_modify() local420 pbus_data_high = __phy_read(phydev, AIR_BPBUS_RD_DATA_HIGH); in __air_buckpbus_reg_modify()421 if (pbus_data_high < 0) in __air_buckpbus_reg_modify()422 return pbus_data_high; in __air_buckpbus_reg_modify()428 pbus_data_old = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_modify()