HomeSort by: relevance | last modified time | path
    Searched refs:PIOA_WRITE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbarm/mmnet/
mmnet_machdep.c 316 PIOA_WRITE(PIO_ASR, 0x06000000);
317 PIOA_WRITE(PIO_PDR, 0x06000000);
318 PIOA_WRITE(PIO_MDER, 0x06000000);
324 PIOA_WRITE(PIO_ASR, 0x0000000f);
325 PIOA_WRITE(PIO_PDR, 0x0000000f);
  /src/sys/arch/evbarm/mpcsa/
mpcsa_machdep.c 340 PIOA_WRITE(PIO_ASR, 0x06000000); // assign to peripheral A
341 PIOA_WRITE(PIO_PDR, 0x06000000); // assign to peripherals
342 PIOA_WRITE(PIO_MDER, 0x06000000); // I2C pins in open-drain mode
348 PIOA_WRITE(PIO_ASR, 0x00000007); // assign to peripheral A
349 PIOA_WRITE(PIO_PDR, 0x00000007); // assign to peripherals
  /src/sys/arch/arm/at91/
at91rm9200reg.h 199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg))) = (_val);} while (0)
at91sam9260reg.h 214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))) = (_val);} while (0)
at91sam9261reg.h 212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))) = (_val);} while (0)

Completed in 13 milliseconds