Home
last modified time | relevance | path

Searched refs:query (Results 1 – 13 of 13) sorted by relevance

/u-boot/board/cavium/thunderx/
A DKconfig20 bool "Enable ATF query commands"
23 Enable vendor specific ATF query commands such as SPI and SD/MMC
24 devices access, low level environment query, boot device layout
/u-boot/drivers/ufs/
A Dufs.c742 struct ufs_query *query = &hba->dev_cmd.query; in ufshcd_prepare_utp_query_req_upiu() local
743 u16 len = be16_to_cpu(query->request.upiu_req.length); in ufshcd_prepare_utp_query_req_upiu()
750 UPIU_HEADER_DWORD(0, query->request.query_func, in ufshcd_prepare_utp_query_req_upiu()
765 memcpy(ucd_req_ptr + 1, query->descriptor, len); in ufshcd_prepare_utp_query_req_upiu()
889 if (hba->dev_cmd.query.descriptor && in ufshcd_copy_query_response()
900 be16_to_cpu(hba->dev_cmd.query.request.upiu_req.length); in ufshcd_copy_query_response()
902 memcpy(hba->dev_cmd.query.descriptor, descp, resp_len); in ufshcd_copy_query_response()
970 *request = &hba->dev_cmd.query.request; in ufshcd_init_query()
971 *response = &hba->dev_cmd.query.response; in ufshcd_init_query()
1084 hba->dev_cmd.query.descriptor = desc_buf; in __ufshcd_query_descriptor()
[all …]
A Dufs.h692 struct ufs_query query; member
/u-boot/drivers/sysinfo/
A DKconfig4 Support methods to query hardware configurations from internal
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dkeyboard_backlight.asl26 /* If query is unsupported, but this code is compiled
/u-boot/board/ge/b1x5v2/
A Db1x5v2.c329 u8 query[68] = {0x67, 0x00, 0x42, 0x00, 0x03, 0x01, 'E', 0x00, 0x00, 0x00}; in eeti_touch_get_model() local
333 .len = sizeof(query), in eeti_touch_get_model()
334 .buf = query, in eeti_touch_get_model()
/u-boot/drivers/gpio/
A DKconfig13 the GPIO uclass. Drivers provide methods to query the
24 the GPIO uclass. Drivers provide methods to query the
35 the GPIO uclass. Drivers provide methods to query the
/u-boot/lib/crypto/
A Dpublic_key.c438 .query = software_key_query,
/u-boot/doc/
A DREADME.enetaddr67 Any other code that wishes to access the MAC address should query the
/u-boot/doc/driver-model/
A Dfdt-fixup.rst57 means that we can query the hardware for the existence and variety of the
/u-boot/cmd/
A Defidebug.c1514 U_BOOT_CMD_MKENT(query, CONFIG_SYS_MAXARGS, 1, do_efi_query_info,
A DKconfig1175 Enable the 'osd' command which allows to query information from and
/u-boot/doc/develop/
A Dpy_testing.rst352 order to test those features, or indirectly in order to query information from

Completed in 26 milliseconds