Home
last modified time | relevance | path

Searched refs:pdbcw_reg (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/arm/mhu/
H A Dmhu_v3_x.c165 struct _mhu_v3_x_pdbcw_reg_t *pdbcw_reg; in mhu_v3_x_doorbell_write() local
181 pdbcw_reg = (struct _mhu_v3_x_pdbcw_reg_t *) in mhu_v3_x_doorbell_write()
185 pdbcw_reg[channel].pdbcw_set |= flags; in mhu_v3_x_doorbell_write()
196 struct _mhu_v3_x_pdbcw_reg_t *pdbcw_reg; in mhu_v3_x_doorbell_read() local
211 pdbcw_reg = (struct _mhu_v3_x_pdbcw_reg_t *) in mhu_v3_x_doorbell_read()
215 *flags = pdbcw_reg[channel].pdbcw_st; in mhu_v3_x_doorbell_read()
331 struct _mhu_v3_x_pdbcw_reg_t *pdbcw_reg; in mhu_v3_x_channel_interrupt_enable() local
348 pdbcw_reg = (struct _mhu_v3_x_pdbcw_reg_t *) in mhu_v3_x_channel_interrupt_enable()
355 pdbcw_reg[channel].pdbcw_int_en = MHU_V3_X_PDBCW_INT_X_TFR_ACK; in mhu_v3_x_channel_interrupt_enable()
361 pdbcw_reg[channel].pdbcw_ctrl = MHU_V3_X_PDBCW_CTRL_PBX_COMB_EN; in mhu_v3_x_channel_interrupt_enable()
[all …]