Searched refs:p_value (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 140 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) in atl1c_read_eeprom() argument 168 AT_READ_REG(hw, REG_EEPROM_DATA_LO, p_value); in atl1c_read_eeprom() 170 *p_value = swab32((data << 16) | (*p_value >> 16)); in atl1c_read_eeprom()
|
H A D | atl1c_hw.h | 35 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value);
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | interactive.c | 2090 char *p_value = NULL; in fsl_ddr_interactive() local 2161 p_value = argv[argc - 1]; in fsl_ddr_interactive() 2174 value = simple_strtoul(p_value, in fsl_ddr_interactive() 2188 p_element, p_value); in fsl_ddr_interactive() 2194 ctrl_num, p_element, p_value); in fsl_ddr_interactive() 2200 p_element, p_value); in fsl_ddr_interactive() 2214 p_value); in fsl_ddr_interactive()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 102 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom() argument 121 *p_value = AT_READ_REG(hw, REG_VPD_DATA); in atl1e_read_eeprom()
|
H A D | atl1e_hw.h | 31 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 307 static bool atl1_read_eeprom(struct atl1_hw *hw, u32 offset, u32 *p_value) in atl1_read_eeprom() argument 328 *p_value = ioread32(hw->hw_addr + REG_VPD_DATA); in atl1_read_eeprom()
|