first_dword 182 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c int first_dword, last_dword; first_dword 195 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c first_dword = eeprom->offset >> 2; first_dword 198 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32), first_dword 203 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c for (i = first_dword; i < last_dword; i++) { first_dword 204 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c if (!atl1c_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { first_dword 210 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c int first_dword, last_dword; first_dword 222 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c first_dword = eeprom->offset >> 2; first_dword 225 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32), first_dword 230 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c for (i = first_dword; i < last_dword; i++) { first_dword 231 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c if (!atl1e_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) { first_dword 251 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c int first_dword, last_dword; first_dword 261 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c first_dword = eeprom->offset >> 2; first_dword 272 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c if (!atl1e_read_eeprom(hw, first_dword * 4, &(eeprom_buff[0]))) { first_dword 283 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c &(eeprom_buff[last_dword - first_dword]))) { first_dword 292 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c for (i = 0; i < last_dword - first_dword + 1; i++) { first_dword 293 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c if (!atl1e_write_eeprom(hw, ((first_dword + i) * 4), first_dword 1912 drivers/net/ethernet/atheros/atlx/atl2.c int first_dword, last_dword; first_dword 1924 drivers/net/ethernet/atheros/atlx/atl2.c first_dword = eeprom->offset >> 2; first_dword 1927 drivers/net/ethernet/atheros/atlx/atl2.c eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32), first_dword 1932 drivers/net/ethernet/atheros/atlx/atl2.c for (i = first_dword; i < last_dword; i++) { first_dword 1933 drivers/net/ethernet/atheros/atlx/atl2.c if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) { first_dword 1954 drivers/net/ethernet/atheros/atlx/atl2.c int max_len, first_dword, last_dword, ret_val = 0; first_dword 1965 drivers/net/ethernet/atheros/atlx/atl2.c first_dword = eeprom->offset >> 2; first_dword 1976 drivers/net/ethernet/atheros/atlx/atl2.c if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) { first_dword 1988 drivers/net/ethernet/atheros/atlx/atl2.c &(eeprom_buff[last_dword - first_dword]))) { first_dword 1997 drivers/net/ethernet/atheros/atlx/atl2.c for (i = 0; i < last_dword - first_dword + 1; i++) { first_dword 1998 drivers/net/ethernet/atheros/atlx/atl2.c if (!atl2_write_eeprom(hw, ((first_dword+i)*4), eeprom_buff[i])) {