Home
last modified time | relevance | path

Searched refs:gp_write (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/mips/ralink/
H A Dralink_gpio.c275 gp_write(sc, ptp->regname.reg, var); \
290 gp_write(sc, ptp->pin_dir.reg, var); \
531 gp_write(ra_gpio_softc_t *sc, bus_size_t off, uint32_t val) in gp_write() function
556 gp_write(sc, i, 0); in gpio_reset_registers()
610 gp_write(sc, RA_PIO_00_31_INT_RISE_EN, 0xffffffff); in ra_gpio_attach()
611 gp_write(sc, RA_PIO_00_31_INT_FALL_EN, 0xffffffff); in ra_gpio_attach()
612 gp_write(sc, RA_PIO_00_31_INT_HIGH_EN, 0); in ra_gpio_attach()
613 gp_write(sc, RA_PIO_00_31_INT_LOW_EN, 0); in ra_gpio_attach()
615 gp_write(sc, RA_PIO_32_63_INT_RISE_EN, 0xffffffff); in ra_gpio_attach()
616 gp_write(sc, RA_PIO_32_63_INT_FALL_EN, 0xffffffff); in ra_gpio_attach()
[all …]