Home
last modified time | relevance | path

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

/bsp/at91/at91sam9260/platform/
A Dat91_pio.h20 #define PIO_PSR 0x08 /* Status Register */ macro
/bsp/microchip/same70/bsp/hri/
A Dhri_pio_e70b.h261 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P0) >> PIO_PSR_P0_Pos; in hri_pio_get_PSR_P0_bit()
285 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P1) >> PIO_PSR_P1_Pos; in hri_pio_get_PSR_P1_bit()
309 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P2) >> PIO_PSR_P2_Pos; in hri_pio_get_PSR_P2_bit()
333 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P3) >> PIO_PSR_P3_Pos; in hri_pio_get_PSR_P3_bit()
357 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P4) >> PIO_PSR_P4_Pos; in hri_pio_get_PSR_P4_bit()
381 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P5) >> PIO_PSR_P5_Pos; in hri_pio_get_PSR_P5_bit()
405 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P6) >> PIO_PSR_P6_Pos; in hri_pio_get_PSR_P6_bit()
429 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P7) >> PIO_PSR_P7_Pos; in hri_pio_get_PSR_P7_bit()
453 return (((Pio *)hw)->PIO_PSR & PIO_PSR_P8) >> PIO_PSR_P8_Pos; in hri_pio_get_PSR_P8_bit()
1030 tmp = ((Pio *)hw)->PIO_PSR; in hri_pio_get_PSR_reg()
[all …]
/bsp/at91/at91sam9260/drivers/
A Dat91_mci.c901 rt_kprintf("PIOA_PSR=0x%08x\n", at91_sys_read(AT91_PIOA+PIO_PSR)); in mci_dump()
/bsp/at91/at91sam9g45/drivers/
A Dat91_mci.c901 rt_kprintf("PIOA_PSR=0x%08x\n", readl(AT91C_PIOA+PIO_PSR)); in mci_dump()
/bsp/sam7x/drivers/
A DAT91SAM7X256.h426 AT91_REG PIO_PSR; // PIO Status Register member
463 #define PIO_PSR (AT91_CAST(AT91_REG *) 0x00000008) // (PIO_PSR) PIO Status Register macro
/bsp/at91/at91sam9g45/platform/
A Dat91sam9g45.h1499 AT91C_REG PIO_PSR; // PIO Status Register member
1545 #define PIO_PSR (AT91C_CAST(AT91C_REG *) 0x00000008) // (PIO_PSR) PIO Status Register macro
/bsp/microchip/same70/bsp/same70b/include/component/
A Dpio.h7249 __I uint32_t PIO_PSR; /**< (PIO Offset: 0x08) PIO Status Register */ member
7322 …__I PIO_PSR_Type PIO_PSR; /**< Offset: 0x08 (R/ 32) PIO Status Registe… member

Completed in 169 milliseconds