Searched refs:endpoint2 (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dprc.h | 343 #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 …]
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | dprc.c | 297 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()
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | dprc.c | 672 struct dprc_endpoint *endpoint2, in dprc_get_connection() argument 697 endpoint2->id = le32_to_cpu(rsp_params->ep2_id); in dprc_get_connection() 698 endpoint2->if_id = le16_to_cpu(rsp_params->ep2_interface_id); in dprc_get_connection() 701 endpoint2->type[i] = rsp_params->ep2_type[i]; in dprc_get_connection()
|
H A D | fsl-mc-bus.c | 942 struct dprc_endpoint endpoint2 = {{ 0 }}; in fsl_mc_get_endpoint() local 952 &endpoint1, &endpoint2, in fsl_mc_get_endpoint() 963 strcpy(endpoint_desc.type, endpoint2.type); in fsl_mc_get_endpoint() 964 endpoint_desc.id = endpoint2.id; in fsl_mc_get_endpoint()
|
H A D | fsl-mc-private.h | 435 struct dprc_endpoint *endpoint2,
|