/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | amd_fam14h_idle.c | 42 enum amd_fam14h_states {NON_PC0 = 0, PC1, PC6, NBP1, enumerator 53 .desc = N_("Package in sleep state (PC1 or deeper)"), 59 .name = "PC1", 61 .id = PC1, 106 case PC1: in amd_fam14h_get_pci_info()
|
/openbmc/linux/mm/kmsan/ |
H A D | report.c | 88 void *pc1 = NULL, *pc2 = NULL; in kmsan_print_origin() local 103 pc1 = (void *)entries[2]; in kmsan_print_origin() 107 if (pc1) in kmsan_print_origin() 108 pr_err(" %pSb\n", pc1); in kmsan_print_origin()
|
/openbmc/linux/lib/crypto/ |
H A D | des.c | 30 static const u8 pc1[256] = { variable 600 * After PC1 each of the variables a,b,c,d contains a 7 bit subset of C_i 629 d = k[4]; d &= 0x0e; d <<= 4; d |= k[0] & 0x1e; d = pc1[d]; in des_ekey() 630 c = k[5]; c &= 0x0e; c <<= 4; c |= k[1] & 0x1e; c = pc1[c]; in des_ekey() 631 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey() 632 a = k[7]; a &= 0x0e; a <<= 4; a |= k[3] & 0x1e; a = pc1[a]; in des_ekey() 657 d = k[0]; d &= 0xe0; d >>= 4; d |= k[4] & 0xf0; d = pc1[d + 1]; in des_ekey() 658 c = k[1]; c &= 0xe0; c >>= 4; c |= k[5] & 0xf0; c = pc1[c + 1]; in des_ekey() 659 b = k[2]; b &= 0xe0; b >>= 4; b |= k[6] & 0xf0; b = pc1[b + 1]; in des_ekey() 660 a = k[3]; a &= 0xe0; a >>= 4; a |= k[7] & 0xf0; a = pc1[a + 1]; in des_ekey() [all …]
|
/openbmc/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7621-gnubee-gb-pc1.dts | 10 compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc"; 11 model = "GB-PC1";
|
H A D | Makefile | 10 mt7621-gnubee-gb-pc1.dtb \
|
/openbmc/linux/arch/ia64/lib/ |
H A D | do_csum.S | 132 .rotp p[PIPE_DEPTH], pC1[2], pC2[2] 227 (ELD_1) cmp.ltu pC1[0],p0=result1[LOAD_LATENCY],word1[LOAD_LATENCY+1] 228 (pC1[1])adds carry1=1,carry1 239 (pC1[1])adds carry1=1,carry1 // since we miss the last one
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d3_emac.dtsi | 20 AT91_PIOC 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC1 periph A ETX1, conflicts with TIOB3 */
|
H A D | at91sam9g20ek_common.dtsi | 37 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
|
H A D | at91sam9x5.dtsi | 430 AT91_PIOC 1 AT91_PERIPH_C AT91_PINCTRL_NONE>; /* PC1 periph C I2C1 clock */ 454 AT91_PIOC 1 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PC1 gpio multidrive I2C1 clock */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3_emac.dtsi | 21 AT91_PIOC 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC1 periph A ETX1, conflicts with TIOB3 */
|
H A D | at91sam9260-smartweb.dts | 45 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
|
H A D | at91sam9g20-taurus.dts | 45 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
|
H A D | at91sam9g45-gurnard.dts | 76 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
|
H A D | at91sam9g20ek_common.dtsi | 36 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
|
H A D | sun50i-h6.dtsi | 138 pins = "PC1", "PC4", "PC5", "PC6",
|
H A D | sun50i-a64.dtsi | 548 pins = "PC1"; 580 pins = "PC0", "PC1", "PC2", "PC3";
|
/openbmc/linux/arch/riscv/boot/dts/allwinner/ |
H A D | sun20i-d1-lichee-rv.dts | 31 gpios = <&pio 2 1 GPIO_ACTIVE_HIGH>; /* PC1 */
|
H A D | sun20i-d1-lichee-rv-86-panel.dtsi | 40 /* PC1 is repurposed as BT_WAKE_AP */
|
H A D | sun20i-d1-dongshan-nezha-stu.dts | 31 gpios = <&pio 2 1 GPIO_ACTIVE_HIGH>; /* PC1 */
|
/openbmc/linux/Documentation/devicetree/bindings/mips/ |
H A D | ralink.yaml | 81 - gnubee,gb-pc1
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | brcm,bcm11351-pinctrl.yaml | 65 nand_oen, nand_rdy_0, nand_rdy_1, nand_wen, nand_wp, pc1, 158 nand_wen, nand_wp, pc1, pc2, pmu_int,
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | spl_spi_sunxi.c | 87 * Allwinner A10/A20 SoCs were using pins PC0,PC1,PC2,PC23 for booting 88 * from SPI Flash, everything else is using pins PC0,PC1,PC2,PC3.
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | suniv-f1c100s.dtsi | 202 pins = "PC0", "PC1", "PC2", "PC3";
|
/openbmc/linux/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 87 * pc1: BPF_FUNC_get_socket_cookie takes one parameter, in prog_load()
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | de.po | 49 msgid "Package in sleep state (PC1 or deeper)" 50 msgstr "Paket in Schlafzustand (PC1 oder tiefer)"
|