Searched refs:read_prom_byte (Results 1 – 1 of 1) sorted by relevance
147 static u8 read_prom_byte(struct he_dev *he_dev, int addr);1118 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()1120 he_dev->media = read_prom_byte(he_dev, MEDIA); in he_start()1123 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()3002 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte() function