Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Ddprc.c216 int *res_count) in dprc_get_res_count() argument
221 *res_count = 0; in dprc_get_res_count()
235 DPRC_RSP_GET_RES_COUNT(cmd, *res_count); in dprc_get_res_count()
/rk3399_rockchip-uboot/cmd/
H A Dtpm.c724 uint16_t res_count; in TPM_COMMAND_NO_ARG() local
737 res_count = get_unaligned_be16(buf); in TPM_COMMAND_NO_ARG()
739 for (i = 0; i < res_count; ++i, ptr += 4) in TPM_COMMAND_NO_ARG()
760 uint16_t res_count; in do_tpm_list() local
802 res_count = get_unaligned_be16(buf); in do_tpm_list()
806 if (!res_count) { in do_tpm_list()
809 for (i = 0; i < res_count; ++i, ptr += 4) in do_tpm_list()
/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_dprc.h237 #define DPRC_RSP_GET_RES_COUNT(cmd, res_count) \ argument
238 MC_RSP_OP(cmd, 0, 0, 32, int, res_count)
777 int *res_count);