Searched refs:config_rom (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwohci.c | 549 OWRITE(sc, OHCI_CROMHDR, sc->fc.config_rom[0]); 677 sc->fc.config_rom = fwdma_malloc(&sc->fc, CROMSIZE, CROMSIZE, 679 if (sc->fc.config_rom == NULL) { 685 bzero(&sc->fc.config_rom[0], CROMSIZE); 686 sc->fc.config_rom[1] = 0x31333934; 687 sc->fc.config_rom[2] = 0xf000a002; 688 sc->fc.config_rom[3] = OREAD(sc, OHCI_EUID_HI); 689 sc->fc.config_rom[4] = OREAD(sc, OHCI_EUID_LO); 690 sc->fc.config_rom[5] = 0; 691 sc->fc.config_rom[0] = (4 << 24) | (5 << 16); [all …]
|
H A D | firewirereg.h | 134 uint32_t *config_rom; member
|
H A D | fwohcireg.h | 236 fwohcireg_t config_rom; /* config ROM map 0x34 */ member
|
H A D | fwdev.c | 795 = ntohl(fc->config_rom[i]); in fw_ioctl()
|
H A D | firewire.c | 754 if (bcmp(newrom, fc->config_rom, CROMSIZE) != 0) { in fw_busreset() 764 bcopy(newrom, fc->config_rom, CROMSIZE); in fw_busreset()
|