Home | History | Annotate | Download | only in shared

Lines Matching refs:ch

91 #define CTL_BASE(ch)		(DDRC0_BASE + (ch) * 0x8000)
92 #define CTL_REG(ch, n) (CTL_BASE(ch) + (n) * 0x4)
95 #define PI_BASE(ch) (CTL_BASE(ch) + PI_OFFSET)
96 #define PI_REG(ch, n) (PI_BASE(ch) + (n) * 0x4)
99 #define PHY_BASE(ch) (CTL_BASE(ch) + PHY_OFFSET)
100 #define PHY_REG(ch, n) (PHY_BASE(ch) + (n) * 0x4)
102 #define MSCH_BASE(ch) (SERVICE_NOC_1_BASE + (ch) * 0x8000)