Searched refs:PIOB_READ (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/at91/
H A Dat91sam9260reg.h215 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))) macro
H A Dat91sam9261reg.h213 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))) macro
H A Dat91rm9200reg.h200 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg))) macro
/netbsd-current/sys/arch/evbarm/mpcsa/
H A Dmpcsa_usart.c279 if (!(PIOB_READ(PIO_PDSR) & (1U << PB_CTS4))) {

Completed in 101 milliseconds