Searched refs:sc_gpioh (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dj720sspvar.h38 bus_space_handle_t sc_gpioh; member in struct:j720ssp_softc
H A Dipaq_saipvar.h36 bus_space_handle_t sc_gpioh; member in struct:ipaq_softc
H A Dj720pwr.c170 oldfer = bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER);
171 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER, 1 << 0);
183 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER, oldfer);
310 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PCR, 0x2000000);
322 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
337 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
354 status = bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PLR);
365 status = bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PLR);
H A Dj720ssp.c89 sc->sc_gpioh = psc->sc_gpioh;
130 while (bus_space_read_4(sc->sc_iot, sc->sc_gpioh, SAGPIO_PLR) & 0x400)
H A Dj720kbd.c172 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_EDR, 1);
207 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PCR, 0x2000000);
228 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
234 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
H A Dj720tp.c353 er = bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER);
355 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER, er);
367 er = bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER);
369 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_FER, er);
379 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_EDR, 1 << 9);
411 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PCR, 0x2000000);
425 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
444 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
503 if (bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PLR) & (1<<9)) {
547 if (bus_space_read_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PL
[all...]
H A Dsacc_hpcarm.c90 sc->sc_gpioh = psc->sc_gpioh;
145 bus_space_write_4(sc->sc_piot, sc->sc_gpioh,
H A Dipaq_saip.c89 sc->sc_gpioh = psc->sc_gpioh;
H A Dipaq_pcic.c160 cr = bus_space_read_4(sc->sc_pc.sc_iot, sc->sc_parent->sc_gpioh, SAGPIO_PDR);
163 bus_space_write_4(sc->sc_pc.sc_iot, sc->sc_parent->sc_gpioh, SAGPIO_PDR, cr);
179 cr = bus_space_read_4(sc->sc_pc.sc_iot, sc->sc_parent->sc_gpioh, SAGPIO_PLR);
H A Dj720lcd.c186 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PCR, 0x2000000);
192 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
203 bus_space_write_4(ssp->sc_iot, ssp->sc_gpioh, SAGPIO_PSR, 0x2000000);
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/tsarm/
H A Dtskp.c64 bus_space_handle_t sc_gpioh; member in struct:tskp_softc
114 #define GPIO_GET(x) bus_space_read_1(sc->sc_iot, sc->sc_gpioh, \
117 #define GPIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
120 #define GPIO_SETBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
123 #define GPIO_CLEARBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
135 EP93XX_APB_GPIO_SIZE, 0, &sc->sc_gpioh))
H A Dtslcd.c64 bus_space_handle_t sc_gpioh; member in struct:tslcd_softc
114 #define GPIO_GET(x) bus_space_read_1(sc->sc_iot, sc->sc_gpioh, \
117 #define GPIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
120 #define GPIO_SETBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
123 #define GPIO_CLEARBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
135 EP93XX_APB_GPIO_SIZE, 0, &sc->sc_gpioh))
H A Dtoastersensors.c65 bus_space_handle_t sc_gpioh; member in struct:toastersensors_softc
120 #define GPIO_GET(x) bus_space_read_1(sc->sc_iot, sc->sc_gpioh, \
123 #define GPIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
126 #define GPIO_SETBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
129 #define GPIO_CLEARBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
162 EP93XX_APB_GPIO_SIZE, 0, &sc->sc_gpioh))
H A Dtspld.c74 bus_space_handle_t sc_gpioh; member in struct:tspld_softc
94 #define GPIO_GET(x) bus_space_read_4(sc->sc_iot, sc->sc_gpioh, \
97 #define GPIO_SET(x, y) bus_space_write_4(sc->sc_iot, sc->sc_gpioh, \
100 #define GPIO_SETBITS(x, y) bus_space_write_4(sc->sc_iot, sc->sc_gpioh, \
103 #define GPIO_CLEARBITS(x, y) bus_space_write_4(sc->sc_iot, sc->sc_gpioh, \
377 EP93XX_APB_GPIO_SIZE, 0, &sc->sc_gpioh);
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/adm5120/
H A Dmainbus.c112 &sc->sc_gpioh) != 0){
118 bus_space_read_4(sc->sc_obiot, sc->sc_gpioh, 0x1c));
148 ma.ma_gpioh = sc->sc_gpioh;
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/include/
H A Dadm5120_extiovar.h52 bus_space_handle_t sc_gpioh; member in struct:extio_softc
H A Dadm5120_mainbusvar.h55 bus_space_handle_t sc_gpioh; member in struct:mainbus_softc
/netbsd-6-1-5-RELEASE/sys/arch/arm/sa11x0/
H A Dsa1111_var.h51 bus_space_handle_t sc_gpioh; member in struct:sacc_softc
H A Dsa11x0_var.h43 bus_space_handle_t sc_gpioh; member in struct:sa11x0_softc
H A Dsa11x0.c147 0, &sc->sc_gpioh))
149 bus_space_write_4(sc->sc_iot, sc->sc_gpioh, SAGPIO_EDR, 0xffffffff);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dtoasterlcd.c62 bus_space_handle_t sc_gpioh; member in struct:toasterlcd_softc
100 #define TSDIO_GET(x) bus_space_read_1(sc->sc_iot, sc->sc_gpioh, \
103 #define TSDIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
106 #define TSDIO_SETBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
109 #define TSDIO_CLEARBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
120 sc->sc_gpioh = taa->ta_ioh;
H A Dtoaster.c56 bus_space_handle_t sc_gpioh; member in struct:toaster_softc
86 #define TSDIO_GET(x) bus_space_read_1(sc->sc_iot, sc->sc_gpioh, \
89 #define TSDIO_SET(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
92 #define TSDIO_SETBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
95 #define TSDIO_CLEARBITS(x, y) bus_space_write_1(sc->sc_iot, sc->sc_gpioh, \
230 sc->sc_gpioh = taa->ta_ioh;
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/g42xxeb/
H A Dif_ne_obio.c94 pxa2x0_softc->saip.sc_gpioh,
107 pxa2x0_softc->saip.sc_gpioh,
195 pxa2x0_softc->saip.sc_gpioh,
197 bus_space_read_4(pxa2x0_softc->saip.sc_iot, pxa2x0_softc->saip.sc_gpioh,
258 pxa2x0_softc->saip.sc_gpioh,
H A Dgb225.c129 reg = bus_space_read_4(iot, csc->saip.sc_gpioh, GPIO_GPDR1);
130 bus_space_write_4(iot, csc->saip.sc_gpioh, GPIO_GPDR1,
132 reg = bus_space_read_4(iot, csc->saip.sc_gpioh, GPIO_GAFR1_U);
133 bus_space_write_4(iot, csc->saip.sc_gpioh, GPIO_GAFR1_U,
/netbsd-6-1-5-RELEASE/sys/arch/mips/adm5120/dev/
H A Dadmgpio.c50 return bus_space_read_4(sc->sc_obiot, sc->sc_gpioh, ADM5120_GPIO0);
56 bus_space_write_4(sc->sc_obiot, sc->sc_gpioh, ADM5120_GPIO0, val);

Completed in 198 milliseconds

12