Searched refs:AT_WRITE_REG_ARRAY (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ | 
| D | atl1e_hw.c | 57 	AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value);  in atl1e_hw_set_mac_addr() 61 	AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 1, value);  in atl1e_hw_set_mac_addr() 206 	AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta);  in atl1e_hash_set() 582 	AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, 1, 0);  in atl1e_init_hw()
  | 
| D | atl1e.h | 492 #define AT_WRITE_REG_ARRAY(a, reg, offset, value) ( \  macro
  | 
| D | atl1e_main.c | 307 	AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, 1, 0);  in atl1e_set_multi()
  | 
| /linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ | 
| D | atl1c_hw.c | 58 	AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value);  in atl1c_hw_set_mac_addr() 62 	AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 1, value);  in atl1c_hw_set_mac_addr() 255 	AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta);  in atl1c_hash_set()
  | 
| D | atl1c.h | 593 #define AT_WRITE_REG_ARRAY(a, reg, offset, value) ( \  macro
  | 
| D | atl1c_main.c | 411 	AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, 1, 0);  in atl1c_set_multi()
  |