last_dword        182 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c 	int first_dword, last_dword;
last_dword        196 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c 	last_dword = (eeprom->offset + eeprom->len - 1) >> 2;
last_dword        198 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c 	eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32),
last_dword        203 drivers/net/ethernet/atheros/atl1c/atl1c_ethtool.c 	for (i = first_dword; i < last_dword; i++) {
last_dword        210 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	int first_dword, last_dword;
last_dword        223 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	last_dword = (eeprom->offset + eeprom->len - 1) >> 2;
last_dword        225 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32),
last_dword        230 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	for (i = first_dword; i < last_dword; i++) {
last_dword        251 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	int first_dword, last_dword;
last_dword        262 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	last_dword = (eeprom->offset + eeprom->len - 1) >> 2;
last_dword        282 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 		if (!atl1e_read_eeprom(hw, last_dword * 4,
last_dword        283 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 				&(eeprom_buff[last_dword - first_dword]))) {
last_dword        292 drivers/net/ethernet/atheros/atl1e/atl1e_ethtool.c 	for (i = 0; i < last_dword - first_dword + 1; i++) {
last_dword       1912 drivers/net/ethernet/atheros/atlx/atl2.c 	int first_dword, last_dword;
last_dword       1925 drivers/net/ethernet/atheros/atlx/atl2.c 	last_dword = (eeprom->offset + eeprom->len - 1) >> 2;
last_dword       1927 drivers/net/ethernet/atheros/atlx/atl2.c 	eeprom_buff = kmalloc_array(last_dword - first_dword + 1, sizeof(u32),
last_dword       1932 drivers/net/ethernet/atheros/atlx/atl2.c 	for (i = first_dword; i < last_dword; i++) {
last_dword       1954 drivers/net/ethernet/atheros/atlx/atl2.c 	int max_len, first_dword, last_dword, ret_val = 0;
last_dword       1966 drivers/net/ethernet/atheros/atlx/atl2.c 	last_dword = (eeprom->offset + eeprom->len - 1) >> 2;
last_dword       1987 drivers/net/ethernet/atheros/atlx/atl2.c 		if (!atl2_read_eeprom(hw, last_dword * 4,
last_dword       1988 drivers/net/ethernet/atheros/atlx/atl2.c 					&(eeprom_buff[last_dword - first_dword]))) {
last_dword       1997 drivers/net/ethernet/atheros/atlx/atl2.c 	for (i = 0; i < last_dword - first_dword + 1; i++) {