HomeSort by: relevance | last modified time | path
    Searched defs:pcicfg_size (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/marvell/
pci_machdep.c 451 uint32_t remapl, remaph, wc, pcicfg_addr, pcicfg_size; local in function:mvpex_mbus_conf_read
479 pcicfg_size = size;
485 pcicfg_size = PEX_PCICFG_RW_WA_SIZE;
488 pcicfg_size = PEX_PCICFG_RW_WA_SIZE;
491 wc | MVSOC_MLMB_WCR_SIZE(pcicfg_size));
499 if (bus_space_map(sc->sc_iot, pcicfg_addr, pcicfg_size, 0,
502 bus_space_unmap(sc->sc_iot, pcicfg_ioh, pcicfg_size);

Completed in 13 milliseconds