Searched defs:config_rom (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c374 uint32_t *config_rom; local
399 config_rom = node->cfgrom;
400 if (config_rom != NULL) {
406 tnf_opaque, cfgrom, config_rom);
407 kmem_free((void *)config_rom,
413 tnf_opaque, cfgrom, config_rom);
H A Ds1394_csr.c1435 uint32_t *config_rom; local
1465 config_rom = hal->local_config_rom;
1514 config_rom[1] = 0x31333934; /* "1394" */
1515 config_rom[2] = bus_capabilities;
1516 config_rom[3] = guid_hi;
1517 config_rom[4] = guid_lo;
1520 CRC = s1394_CRC16(&config_rom[1], 4);
1521 config_rom[0] = (0x04040000) | CRC;
1525 config_rom[i] = T1394_DATA32(config_rom[
1819 uint32_t *config_rom; local
1966 uint32_t *config_rom; local
2127 uint32_t *config_rom; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfwohci.h57 uint32_t *config_rom; member in struct:fwohci_softc
H A Dfwohcireg.h235 fwohcireg_t config_rom; /* config ROM map 0x34 */ member in struct:ohci_registers

Completed in 66 milliseconds