Home
last modified time | relevance | path

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

/NextBSD/sys/boot/arm/at91/libat91/
HDat91rm9200_lowlevel.c61 AT91C_BASE_PIOC->PIO_OER = AT91C_PIO_PC10; in _init()
68 AT91C_BASE_PIOC->PIO_OER = AT91C_PIO_PC18 | AT91C_PIO_PC19 | in _init()
HDat91rm9200.h600 AT91_REG PIO_OER; // Output Enable Register member
/NextBSD/sys/arm/at91/
HDat91_pioreg.h37 #define PIO_OER 0x10 /* PIO Output Enable Register */ macro
HDat91_pio.c422 WR4(sc, PIO_OER, cfg->iomask & ~cfg->input); in at91_pio_ioctl()
540 PIO[PIO_OER / 4] = output_enable_mask; in at91_pio_gpio_output()