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

  /src/sys/arch/evbarm/lubbock/
sacc_obio.c 109 bus_space_handle_t memctl_ioh; local in function:sacc_obio_attach
121 &memctl_ioh))
124 tmp = bus_space_read_4(iot, memctl_ioh, MEMCTL_MSC2 );
125 bus_space_write_4(iot, memctl_ioh, MEMCTL_MSC2,
128 bus_space_unmap(iot, memctl_ioh, PXA2X0_MEMCTL_SIZE);
sacc_obio.c 109 bus_space_handle_t memctl_ioh; local in function:sacc_obio_attach
121 &memctl_ioh))
124 tmp = bus_space_read_4(iot, memctl_ioh, MEMCTL_MSC2 );
125 bus_space_write_4(iot, memctl_ioh, MEMCTL_MSC2,
128 bus_space_unmap(iot, memctl_ioh, PXA2X0_MEMCTL_SIZE);
  /src/sys/arch/evbarm/g42xxeb/
gb225.c 113 bus_space_handle_t memctl_ioh = bsc->sc_memctl_ioh; local in function:opio_attach
118 sc->sc_memctl_ioh = memctl_ioh;
121 reg = bus_space_read_4(iot, memctl_ioh, MEMCTL_MSC2);
125 bus_space_write_4(iot, memctl_ioh, MEMCTL_MSC2, reg);
gb225.c 113 bus_space_handle_t memctl_ioh = bsc->sc_memctl_ioh; local in function:opio_attach
118 sc->sc_memctl_ioh = memctl_ioh;
121 reg = bus_space_read_4(iot, memctl_ioh, MEMCTL_MSC2);
125 bus_space_write_4(iot, memctl_ioh, MEMCTL_MSC2, reg);
gb225_pcic.c 143 bus_space_handle_t memctl_ioh = bsd->sc_memctl_ioh; local in function:opcic_attach
150 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR, MECR_NOS);
152 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR, MECR_CIT|MECR_NOS);
155 sc->sc_memctl_ioh = memctl_ioh;
172 bus_space_write_4(iot, memctl_ioh, MEMCTL_MCIO(i),
175 bus_space_write_4(iot, memctl_ioh, MEMCTL_MCATT(i),
216 bus_space_handle_t memctl_ioh = sc->sc_memctl_ioh; local in function:opcic_card_detect
227 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR,
236 bus_space_write_4(iot, memctl_ioh,
gb225_pcic.c 143 bus_space_handle_t memctl_ioh = bsd->sc_memctl_ioh; local in function:opcic_attach
150 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR, MECR_NOS);
152 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR, MECR_CIT|MECR_NOS);
155 sc->sc_memctl_ioh = memctl_ioh;
172 bus_space_write_4(iot, memctl_ioh, MEMCTL_MCIO(i),
175 bus_space_write_4(iot, memctl_ioh, MEMCTL_MCATT(i),
216 bus_space_handle_t memctl_ioh = sc->sc_memctl_ioh; local in function:opcic_card_detect
227 bus_space_write_4(iot, memctl_ioh, MEMCTL_MECR,
236 bus_space_write_4(iot, memctl_ioh,

Completed in 71 milliseconds