Home
last modified time | relevance | path

Searched full:pc1 (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Damd_fam14h_idle.c42 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 Dreport.c88 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 Ddes.c30 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 Dmt7621-gnubee-gb-pc1.dts10 compatible = "gnubee,gb-pc1", "mediatek,mt7621-soc";
11 model = "GB-PC1";
H A DMakefile10 mt7621-gnubee-gb-pc1.dtb \
/openbmc/linux/arch/ia64/lib/
H A Ddo_csum.S132 .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 Dsama5d3_emac.dtsi20 AT91_PIOC 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC1 periph A ETX1, conflicts with TIOB3 */
H A Dat91sam9g20ek_common.dtsi37 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
H A Dat91sam9x5.dtsi430 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 Dsama5d3_emac.dtsi21 AT91_PIOC 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC1 periph A ETX1, conflicts with TIOB3 */
H A Dat91sam9260-smartweb.dts45 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
H A Dat91sam9g20-taurus.dts45 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
H A Dat91sam9g45-gurnard.dts76 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
H A Dat91sam9g20ek_common.dtsi36 <AT91_PIOC 1 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PC1 periph B */
H A Dsun50i-h6.dtsi138 pins = "PC1", "PC4", "PC5", "PC6",
H A Dsun50i-a64.dtsi548 pins = "PC1";
580 pins = "PC0", "PC1", "PC2", "PC3";
/openbmc/linux/arch/riscv/boot/dts/allwinner/
H A Dsun20i-d1-lichee-rv.dts31 gpios = <&pio 2 1 GPIO_ACTIVE_HIGH>; /* PC1 */
H A Dsun20i-d1-lichee-rv-86-panel.dtsi40 /* PC1 is repurposed as BT_WAKE_AP */
H A Dsun20i-d1-dongshan-nezha-stu.dts31 gpios = <&pio 2 1 GPIO_ACTIVE_HIGH>; /* PC1 */
/openbmc/linux/Documentation/devicetree/bindings/mips/
H A Dralink.yaml81 - gnubee,gb-pc1
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm11351-pinctrl.yaml65 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 Dspl_spi_sunxi.c87 * 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 Dsuniv-f1c100s.dtsi202 pins = "PC0", "PC1", "PC2", "PC3";
/openbmc/linux/samples/bpf/
H A Dcookie_uid_helper_example.c87 * pc1: BPF_FUNC_get_socket_cookie takes one parameter, in prog_load()
/openbmc/linux/tools/power/cpupower/po/
H A Dde.po49 msgid "Package in sleep state (PC1 or deeper)"
50 msgstr "Paket in Schlafzustand (PC1 oder tiefer)"

123