Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c549 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 Dfirewirereg.h134 uint32_t *config_rom; member
H A Dfwohcireg.h236 fwohcireg_t config_rom; /* config ROM map 0x34 */ member
H A Dfwdev.c795 = ntohl(fc->config_rom[i]); in fw_ioctl()
H A Dfirewire.c754 if (bcmp(newrom, fc->config_rom, CROMSIZE) != 0) { in fw_busreset()
764 bcopy(newrom, fc->config_rom, CROMSIZE); in fw_busreset()