Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c269 uint32_t l, membase, ioaddr, romaddr; in scan_pci_bus() local
352 PCI_ROM_ADDRESS, &romaddr); in scan_pci_bus()
353 romaddr >>= 10; in scan_pci_bus()
354 dev->romaddr = romaddr; in scan_pci_bus()
376 dev->name, romaddr); in scan_pci_bus()
H A Dconfig.c47 if (state->dev.romaddr != ((unsigned long) rom.rom_segment << 4)) { in pci_probe()
H A Dpci.h275 unsigned int romaddr; member
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c997 afe_readsromword(afe_t *afep, unsigned romaddr) in afe_readsromword() argument
1009 readcmd = (SROM_READCMD << addrlen) | romaddr; in afe_readsromword()
1011 if (romaddr >= (1 << addrlen)) { in afe_readsromword()
1055 afe_readsrom(afe_t *afep, unsigned romaddr, unsigned len, char *dest) in afe_readsrom() argument
1061 word = afe_readsromword(afep, romaddr + i); in afe_readsrom()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c860 mxfe_readsromword(mxfe_t *mxfep, unsigned romaddr) in mxfe_readsromword() argument
872 readcmd = (SROM_READCMD << addrlen) | romaddr; in mxfe_readsromword()
874 if (romaddr >= (1 << addrlen)) { in mxfe_readsromword()
918 mxfe_readsrom(mxfe_t *mxfep, unsigned romaddr, unsigned len, void *dest) in mxfe_readsrom() argument
925 word = mxfe_readsromword(mxfep, romaddr + i); in mxfe_readsrom()
928 DBG(DSROM, "word at %d is 0x%x", romaddr + i, word); in mxfe_readsrom()