Searched refs:PIO_READ (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/arm/at91/ |
H A D | at91pio.c | 69 #define PIO_READ(_sc, _reg) bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_reg)) macro 154 psr = PIO_READ(sc, PIO_PSR); // only ports in at91pio_attach() 155 osr = PIO_READ(sc, PIO_OSR); in at91pio_attach() 156 pin = PIO_READ(sc, PIO_PDSR); in at91pio_attach() 250 return (PIO_READ(sc, PIO_PDSR) >> bit) & 1; in at91pio_read() 408 isr = (PIO_READ(sc, PIO_ISR) & PIO_READ(sc, PIO_IMR)); in at91pio_intr() 440 return (PIO_READ(sc, PIO_PDSR) >> pin) & 1; in at91pio_pin_read()
|