Searched refs:seq (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-a-latest/plat/st/common/ |
D | stm32mp_crypto_lib.c | 315 mbedtls_asn1_sequence seq; in crypto_verify_signature() local 377 ret = mbedtls_asn1_get_sequence_of(&p, end, &seq, MBEDTLS_ASN1_INTEGER); in crypto_verify_signature() 384 if (seq.next->next != NULL) { in crypto_verify_signature() 385 cur = seq.next; in crypto_verify_signature() 406 cur = &seq; in crypto_verify_signature() 431 mbedtls_free(seq.next); in crypto_verify_signature()
|
/trusted-firmware-a-latest/include/plat/marvell/armada/a8k/common/ |
D | armada_common.h | 104 uint32_t seq[PMIC_GPIO_MAX_TOGGLE_STEP]; member
|
/trusted-firmware-a-latest/plat/marvell/armada/a8k/a80x0/board/ |
D | marvell_plat_config.c | 171 .cfg.gpio.seq = {1, 0, 1, 0, 1, 0, 1},
|
/trusted-firmware-a-latest/plat/ti/k3/common/drivers/ti_sci/ |
D | ti_sci_protocol.h | 65 uint8_t seq; member
|
D | ti_sci.c | 72 hdr->seq = ++message_sequence; in ti_sci_setup_one_xfer() 117 if (hdr->seq == message_sequence) in ti_sci_get_response() 120 WARN("Message with sequence ID %u is not expected\n", hdr->seq); in ti_sci_get_response()
|
/trusted-firmware-a-latest/plat/marvell/armada/a8k/common/ |
D | plat_pm.c | 538 tog_bits = pm_cfg->cfg.gpio.seq[idx]; in plat_marvell_power_off_gpio()
|