read_prom_byte    110 drivers/atm/he.c static u8 read_prom_byte(struct he_dev *he_dev, int addr);
read_prom_byte   1086 drivers/atm/he.c 		he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i);
read_prom_byte   1088 drivers/atm/he.c 	he_dev->media = read_prom_byte(he_dev, MEDIA);
read_prom_byte   1091 drivers/atm/he.c 		dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i);