Searched refs:aq_hw_write_reg (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils.c | 100 aq_hw_write_reg(self, 0x404, 0x40e1); in hw_atl_utils_soft_reset_flb() 105 aq_hw_write_reg(self, 0x53C, val | 0x10); in hw_atl_utils_soft_reset_flb() 108 aq_hw_write_reg(self, HW_ATL_GLB_SOFT_RES_ADR, (gsr & 0xBFFF) | 0x8000); in hw_atl_utils_soft_reset_flb() 111 aq_hw_write_reg(self, 0x404, 0x80e0); in hw_atl_utils_soft_reset_flb() 112 aq_hw_write_reg(self, 0x32a8, 0x0); in hw_atl_utils_soft_reset_flb() 113 aq_hw_write_reg(self, 0x520, 0x1); in hw_atl_utils_soft_reset_flb() 117 aq_hw_write_reg(self, 0x53C, val | 0x10); in hw_atl_utils_soft_reset_flb() 120 aq_hw_write_reg(self, 0x53C, val & ~0x10); in hw_atl_utils_soft_reset_flb() 122 aq_hw_write_reg(self, 0x404, 0x180e0); in hw_atl_utils_soft_reset_flb() 139 aq_hw_write_reg(self, 0x404, 0x80e0); in hw_atl_utils_soft_reset_flb() [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_hw_utils.c | 30 aq_hw_write_reg(aq_hw, addr, reg_new); in aq_hw_write_reg_bit() 32 aq_hw_write_reg(aq_hw, addr, val); in aq_hw_write_reg_bit() 52 void aq_hw_write_reg(struct aq_hw_s *hw, u32 reg, u32 value) in aq_hw_write_reg() function
|
| H A D | aq_hw_utils.h | 35 void aq_hw_write_reg(struct aq_hw_s *hw, u32 reg, u32 value);
|