| /src/sys/dev/ieee1394/ |
| fwohci.c | 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) [all...] |
| firewirereg.h | 144 uint32_t *config_rom; member in struct:firewire_comm
|
| fwohcireg.h | 242 fwohcireg_t config_rom; /* config ROM map 0x34 */ member in struct:ohci_registers
|
| fwdev.c | 663 ((uint32_t *)ptr)[i] = ntohl(fc->config_rom[i]);
|
| firewire.c | 567 if (memcmp(newrom, fc->config_rom, CROMSIZE) != 0) { 570 memcpy((void *)fc->config_rom, newrom, CROMSIZE);
|