Searched refs:read_srom_word (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 213 static u16 read_srom_word(struct uli526x_board_info *, int); 368 ((__le16 *) db->srom)[i] = cpu_to_le16(read_srom_word(db, i)); in uli526x_init_one() 1432 static u16 read_srom_word(struct uli526x_board_info *db, int offset) in read_srom_word() function
|
H A D | dmfe.c | 304 static u16 read_srom_word(void __iomem *, int); 475 cpu_to_le16(read_srom_word(db->ioaddr, i)); in dmfe_init_one() 1580 static u16 read_srom_word(void __iomem *ioaddr, int offset) in read_srom_word() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 213 static u16 read_srom_word(struct uli526x_board_info *, int); 369 ((__le16 *) db->srom)[i] = cpu_to_le16(read_srom_word(db, i)); in uli526x_init_one() 1435 static u16 read_srom_word(struct uli526x_board_info *db, int offset) in read_srom_word() function
|
H A D | dmfe.c | 304 static u16 read_srom_word(void __iomem *, int); 475 cpu_to_le16(read_srom_word(db->ioaddr, i)); in dmfe_init_one() 1579 static u16 read_srom_word(void __iomem *ioaddr, int offset) in read_srom_word() function
|
Completed in 11 milliseconds