Lines Matching refs:get_rom_byte
1500 static char get_rom_byte(smc,addr) in get_rom_byte() function
1563 while (get_rom_byte(smc,ibase+ROM_SIG_1) == 0x55 &&
1564 (u_char) get_rom_byte(smc,ibase+ROM_SIG_2) == 0xaa) {
1568 pci_base = ibase + get_rom_byte(smc,ibase+PCI_DATA_1) +
1569 (get_rom_byte(smc,ibase+PCI_DATA_2) << 8) ;
1571 if (image == get_rom_byte(smc,pci_base+CODE_TYPE)) {
1575 vpd = ibase + get_rom_byte(smc,pci_base+VPD_DATA_1) +
1576 (get_rom_byte(smc,pci_base+VPD_DATA_2) << 8) ;
1581 *buf = get_rom_byte(smc,vpd) ;
1589 if (get_rom_byte(smc,pci_base+INDICATOR) & 0x80) {
1592 ibase = ibase + get_rom_byte(smc,ibase+IMAGE_LEN_1) +
1593 (get_rom_byte(smc,ibase+IMAGE_LEN_2) << 8) ;