HomeSort by: relevance | last modified time | path
    Searched refs:pcicfg_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/dev/
ibm405gp.c 60 static bus_space_handle_t pcicfg_ioh = 0; variable in typeref:typename:bus_space_handle_t
104 if (pcicfg_ioh)
108 bus_space_map(pcicfg_iot, 0, 0x40 , 0, &pcicfg_ioh))
125 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM0MA, 0x00000000); /* disabled */
126 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM1MA, 0x00000000); /* disabled */
127 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM2MA, 0x00000000); /* disabled */
128 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PTM1MS, 0x00000000); /* Can't really disable PTM1. */
129 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PTM2MS, 0x00000000); /* disabled */
133 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM0MA, 0xF0000001); /* 256M non-prefetchable, enabled */
135 bus_space_write_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM0LA, PCI0_MEM_BASE)
    [all...]
  /src/sys/arch/arm/marvell/
pci_machdep.c 450 bus_space_handle_t pcicfg_ioh; local in function:mvpex_mbus_conf_read
500 &pcicfg_ioh) == 0) {
501 data = bus_space_read_4(sc->sc_iot, pcicfg_ioh, addr);
502 bus_space_unmap(sc->sc_iot, pcicfg_ioh, pcicfg_size);

Completed in 119 milliseconds