RRC
RRC = CARO + 0x0004,
#define RRC 0x1A /* RX Ready Control */
#define RRC 0x14a /* RX Ready control reg */
RRC = (1 << 9), /* Rear Right Center */
RRC = BIT(9), /* Rear Right Center */
RRC = (1 << 9), /* Rear Right Center */