Searched refs:CROMSIZE (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | firewire.cpp | 792 newrom = (uint32_t*)malloc(CROMSIZE); in fw_busreset() 793 memset(newrom, 0, CROMSIZE); in fw_busreset() 795 crom_load(src, newrom, CROMSIZE); in fw_busreset() 796 if (bcmp(newrom, fc->config_rom, CROMSIZE) != 0) { in fw_busreset() 799 bcopy(newrom, (void *)fc->config_rom, CROMSIZE); in fw_busreset() 1589 if (off > CROMSIZE) { in fw_explore_csrblock() 1738 bzero(&fwdev->csrrom[0], CROMSIZE); in fw_explore_node()
|
H A D | fwohci.cpp | 675 bzero(&sc->fc.config_rom[0], CROMSIZE); 704 …sc->fc.crom_sid_Area = alloc_mem(&buf_virt, &buf_phy, CROMSIZE+OHCI_SIDSIZE+sizeof(uint32_t), 0, "… 712 sc->dummy_dma.v_addr = (char*)buf_virt + OHCI_SIDSIZE + CROMSIZE; 714 OHCI_SIDSIZE + CROMSIZE;
|
/haiku/src/add-ons/kernel/drivers/bus/firewire/ |
H A D | fw_raw.c | 909 ptr = malloc(CROMSIZE); in fw_ioctl() 910 len = CROMSIZE; in fw_ioctl() 911 for (i = 0; i < CROMSIZE / 4; i++) in fw_ioctl()
|
/haiku/headers/private/firewire/ |
H A D | firewirereg.h | 186 #define CROMSIZE 0x400 macro
|