Home
last modified time | relevance | path

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

/u-boot/include/fsl-mc/
A Dfsl_dprc.h343 #define DPRC_CMD_CONNECT(cmd, endpoint1, endpoint2, cfg) \ argument
347 MC_CMD_OP(cmd, 1, 0, 32, int, endpoint2->id); \
348 MC_CMD_OP(cmd, 1, 32, 32, int, endpoint2->if_id); \
367 MC_CMD_OP(cmd, 5, 0, 8, char, endpoint2->type[0]); \
368 MC_CMD_OP(cmd, 5, 8, 8, char, endpoint2->type[1]); \
369 MC_CMD_OP(cmd, 5, 16, 8, char, endpoint2->type[2]); \
432 #define DPRC_RSP_GET_CONNECTION(cmd, endpoint2, state) \ argument
434 MC_RSP_OP(cmd, 3, 0, 32, int, endpoint2->id); \
435 MC_RSP_OP(cmd, 3, 32, 16, uint16_t, endpoint2->if_id); \
903 const struct dprc_endpoint *endpoint2,
[all …]
/u-boot/drivers/net/fsl-mc/
A Ddprc.c297 const struct dprc_endpoint *endpoint2, in dprc_connect() argument
306 DPRC_CMD_CONNECT(cmd, endpoint1, endpoint2, cfg); in dprc_connect()
333 struct dprc_endpoint *endpoint2, in dprc_get_connection() argument
351 DPRC_RSP_GET_CONNECTION(cmd, endpoint2, *state); in dprc_get_connection()

Completed in 6 milliseconds