15 lines
		
	
	
		
			555 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			555 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef RFPLC_REG_BASE_H
 | |
| #define RFPLC_REG_BASE_H
 | |
| 
 | |
| /* --------------- reg type --------------- */
 | |
| #define RF_MAC_BASEADDR                0x52000000
 | |
| #define WMAC_BASEADDR                  0x52200000
 | |
| #define RF_PHY_TX_DMA_BASEADDR         0x52B00000
 | |
| #define RF_PHY_RX_DMA_BASEADDR         0x52B01000
 | |
| #define RF_PHY_CSIDX_BASEADDR          0x52810000
 | |
| #define RF_PHY_CSPHASE_BASEADDR        0x52820000
 | |
| #define RFPLC_GENERAL_BASEADDR         0x52400000
 | |
| #define RF_PHY_DMA_BASEADDR            0x52800000
 | |
| #define RF_PHY_CFG_BASEADDR            0x52F00000
 | |
| 
 | |
| #endif |