| /u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| A D | ls1012a_serdes.c | 11 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 D | ls1043a_serdes.c | 11 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 D | ls1046a_serdes.c | 12 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 D | ls1028a_serdes.c | 10 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 D | ls2080a_serdes.c | 10 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 D | lx2160a_serdes.c | 10 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 D | efi_boottime.c | 557 *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 D | eth_ls1088aqds.c | 42 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 D | eth.c | 46 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 D | eth_lx2162aqds.c | 78 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 D | eth_lx2160aqds.c | 78 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 D | phy-zynqmp.c | 207 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 D | efi.rst | 118 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 D | efi_rng.h | 18 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 D | efi_uclass.c | 84 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 D | iscsi.rst | 28 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 D | README.rockusb | 1 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 D | stm32mp15-scmi.dtsi | 21 scmi_clk: protocol@14 { 26 scmi_reset: protocol@16 { 31 scmi_voltd: protocol@17 {
|
| /u-boot/drivers/fastboot/ |
| A D | Kconfig | 8 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 D | c29x_serdes.c | 18 u32 protocol; member 61 if (!ptr->protocol) in fsl_serdes_init()
|
| A D | t2080_serdes.c | 14 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 D | Kconfig | 21 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 D | w1-gpio.txt | 1 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 D | ti,sci-clk.txt | 6 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 D | ti,sci-sysreset.txt | 7 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
|