Home
last modified time | relevance | path

Searched refs:read_prom_byte (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhe.c110 static u8 read_prom_byte(struct he_dev *he_dev, int addr);
1086 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()
1088 he_dev->media = read_prom_byte(he_dev, MEDIA); in he_start()
1091 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()
2787 static u8 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte() function