/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | dot11d.c | 115 struct chnl_txpow_triple *triple; in dot11d_update_country() local 121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country() 123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country() 129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country() 130 triple->num_channels)) { in dot11d_update_country() 137 for (j = 0; j < triple->num_channels; j++) { in dot11d_update_country() 138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country() 139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country() 140 triple->max_tx_power; in dot11d_update_country() 141 max_channel_number = triple->first_channel + j; in dot11d_update_country() [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | cake.json | 18 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 41 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat n… 64 …ake 1: root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 triple-isolate nonat nowa… 87 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 110 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited besteffort triple-isolate no… 133 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv8 triple-isolate non… 156 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv4 triple-isolate non… 317 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 340 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… 363 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate non… [all …]
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | triple_fault_event_test.c | 38 /* L2 should triple fault after a triple fault event injected. */ in l1_guest_code_vmx() 105 "Triple fault event invalid"); in main() 107 "No triple fault pending"); in main()
|
H A D | mmio_warning_test.c | 9 * triple fault occurs. To get the triple fault to occur we call KVM_RUN
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | jit_disasm.c | 86 char *triple; in init_context() local 89 triple = LLVMNormalizeTargetTriple(arch); in init_context() 91 triple = LLVMGetDefaultTargetTriple(); in init_context() 92 if (!triple) { in init_context() 93 p_err("Failed to retrieve triple"); in init_context() 96 *ctx = LLVMCreateDisasm(triple, NULL, 0, NULL, symbol_lookup_callback); in init_context() 97 LLVMDisposeMessage(triple); in init_context()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | Kconfig | 106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 113 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
|
/openbmc/linux/drivers/net/ethernet/altera/ |
H A D | Kconfig | 3 tristate "Altera Triple-Speed Ethernet MAC support" 12 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-sys-targets-targets.go-allow-users-to-override-hardc.patch | 28 Triple: "arm-linux-gnueabi", 40 - target.Triple = "" 49 + target.Triple = ""
|
/openbmc/linux/Documentation/devicetree/bindings/misc/ |
H A D | xlnx,tmr-manager.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP 13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
|
H A D | xlnx,tmr-inject.yaml | 7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP 13 The Triple Modular Redundancy(TMR) Inject core provides functional fault
|
/openbmc/linux/drivers/mux/ |
H A D | adg792a.c | 3 * Multiplexer driver for Analog Devices ADG792A/G Triple 4:1 mux 122 dev_info(dev, "triple pole quadruple throw mux registered\n"); in adg792a_probe() 151 MODULE_DESCRIPTION("Analog Devices ADG792A/G Triple 4:1 mux driver");
|
H A D | Kconfig | 16 ADG792A and ADG792G Wide Bandwidth Triple 4:1 Multiplexers
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 6 Altera Triple-Speed Ethernet MAC driver 11 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers 24 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP 31 Triple-Speed Ethernet instance is using an SGDMA or MSGDMA component. The 61 Altera Triple-Speed Ethernet MAC support (ALTERA_TSE) 154 - Altera Triple Speed Ethernet User Guide, found at http://www.altera.com
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | Kconfig | 6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC" 13 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
|
/openbmc/linux/include/crypto/ |
H A D | des.h | 3 * DES & Triple DES EDE Cipher Algorithms. 45 * des3_ede_expand_key - Expand a triple DES input key into a key schedule
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | get-binary-toolchains | 17 TRIPLE=$1 18 …/developer.arm.com/-/media/Files/downloads/gnu/$VER/binrel/$BASENAME-$VER-$HOST_ARCH-$TRIPLE.tar.xz
|
/openbmc/linux/crypto/ |
H A D | des_generic.c | 5 * DES & Triple DES EDE Cipher Algorithms. 129 MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms");
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0013-Implement-triple-buffering-for-wayland.patch | 4 Subject: [PATCH] Implement triple buffering for wayland 6 Change from double to triple buffering for wayland.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | rust-common.bbclass | 86 # - BUILD_SYS - Yocto triple of the build environment 101 # - triple suffix (e.g. CC:x86_64_unknown_linux_gnu) - both 104 # its likely best to not use the triple suffix due to potential confusion.
|
/openbmc/qemu/docs/system/i386/ |
H A D | microvm.rst | 119 generating a ``triple-fault``, which will cause the VM to initiate a 127 to try the triple-fault mechanism first, by adding ``reboot=t`` to the
|
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 40 * Check nested exceptions and change to double or triple fault if 62 qemu_log_mask(CPU_LOG_RESET, "Triple fault\n"); in check_exception()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Kconfig | 116 tristate "Ciphers: Triple DES EDE with modes: ECB, CBC" 122 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm 123 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
|
/openbmc/u-boot/drivers/net/ |
H A D | Kconfig | 43 bool "Altera Triple-Speed Ethernet MAC support" 47 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC. 48 Please find details on the "Triple-Speed Ethernet MegaCore Function
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-reboot | 19 Description: Reboot type. Valid values are: bios acpi kbd triple efi pci
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | cdns,ttc.yaml | 7 title: Cadence TTC - Triple Timer Counter
|