imx_ahcisata.c | 58 bus_space_handle_t sc_gpr_ioh; member in struct:imx_ahcisata_softc 170 if (bus_space_map(sc->sc_iot, addr, size, 0, &sc->sc_gpr_ioh)) { 382 v = bus_space_read_4(sc->sc_iot, sc->sc_gpr_ioh, IOMUX_GPR13); 426 bus_space_write_4(sc->sc_iot, sc->sc_gpr_ioh, IOMUX_GPR13, v);
|