Searched refs:romaddr (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | pci.c | 269 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 D | config.c | 47 if (state->dev.romaddr != ((unsigned long) rom.rom_segment << 4)) { in pci_probe()
|
H A D | pci.h | 275 unsigned int romaddr; member
|
/titanic_44/usr/src/uts/common/io/afe/ |
H A D | afe.c | 997 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()
|
/titanic_44/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 860 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()
|