Lines Matching refs:config_rom
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);
693 sc->fc.config_rom[0] |= fw_crc16(&sc->fc.config_rom[1], 5*4);
794 if (sc->fc.config_rom != NULL)
1996 OWRITE(sc, OHCI_CROMHDR, ntohl(sc->fc.config_rom[0]));
1997 OWRITE(sc, OHCI_BUS_OPT, ntohl(sc->fc.config_rom[2]));
2478 OWRITE(sc, OHCI_CROMHDR, ntohl(sc->fc.config_rom[0]));
2479 OWRITE(sc, OHCI_BUS_OPT, ntohl(sc->fc.config_rom[2]));