Home | History | Annotate | Download | only in amlogic

Lines Matching defs:CBUS_REG

40 #define	CBUS_REG(n)	((n) << 2)
161 .reg = CBUS_REG((_off) * 3 + 0), \
166 .reg = CBUS_REG((_off) * 3 + 1), \
171 .reg = CBUS_REG((_off) * 3 + 2), \
176 .reg = CBUS_REG(_off), \
181 .reg = CBUS_REG(_off), \
291 .reg = CBUS_REG(_off), \
296 .reg = CBUS_REG((_off) + 4), \
301 .reg = CBUS_REG((_off) + 1), \
306 .reg = CBUS_REG((_off) + 3), \
311 .reg = CBUS_REG((_off) + 2), \
338 { .name = _name, .reg = CBUS_REG(_reg), .bit = (_func), \
594 { .name = _name, .reg = CBUS_REG((_bit) / 8), .bit = (_func), \