Home
last modified time | relevance | path

Searched full:adh (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch8 {"sslCiphers", CTL_STRING, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", {0}},
18 @@ -293,8 +293,8 @@ sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STR
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/
H A Drpcbind_add_option_to_fix_port_number.patch104 - while ((c = getopt(argc, argv, "adh:ilswf")) != -1) {
105 + while ((c = getopt(argc, argv, "adh:p:ilswf")) != -1) {
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c196 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
198 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
200 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
202 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
204 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
206 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
209 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
214 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
218 arr[i].adh = adapter->handle; in ehea_update_firmware_handles()
275 arr[i].adh = adapter->handle; in ehea_update_bcmc_registrations()
[all …]
H A Dehea.h400 u64 adh; /* Adapter Handle */ member
411 u64 adh; /* Adapter Handle */ member
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h156 #define ADH(x) (((x) & 0x3)) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c74 #define GENCMDDADDRH(adh, addr) ((adh) | (((addr) >> 16) & 0xffff)) argument
/openbmc/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml58 "^adh,.*":
/openbmc/linux/drivers/pci/
H A Dquirks.c940 * register D31:F0:ADh bits 5:4. in ich6_lpc_generic_decode()