Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/firmware/
A Dti_sci_static_data.h14 u8 subtype; member
24 .subtype = 1,
31 .subtype = 13,
38 .subtype = 10,
45 .subtype = 0,
58 .subtype = 1,
65 .subtype = 13,
72 .subtype = 10,
79 .subtype = 0,
92 .subtype = 32,
A Dti_sci.c1534 u32 dev_id, u8 subtype, u8 s_host, in ti_sci_get_resource_range() argument
1560 req.subtype = subtype & MSG_RM_RESOURCE_SUBTYPE_MASK; in ti_sci_get_resource_range()
1580 u32 dev_id, u8 subtype, in ti_sci_cmd_get_resource_range_static() argument
1592 if (data->dev_id != dev_id || data->subtype != subtype) { in ti_sci_cmd_get_resource_range_static()
1619 u32 dev_id, u8 subtype, in ti_sci_cmd_get_resource_range() argument
1622 return ti_sci_get_resource_range(handle, dev_id, subtype, in ti_sci_cmd_get_resource_range()
1642 u32 dev_id, u8 subtype, u8 s_host, in ti_sci_cmd_get_resource_range_from_shost() argument
1645 return ti_sci_get_resource_range(handle, dev_id, subtype, s_host, in ti_sci_cmd_get_resource_range_from_shost()
A Dti_sci.h579 u8 subtype; member
/u-boot/lib/crypto/
A Dasymmetric_type.c359 if (subtype) { in asymmetric_key_describe()
361 subtype->describe(key, m); in asymmetric_key_describe()
441 if (subtype) { in asymmetric_key_free_preparse()
444 module_put(subtype->owner); in asymmetric_key_free_preparse()
465 if (subtype) { in asymmetric_key_destroy()
466 subtype->destroy(data, auth); in asymmetric_key_destroy()
467 module_put(subtype->owner); in asymmetric_key_destroy()
568 subtype = asymmetric_key_subtype(key); in asymmetric_key_eds_op()
569 if (!subtype || in asymmetric_key_eds_op()
572 if (!subtype->eds_op) in asymmetric_key_eds_op()
[all …]
A DKconfig22 bool "Asymmetric public-key crypto algorithm subtype"
30 bool "Asymmetric public-key crypto algorithm subtype within SPL"
/u-boot/include/linux/soc/ti/
A Dti_sci_protocol.h244 u8 subtype, u16 *range_start, u16 *range_num);
246 u32 dev_id, u8 subtype, u8 s_host,
/u-boot/drivers/serial/
A Dserial_sh.h102 # error CPU subtype not defined
/u-boot/include/acpi/
A Dacpi_table.h465 u16 subtype; member
/u-boot/doc/develop/uefi/
A Duefi.rst790 'end of entire device path' subtype (0xff). If a user wants to define multiple

Completed in 40 milliseconds