Lines Matching refs:config_rom
444 sc->fc.config_rom = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat,
446 if (sc->fc.config_rom == NULL) {
447 aprint_error_dev(sc->fc.dev, "config_rom alloc failed.\n");
452 memset(sc->fc.config_rom, 0, CROMSIZE);
453 sc->fc.config_rom[1] = 0x31333934;
454 sc->fc.config_rom[2] = 0xf000a002;
455 sc->fc.config_rom[3] = OREAD(sc, OHCI_EUID_HI);
456 sc->fc.config_rom[4] = OREAD(sc, OHCI_EUID_LO);
457 sc->fc.config_rom[5] = 0;
458 sc->fc.config_rom[0] = (4 << 24) | (5 << 16);
460 sc->fc.config_rom[0] |= fw_crc16(&sc->fc.config_rom[1], 5*4);
525 if (sc->fc.config_rom != NULL)
779 OWRITE(sc, OHCI_CROMHDR, ntohl(sc->fc.config_rom[0]));
780 OWRITE(sc, OHCI_BUS_OPT, ntohl(sc->fc.config_rom[2]));
1277 OWRITE(sc, OHCI_CROMHDR, sc->fc.config_rom[0]);
2008 OWRITE(sc, OHCI_CROMHDR, ntohl(sc->fc.config_rom[0]));
2009 OWRITE(sc, OHCI_BUS_OPT, ntohl(sc->fc.config_rom[2]));