Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 107) sorted by relevance

12345

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dls1012a_serdes.c12 u32 protocol; member
41 while (ptr->protocol) { in serdes_get_prtcl()
42 if (ptr->protocol == cfg) in serdes_get_prtcl()
59 while (ptr->protocol) { in is_serdes_prtcl_valid()
60 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
65 if (!ptr->protocol) in is_serdes_prtcl_valid()
H A Dls1043a_serdes.c12 u32 protocol; member
53 while (ptr->protocol) { in serdes_get_prtcl()
54 if (ptr->protocol == cfg) in serdes_get_prtcl()
71 while (ptr->protocol) { in is_serdes_prtcl_valid()
72 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
77 if (!ptr->protocol) in is_serdes_prtcl_valid()
H A Dls1046a_serdes.c12 u32 protocol; member
66 while (ptr->protocol) { in serdes_get_prtcl()
67 if (ptr->protocol == cfg) in serdes_get_prtcl()
84 while (ptr->protocol) { in is_serdes_prtcl_valid()
85 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
90 if (!ptr->protocol) in is_serdes_prtcl_valid()
H A Dls2080a_serdes.c11 u8 protocol; member
91 while (ptr->protocol) { in serdes_get_prtcl()
92 if (ptr->protocol == cfg) in serdes_get_prtcl()
109 while (ptr->protocol) { in is_serdes_prtcl_valid()
110 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
115 if (!ptr->protocol) in is_serdes_prtcl_valid()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c456 efi_guid_t *protocol, int protocol_interface_type, in efi_install_protocol_interface() argument
463 if (!handle || !protocol || in efi_install_protocol_interface()
487 if (!guidcmp(handler->guid, protocol)) { in efi_install_protocol_interface()
499 handler->guid = protocol; in efi_install_protocol_interface()
513 efi_guid_t *protocol, int protocol_interface_type, in efi_install_protocol_interface_ext() argument
516 EFI_ENTRY("%p, %p, %d, %p", handle, protocol, protocol_interface_type, in efi_install_protocol_interface_ext()
519 return EFI_EXIT(efi_install_protocol_interface(handle, protocol, in efi_install_protocol_interface_ext()
525 efi_guid_t *protocol, void *old_interface, in efi_reinstall_protocol_interface() argument
528 EFI_ENTRY("%p, %p, %p, %p", handle, protocol, old_interface, in efi_reinstall_protocol_interface()
534 efi_guid_t *protocol, void *protocol_interface) in efi_uninstall_protocol_interface() argument
[all …]
/rk3399_rockchip-uboot/cmd/fastboot/
H A DKconfig16 bool "Enable fastboot protocol over UDP"
18 This enables the fastboot protocol over UDP.
25 fastboot mode for the platform. Fastboot is a protocol for
47 The fastboot protocol requires a large memory buffer for
58 The fastboot protocol requires a large memory buffer for
73 The fastboot protocol includes a "flash" command for writing
/rk3399_rockchip-uboot/doc/
H A DREADME.rockusb1 Rockusb (Rockchip USB protocol)
7 Rockusb protocol is widely used by Rockchip SoC based devices. It can
13 There are many tools can support Rockusb protocol. rkdeveloptool
51 * Fully support Rockusb protocol
H A DREADME.sdp5 SDP stands for serial download protocol. It is the protocol used in NXP's
11 images to the target in SPL/U-Boot using the same protocol/tooling the
14 The SDP protocol over USB is a USB HID class protocol. USB HID class
46 the boot ROM's SDP protocol. The USB VID/PID will depend on standard
/rk3399_rockchip-uboot/include/
H A Defi_api.h78 void **handle, efi_guid_t *protocol,
81 void *handle, efi_guid_t *protocol,
84 efi_guid_t *protocol, void *protocol_interface);
89 efi_guid_t *protocol, struct efi_event *event,
93 efi_guid_t *protocol, void *search_key,
95 efi_status_t (EFIAPI *locate_device_path)(efi_guid_t *protocol,
132 efi_guid_t *protocol, void **interface,
136 efi_guid_t *protocol, void *agent_handle,
139 efi_guid_t *protocol,
147 efi_guid_t *protocol, void *search_key,
[all …]
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dt2080_serdes.c15 u32 protocol; member
197 while (ptr->protocol) { in serdes_get_prtcl()
198 if (ptr->protocol == cfg) in serdes_get_prtcl()
214 while (ptr->protocol) { in is_serdes_prtcl_valid()
215 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
220 if (!ptr->protocol) in is_serdes_prtcl_valid()
H A Dc29x_serdes.c18 u32 protocol; member
61 if (!ptr->protocol) in fsl_serdes_init()
H A Db4860_serdes.c14 u8 protocol; member
253 while (ptr->protocol) { in serdes_get_prtcl()
254 if (ptr->protocol == cfg) in serdes_get_prtcl()
271 while (ptr->protocol) { in is_serdes_prtcl_valid()
272 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
277 if (!ptr->protocol) in is_serdes_prtcl_valid()
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DREADME16 2020.8 Update OP-TEE message protocol
18 OP-TEE message protocol is updated from version 1 to version 2
21 This message protocol update involves some software component, including
24 protocol v1 and v2 are not compatible, otherwise TEE related function
/rk3399_rockchip-uboot/common/
H A Drbsb.c280 tty.c_lflag = protocol==ZM_ZMODEM ? 0 : ISIG; in io_mode()
281 tty.c_cc[VINTR] = protocol==ZM_ZMODEM ? -1 : 030; /* Interrupt char */ in io_mode()
284 tty.c_cc[VINTR] = protocol==ZM_ZMODEM ? 03 : 030; /* Interrupt char */ in io_mode()
364 tty.c_lflag = protocol==ZM_ZMODEM ? 0 : ISIG; in io_mode()
365 tty.c_cc[VINTR] = protocol==ZM_ZMODEM ? -1 : 030; /* Interrupt char */ in io_mode()
368 tty.c_cc[VINTR] = protocol==ZM_ZMODEM ? 03 : 030; /* Interrupt char */ in io_mode()
/rk3399_rockchip-uboot/drivers/tpm/
H A DKconfig23 protocol
32 protocol
56 protocol
74 protocol
83 protocol
/rk3399_rockchip-uboot/include/net/
H A Dtftp.h19 void tftp_start(enum proto_t protocol); /* Begin TFTP get/put */
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/
H A Dls102xa_rcw_nand.cfg3 # serdes protocol
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/
H A Dls1043aqds_rcw_nand.cfg3 # serdes protocol
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/
H A Dls1043ardb_rcw_nand.cfg3 # serdes protocol
/rk3399_rockchip-uboot/board/freescale/t104xrdb/
H A Dt1042_pi_spi_rcw.cfg3 # serdes protocol 0x06
H A Dt1042_pi_sd_rcw.cfg3 # serdes protocol 0x06
H A Dt1040_spi_rcw.cfg3 # serdes protocol 0x66
H A Dt1040_sd_rcw.cfg3 # serdes protocol 0x66
H A Dt1042d4_nand_rcw.cfg3 # serdes protocol 0x86
/rk3399_rockchip-uboot/board/freescale/ls1046aqds/
H A Dls1046aqds_rcw_nand.cfg3 # serdes protocol

12345