Searched refs:pbus_data_low (Results 1 – 1 of 1) sorted by relevance
269 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_read() local290 pbus_data_low = __phy_read(phydev, AIR_BPBUS_RD_DATA_LOW); in __air_buckpbus_reg_read()291 if (pbus_data_low < 0) in __air_buckpbus_reg_read()292 return pbus_data_low; 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() local341 pbus_data_low = __phy_read(phydev, AIR_BPBUS_RD_DATA_LOW); in __air_buckpbus_reg_modify()342 if (pbus_data_low < 0) in __air_buckpbus_reg_modify()343 return pbus_data_low; in __air_buckpbus_reg_modify()345 pbus_data_old = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_modify()