Searched defs:p_value (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c175 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) argument
203 AT_READ_REG(hw, REG_EEPROM_DATA_LO, p_value);
205 *p_value = swab32((data << 16) | (*p_value >> 16));
/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c115 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) argument
134 *p_value = AT_READ_REG(hw, REG_VPD_DATA);
/drivers/net/ethernet/atheros/atlx/
H A Datl1.c326 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) argument
347 *p_value = ioread32(hw->hw_addr + REG_VPD_DATA);

Completed in 78 milliseconds