Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dhe.c110 static u8 read_prom_byte(struct he_dev *he_dev, int addr);
1087 he_dev->prod_id[i] = read_prom_byte(he_dev, PROD_ID + i); in he_start()
1089 he_dev->media = read_prom_byte(he_dev, MEDIA); in he_start()
1092 dev->esi[i] = read_prom_byte(he_dev, MAC_ADDR + i); in he_start()
2789 static u8 read_prom_byte(struct he_dev *he_dev, int addr) in read_prom_byte() function