Searched refs:TI_MBOX_MESSAGE (Results 1 – 2 of 2) sorted by relevance
236 return (ti_mbox_reg_read(sc, TI_MBOX_MESSAGE(chan))); in ti_mbox_read()259 ti_mbox_reg_write(sc, TI_MBOX_MESSAGE(chan), data); in ti_mbox_write()
36 #define TI_MBOX_MESSAGE(n) (0x40 + (n) * 0x4) macro