Searched refs:pbus_data_low (Results 1 – 1 of 1) sorted by relevance
352 int pbus_data_low, pbus_data_high; in __air_buckpbus_reg_read() local373 pbus_data_low = __phy_read(phydev, AIR_BPBUS_RD_DATA_LOW); in __air_buckpbus_reg_read()374 if (pbus_data_low < 0) in __air_buckpbus_reg_read()375 return pbus_data_low; 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() local424 pbus_data_low = __phy_read(phydev, AIR_BPBUS_RD_DATA_LOW); in __air_buckpbus_reg_modify()425 if (pbus_data_low < 0) in __air_buckpbus_reg_modify()426 return pbus_data_low; in __air_buckpbus_reg_modify()428 pbus_data_old = pbus_data_low | (pbus_data_high << 16); in __air_buckpbus_reg_modify()