Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Ddpbp.c44 MC_CMD_PRI_LOW, 0); in dpbp_open()
83 MC_CMD_PRI_LOW, 0); in dpbp_create()
102 MC_CMD_PRI_LOW, token); in dpbp_destroy()
113 cmd.header = mc_encode_cmd_header(DPBP_CMDID_ENABLE, MC_CMD_PRI_LOW, in dpbp_enable()
127 MC_CMD_PRI_LOW, token); in dpbp_disable()
139 cmd.header = mc_encode_cmd_header(DPBP_CMDID_IS_ENABLED, MC_CMD_PRI_LOW, in dpbp_is_enabled()
159 MC_CMD_PRI_LOW, token); in dpbp_reset()
176 MC_CMD_PRI_LOW, token); in dpbp_set_irq()
199 MC_CMD_PRI_LOW, token); in dpbp_get_irq()
224 MC_CMD_PRI_LOW, token); in dpbp_set_irq_enable()
[all …]
Ddpmcp.c44 MC_CMD_PRI_LOW, 0); in dpmcp_open()
79 MC_CMD_PRI_LOW, 0); in dpmcp_create()
99 MC_CMD_PRI_LOW, token); in dpmcp_destroy()
111 MC_CMD_PRI_LOW, token); in dpmcp_reset()
128 MC_CMD_PRI_LOW, token); in dpmcp_set_irq()
151 MC_CMD_PRI_LOW, token); in dpmcp_get_irq()
176 MC_CMD_PRI_LOW, token); in dpmcp_set_irq_enable()
194 MC_CMD_PRI_LOW, token); in dpmcp_get_irq_enable()
216 MC_CMD_PRI_LOW, token); in dpmcp_set_irq_mask()
234 MC_CMD_PRI_LOW, token); in dpmcp_get_irq_mask()
[all …]
Ddprc.c43 cmd.header = mc_encode_cmd_header(DPRC_CMDID_OPEN, MC_CMD_PRI_LOW, in dprc_open()
87 MC_CMD_PRI_LOW, token); in dprc_create_container()
109 MC_CMD_PRI_LOW, token); in dprc_destroy_container()
124 MC_CMD_PRI_LOW, token); in dprc_reset_container()
144 MC_CMD_PRI_LOW, in dprc_get_irq()
173 MC_CMD_PRI_LOW, in dprc_set_irq()
194 MC_CMD_PRI_LOW, token); in dprc_get_irq_enable()
217 MC_CMD_PRI_LOW, token); in dprc_set_irq_enable()
235 MC_CMD_PRI_LOW, token); in dprc_get_irq_mask()
258 MC_CMD_PRI_LOW, token); in dprc_set_irq_mask()
[all …]
Ddpmng.c44 MC_CMD_PRI_LOW, 0); in mc_get_version()
66 MC_CMD_PRI_LOW, 0); in dpmng_get_container_id()
/linux-4.1.27/drivers/staging/fsl-mc/include/
Dmc-cmd.h86 #define MC_CMD_PRI_LOW 0 /* Low Priority command indication */ macro