Searched refs:pbus_data_high (Results 1 – 1 of 1) sorted by relevance
269 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_read() local286 pbus_data_high = __phy_read(phydev, AIR_BPBUS_RD_DATA_HIGH); in __air_buckpbus_reg_read()287 if (pbus_data_high < 0) in __air_buckpbus_reg_read()288 return pbus_data_high; in __air_buckpbus_reg_read()294 *pbus_data = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_read()319 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_modify() local337 pbus_data_high = __phy_read(phydev, AIR_BPBUS_RD_DATA_HIGH); in __air_buckpbus_reg_modify()338 if (pbus_data_high < 0) in __air_buckpbus_reg_modify()339 return pbus_data_high; in __air_buckpbus_reg_modify()345 pbus_data_old = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_modify()