Searched refs:read_prom_byte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 110 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
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 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
|
Completed in 6 milliseconds