Searched refs:TI_MBOX_SYSCONFIG (Results 1 – 2 of 2) sorted by relevance
170 sysconfig = ti_mbox_reg_read(sc, TI_MBOX_SYSCONFIG); in ti_mbox_attach()173 ti_mbox_reg_write(sc, TI_MBOX_SYSCONFIG, sysconfig); in ti_mbox_attach()175 while (ti_mbox_reg_read(sc, TI_MBOX_SYSCONFIG) & in ti_mbox_attach()188 ti_mbox_reg_write(sc, TI_MBOX_SYSCONFIG, in ti_mbox_attach()189 ti_mbox_reg_read(sc, TI_MBOX_SYSCONFIG) | TI_MBOX_SYSCONFIG_SMARTIDLE); in ti_mbox_attach()
33 #define TI_MBOX_SYSCONFIG 0x10 macro