Searched refs:rsr (Results 1 – 5 of 5) sorted by relevance
| /bsp/microchip/same70/bsp/hpl/gmac/ |
| A D | hpl_gmac.c | 545 volatile uint32_t rsr; in GMAC_Handler() local 548 rsr = hri_gmac_read_RSR_reg(_gmac_dev->hw); in GMAC_Handler() 561 if (rsr & GMAC_RSR_REC) { in GMAC_Handler() 566 hri_gmac_write_RSR_reg(_gmac_dev->hw, rsr); in GMAC_Handler()
|
| /bsp/microchip/same54/bsp/hpl/gmac/ |
| A D | hpl_gmac.c | 154 volatile uint32_t rsr; in GMAC_Handler() local 157 rsr = hri_gmac_read_RSR_reg(_gmac_dev->hw); in GMAC_Handler() 170 if (rsr & GMAC_RSR_REC) { in GMAC_Handler() 175 hri_gmac_write_RSR_reg(_gmac_dev->hw, rsr); in GMAC_Handler()
|
| /bsp/sam7x/drivers/ |
| A D | sam7x_emac.c | 126 volatile rt_uint32_t isr, rsr; in sam7xether_isr() local 130 rsr = AT91C_BASE_EMAC->EMAC_RSR; in sam7xether_isr() 132 if( ( isr & AT91C_EMAC_RCOMP ) || ( rsr & AT91C_EMAC_REC ) ) in sam7xether_isr()
|
| /bsp/at91/at91sam9260/drivers/ |
| A D | macb.c | 170 rt_uint32_t status, rsr, tsr; in rt_macb_isr() local 178 rsr = macb_readl(macb, RSR); in rt_macb_isr() 179 macb_writel(macb, RSR, rsr); in rt_macb_isr()
|
| /bsp/at91/at91sam9g45/drivers/ |
| A D | macb.c | 170 rt_uint32_t status, rsr, tsr; in rt_macb_isr() local 178 rsr = macb_readl(macb, RSR); in rt_macb_isr() 179 macb_writel(macb, RSR, rsr); in rt_macb_isr()
|
Completed in 20 milliseconds