Searched refs:read_prom_byte (Results 1 – 1 of 1) sorted by relevance
110 static u8 read_prom_byte(struct he_dev *he_dev, int addr);1083 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()1085 he_dev->media = read_prom_byte(he_dev, MEDIA); in he_start()1088 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()2784 static u8 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte() function