/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | nhm_idle.c | 27 enum intel_nhm_id { C3 = 0, C6, PC3, PC6, TSC = 0xFFFF }; enumerator 56 .name = "PC6", 58 .id = PC6, 86 case PC6: in nhm_get_count()
|
H A D | amd_fam14h_idle.c | 42 enum amd_fam14h_states {NON_PC0 = 0, PC1, PC6, NBP1, enumerator 66 .name = "PC6", 68 .id = PC6, 110 case PC6: in amd_fam14h_get_pci_info()
|
/openbmc/u-boot/board/sunxi/ |
H A D | board.c | 446 /* SDC2: PC6-PC11 */ in mmc_pinmux_setup() 461 /* SDC2: PC6-PC15 */ in mmc_pinmux_setup() 477 /* SDC2: PC6-PC15, PC24 */ in mmc_pinmux_setup() 489 /* SDC2: PC6-PC15, PC24 */ in mmc_pinmux_setup() 500 /* SDC2: PC5-PC6, PC8-PC16 */ in mmc_pinmux_setup() 520 /* SDC2: PC6-PC16 */ in mmc_pinmux_setup() 549 /* SDC3: PC6-PC15, PC24 */ in mmc_pinmux_setup()
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d3_emac.dtsi | 25 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 periph A ERXER, conflicts with TIOA5 */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3_emac.dtsi | 26 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 periph A ERXER, conflicts with TIOA5 */
|
H A D | sun5i.dtsi | 461 pins = "PC6", "PC7", "PC8", "PC9", 470 pins = "PC6", "PC7", "PC8", "PC9", 491 pins = "PC6";
|
H A D | sun8i-a23-a33.dtsi | 311 pins = "PC5", "PC6", "PC8", 340 pins = "PC6";
|
H A D | sun50i-h6.dtsi | 138 pins = "PC1", "PC4", "PC5", "PC6",
|
H A D | sun6i-a31.dtsi | 661 pins = "PC6", "PC7", "PC8", "PC9", 669 pins = "PC6", "PC7", "PC8", "PC9", 679 pins = "PC6", "PC7", "PC8", "PC9",
|
H A D | sun8i-r40.dtsi | 303 pins = "PC5", "PC6", "PC7", "PC8", "PC9",
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | allwinner,sun50i-h6-usb-phy.yaml | 104 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | tegra20-dc.txt | 83 nvidia,panel-vdd-gpios = <&gpio 22 0>; /* PC6 */
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp15xx-dhcom-drc02.dtsi | 114 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i.dtsi | 513 pins = "PC6", "PC7", "PC8", "PC9", 530 pins = "PC6", "PC7", "PC8", "PC9", 552 pins = "PC6";
|
H A D | sun8i-a23-a33.dtsi | 392 pins = "PC5", "PC6", "PC8", 421 pins = "PC6";
|
H A D | sun6i-a31.dtsi | 705 pins = "PC6", "PC7", "PC8", "PC9", 713 pins = "PC6", "PC7", "PC8", "PC9", 723 pins = "PC6", "PC7", "PC8", "PC9",
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h6-orangepi.dtsi | 264 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 100 { 0x0, "Pkg%pc6", "", 0, 0, 0, NULL, 0 }, 380 unsigned long long pc6; member 958 outp += sprintf(outp, "%sPkg%%pc6", (printed++ ? delim : "")); in print_header() 1073 outp += sprintf(outp, "pc6: %016llX\n", p->pc6); in dump_counters() 1337 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc6 / tsc); in format_counters() 1472 old->pc6 = new->pc6 - old->pc6; in delta_package() 1689 p->pc6 = 0; in clear_counters() 1791 average.packages.pc6 += p->pc6; in sum_counters() 1868 average.packages.pc6 /= topo.num_packages; in compute_average() 2255 if (get_msr(cpu, MSR_ATOM_PKG_C6_RESIDENCY, &p->pc6)) in get_counters() [all …]
|
H A D | turbostat.8 | 132 \fBPkg%pc2, Pkg%pc3, Pkg%pc6, Pkg%pc7\fP percentage residency in hardware package idle states. The…
|
/openbmc/u-boot/board/mpr2/ |
H A D | mpr2.c | 70 /* C7 GPO(PC7); C6 GPO(PC6); C5 GPO(PC5); C4 GPO(PC4); in board_init()
|
/openbmc/u-boot/board/freescale/mpc8555cds/ |
H A D | mpc8555cds.c | 135 /* PC6 */ { 0, 0, 0, 1, 0, 0 }, /* PC6 */
|
/openbmc/u-boot/board/freescale/mpc8541cds/ |
H A D | mpc8541cds.c | 137 /* PC6 */ { 0, 0, 0, 1, 0, 0 }, /* PC6 */
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-magicpanelr2.c | 108 /* C7 GPO(PC7); C6 GPO(PC6); C5 GPO(PC5); C4 GPO(PC4); in setup_port_multiplexing()
|
/openbmc/linux/drivers/idle/ |
H A D | intel_idle.c | 1775 * latency for target_residency if the PC6 in skx_idle_state_table_update() 1813 * C6. However, if PC6 is disabled, we update the numbers to match in spr_idle_state_table_update() 1818 /* Limit value 2 and above allow for PC6. */ in spr_idle_state_table_update()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pfc-shx3.c | 307 PINMUX_GPIO(PC6),
|