Searched refs:res_count (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | tpm-v1.c | 551 u16 res_count; in TPM_COMMAND_NO_ARG() local 564 res_count = get_unaligned_be16(buf); in TPM_COMMAND_NO_ARG() 566 for (i = 0; i < res_count; ++i, ptr += 4) in TPM_COMMAND_NO_ARG() 588 u16 res_count; in do_tpm_list() local 634 res_count = get_unaligned_be16(buf); in do_tpm_list() 638 if (!res_count) { in do_tpm_list() 641 for (i = 0; i < res_count; ++i, ptr += 4) in do_tpm_list()
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | dprc.c | 215 int *res_count) in dprc_get_res_count() argument 220 *res_count = 0; in dprc_get_res_count() 234 DPRC_RSP_GET_RES_COUNT(cmd, *res_count); in dprc_get_res_count()
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | mac_dbdma.h | 98 uint16_t res_count; /* residual count after completion */ member
|
| /openbmc/qemu/hw/misc/macio/ |
| H A D | mac_dbdma.c | 83 DBDMA_DPRINTFCH(ch, " res_count 0x%04x\n", le16_to_cpu(cmd->res_count)); in dump_dbdma_cmd() 105 le16_to_cpu(ch->current.res_count)); in dbdma_cmdptr_save() 290 current->res_count = cpu_to_le16(io->len); in dbdma_end() 829 VMSTATE_UINT16(res_count, dbdma_cmd), 882 current->res_count = cpu_to_le16(io->len); in dbdma_unassigned_rw()
|
| /openbmc/u-boot/include/fsl-mc/ |
| H A D | fsl_dprc.h | 235 #define DPRC_RSP_GET_RES_COUNT(cmd, res_count) \ argument 236 MC_RSP_OP(cmd, 0, 0, 32, int, res_count) 766 int *res_count);
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | cio.h | 323 uint8_t res_count; member
|
| H A D | cio.c | 165 printf(" Residual Count = 0x%X\n", sd->res_count); in print_eckd_dasd_sense_data()
|