Home
last modified time | relevance | path

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

12345678

/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dls1012a_serdes.c11 u32 protocol; member
40 while (ptr->protocol) { in serdes_get_prtcl()
41 if (ptr->protocol == cfg) in serdes_get_prtcl()
58 while (ptr->protocol) { in is_serdes_prtcl_valid()
59 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
64 if (!ptr->protocol) in is_serdes_prtcl_valid()
A Dls1043a_serdes.c11 u32 protocol; member
52 while (ptr->protocol) { in serdes_get_prtcl()
53 if (ptr->protocol == cfg) in serdes_get_prtcl()
70 while (ptr->protocol) { in is_serdes_prtcl_valid()
71 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
76 if (!ptr->protocol) in is_serdes_prtcl_valid()
A Dls1046a_serdes.c12 u32 protocol; member
67 while (ptr->protocol) { in serdes_get_prtcl()
68 if (ptr->protocol == cfg) in serdes_get_prtcl()
85 while (ptr->protocol) { in is_serdes_prtcl_valid()
86 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
91 if (!ptr->protocol) in is_serdes_prtcl_valid()
A Dls1028a_serdes.c10 u32 protocol; member
57 while (ptr->protocol) { in serdes_get_prtcl()
58 if (ptr->protocol == cfg) in serdes_get_prtcl()
75 while (ptr->protocol) { in is_serdes_prtcl_valid()
76 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
81 if (!ptr->protocol) in is_serdes_prtcl_valid()
A Dls2080a_serdes.c10 u8 protocol; member
90 while (ptr->protocol) { in serdes_get_prtcl()
91 if (ptr->protocol == cfg) in serdes_get_prtcl()
108 while (ptr->protocol) { in is_serdes_prtcl_valid()
109 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
114 if (!ptr->protocol) in is_serdes_prtcl_valid()
A Dlx2160a_serdes.c10 u8 protocol; member
116 while (ptr->protocol) { in serdes_get_prtcl()
117 if (ptr->protocol == cfg) in serdes_get_prtcl()
134 while (ptr->protocol) { in is_serdes_prtcl_valid()
135 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
140 if (!ptr->protocol) in is_serdes_prtcl_valid()
/u-boot/lib/efi_loader/
A Defi_boottime.c557 *handler = protocol; in efi_search_protocol()
598 struct efi_handler *protocol; in efi_remove_all_protocols() local
1148 if (!guidcmp(protocol, &event->protocol)) { in efi_add_protocol()
1193 if (!handle || !protocol || in efi_install_protocol_interface()
1237 if (protocol && guidcmp(&handler->guid, protocol)) in efi_get_drivers()
1259 if (protocol && guidcmp(&handler->guid, protocol)) in efi_get_drivers()
1442 guidcpy(&item->protocol, protocol); in efi_register_protocol_notify()
1538 if (!protocol) in efi_locate_handle()
2592 if (guidcmp(&event->protocol, protocol)) in efi_locate_protocol()
2648 if (!protocol) in efi_install_multiple_protocol_interfaces_int()
[all …]
/u-boot/board/freescale/ls1088a/
A Deth_ls1088aqds.c42 static bool protocol_supported(u8 serdes_block, u32 protocol) in protocol_supported() argument
50 serdes_conf.serdes_protocol == protocol) in protocol_supported()
57 static void get_str_protocol(u8 serdes_block, u32 protocol, char *str) in get_str_protocol() argument
65 serdes_conf.serdes_protocol == protocol) { in get_str_protocol()
67 sprintf(str, "%u", protocol); in get_str_protocol()
/u-boot/board/freescale/ls2080aqds/
A Deth.c46 static bool protocol_supported(u8 serdes_block, u32 protocol) in protocol_supported() argument
54 serdes_conf.serdes_protocol == protocol) in protocol_supported()
61 static void get_str_protocol(u8 serdes_block, u32 protocol, char *str) in get_str_protocol() argument
69 serdes_conf.serdes_protocol == protocol) { in get_str_protocol()
71 sprintf(str, "%u", protocol); in get_str_protocol()
/u-boot/board/freescale/lx2160a/
A Deth_lx2162aqds.c78 static bool protocol_supported(u8 serdes_block, u32 protocol) in protocol_supported() argument
86 serdes_conf.serdes_protocol == protocol) in protocol_supported()
93 static void get_str_protocol(u8 serdes_block, u32 protocol, char *str) in get_str_protocol() argument
101 serdes_conf.serdes_protocol == protocol) { in get_str_protocol()
103 sprintf(str, "%u", protocol); in get_str_protocol()
A Deth_lx2160aqds.c78 static bool protocol_supported(u8 serdes_block, u32 protocol) in protocol_supported() argument
86 serdes_conf.serdes_protocol == protocol) in protocol_supported()
93 static void get_str_protocol(u8 serdes_block, u32 protocol, char *str) in get_str_protocol() argument
101 serdes_conf.serdes_protocol == protocol) { in get_str_protocol()
103 sprintf(str, "%u", protocol); in get_str_protocol()
/u-boot/drivers/phy/
A Dphy-zynqmp.c207 u8 protocol; member
346 u8 protocol = gtr_phy->protocol; in xpsgtr_lane_set_protocol() local
354 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
361 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
449 switch (gtr_phy->protocol) { in xpsgtr_init()
518 if (gtr_phy->protocol != ICM_PROTOCOL_DP || in xpsgtr_power_on()
545 gtr_phy->protocol = ICM_PROTOCOL_SATA; in xpsgtr_set_lane_type()
556 gtr_phy->protocol = ICM_PROTOCOL_USB; in xpsgtr_set_lane_type()
567 gtr_phy->protocol = ICM_PROTOCOL_DP; in xpsgtr_set_lane_type()
580 gtr_phy->protocol = ICM_PROTOCOL_PCIE; in xpsgtr_set_lane_type()
[all …]
/u-boot/doc/api/
A Defi.rst118 Block IO protocol
124 File protocol
130 Graphical output protocol
136 Load file 2 protocol
139 The load file 2 protocol can be used by the Linux kernel to load the initial
151 Random number generator protocol
163 Unicode Collation protocol
169 Firmware management protocol
175 Driver binding protocol
/u-boot/include/
A Defi_rng.h18 efi_status_t (EFIAPI *get_info)(struct efi_rng_protocol *protocol,
21 efi_status_t (EFIAPI *get_rng)(struct efi_rng_protocol *protocol,
/u-boot/lib/efi_driver/
A Defi_uclass.c84 controller_handle, bp->ops->protocol, in efi_uc_supported()
100 r = efi_close_protocol(controller_handle, bp->ops->protocol, in efi_uc_supported()
132 controller_handle, bp->ops->protocol, in efi_uc_start()
153 r = efi_close_protocol(controller_handle, bp->ops->protocol, in efi_uc_start()
233 controller_handle, bp->ops->protocol, in efi_uc_stop()
252 ret = efi_close_protocol(controller_handle, bp->ops->protocol, in efi_uc_stop()
272 if (!ops->protocol) { in efi_add_driver()
/u-boot/doc/develop/uefi/
A Discsi.rst28 The HTTPS protocol provides certificate based validation of servers. Sensitive
31 The iSCSI protocol is used for connecting storage attached networks. It
32 provides mutual authentication using the CHAP protocol. It typically runs on
51 application has network access via the simple network protocol offered by
58 the mutual authentication using the CHAP protocol. After the authentication iPXE
61 For a selected iSCSI target iPXE sets up a handle with the block IO protocol. It
63 file system driver. U-Boot reads from the iSCSI drive via the block IO protocol
65 protocol. Now iPXE can call the simple file protocol to load GRUB[2]. U-Boot
66 uses the block IO protocol offered by iPXE to fulfill the request.
68 Once GRUB is started it uses the same block IO protocol to load Linux. Via
[all …]
/u-boot/doc/
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
56 * Fully support Rockusb protocol
/u-boot/arch/arm/dts/
A Dstm32mp15-scmi.dtsi21 scmi_clk: protocol@14 {
26 scmi_reset: protocol@16 {
31 scmi_voltd: protocol@17 {
/u-boot/drivers/fastboot/
A DKconfig8 Fastboot is a protocol used in Android devices for
12 More information about the protocol and usecases:
27 bool "Enable fastboot protocol over UDP"
29 This enables the fastboot protocol over UDP.
36 The fastboot protocol requires a UDP port number.
41 bool "Enable fastboot protocol over TCP"
43 This enables the fastboot protocol over TCP.
61 The fastboot protocol requires a large memory buffer for
73 The fastboot protocol requires a large memory buffer for
92 The fastboot protocol includes a "flash" command for writing
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dc29x_serdes.c18 u32 protocol; member
61 if (!ptr->protocol) in fsl_serdes_init()
A Dt2080_serdes.c14 u32 protocol; member
192 while (ptr->protocol) { in serdes_get_prtcl()
193 if (ptr->protocol == cfg) in serdes_get_prtcl()
209 while (ptr->protocol) { in is_serdes_prtcl_valid()
210 if (ptr->protocol == prtcl) in is_serdes_prtcl_valid()
215 if (!ptr->protocol) in is_serdes_prtcl_valid()
/u-boot/board/solidrun/clearfog/
A DKconfig21 Use the CON3 port with SATA protocol instead of the default PCIe.
23 modules, but the desired protocol must be configured at build
30 Use the CON2 port with SATA protocol instead of the default PCIe.
32 modules, but the desired protocol must be configured at build
/u-boot/doc/device-tree-bindings/w1/
A Dw1-gpio.txt1 W1 gpio device binding - one wire protocol over bitbanged gpio
18 This is the gpio used for one wire protocol, using bitbanging
/u-boot/doc/device-tree-bindings/clock/
A Dti,sci-clk.txt6 running an OS and the System Controller happens through a protocol known
8 framework and makes use of the TI SCI protocol on clock API requests.
15 this relies on the TI SCI protocol to communicate with the SYSFW it must be a
/u-boot/doc/device-tree-bindings/sysreset/
A Dti,sci-sysreset.txt7 controller happens through a protocol known as TI SCI [1].
14 which is managed by the SYSFW. Because this relies on the TI SCI protocol

Completed in 47 milliseconds

12345678