| /kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
| 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()
|
| 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()
|
| /kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
| 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()
|
| 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()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/ |
| D | sama5d3_emac.dtsi | 25 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 periph A ERXER, conflicts with TIOA5 */
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | sama5d3_emac.dtsi | 25 AT91_PIOC 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PC6 periph A ERXER, conflicts with TIOA5 */
|
| D | stm32mp15xx-dhcom-drc02.dtsi | 126 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
|
| D | sun5i.dtsi | 513 pins = "PC6", "PC7", "PC8", "PC9", 521 pins = "PC6", "PC7", "PC8", "PC9", 543 pins = "PC6";
|
| D | sun8i-a23-a33.dtsi | 389 pins = "PC5", "PC6", "PC8", 418 pins = "PC6";
|
| D | sun6i-a31.dtsi | 706 pins = "PC6", "PC7", "PC8", "PC9", 714 pins = "PC6", "PC7", "PC8", "PC9", 724 pins = "PC6", "PC7", "PC8", "PC9",
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | allwinner,sun50i-h6-usb-phy.yaml | 102 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | allwinner,sun50i-h6-usb-phy.yaml | 104 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | stm32mp15xx-dhcom-drc02.dtsi | 114 * Note: PF3/GPIO_A , PD6/GPIO_B , PG0/GPIO_C , PC6/GPIO_E are
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/allwinner/ |
| D | sun5i.dtsi | 513 pins = "PC6", "PC7", "PC8", "PC9", 530 pins = "PC6", "PC7", "PC8", "PC9", 552 pins = "PC6";
|
| D | sun8i-a23-a33.dtsi | 392 pins = "PC5", "PC6", "PC8", 421 pins = "PC6";
|
| D | sun6i-a31.dtsi | 705 pins = "PC6", "PC7", "PC8", "PC9", 713 pins = "PC6", "PC7", "PC8", "PC9", 723 pins = "PC6", "PC7", "PC8", "PC9",
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-h6-orangepi.dtsi | 264 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/ |
| D | sun50i-h6-orangepi.dtsi | 264 usb0_id_det-gpios = <&pio 2 6 GPIO_ACTIVE_HIGH>; /* PC6 */
|
| /kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 201 unsigned long long pc6; member 539 { 0x0, "Pkg%pc6" }, 859 outp += sprintf(outp, "%sPkg%%pc6", (printed++ ? delim : "")); in print_header() 971 outp += sprintf(outp, "pc6: %016llX\n", p->pc6); in dump_counters() 1231 outp += sprintf(outp, "%s%.2f", (printed++ ? delim : ""), 100.0 * p->pc6/tsc); in format_counters() 1350 old->pc6 = new->pc6 - old->pc6; in delta_package() 1565 p->pc6 = 0; in clear_counters() 1663 average.packages.pc6 += p->pc6; in sum_counters() 1737 average.packages.pc6 /= topo.num_packages; in compute_average() 2053 if (get_msr(cpu, MSR_ATOM_PKG_C6_RESIDENCY, &p->pc6)) in get_counters() [all …]
|
| /kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
| 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 …]
|
| /kernel/linux/linux-6.6/arch/sh/boards/ |
| D | board-magicpanelr2.c | 108 /* C7 GPO(PC7); C6 GPO(PC6); C5 GPO(PC5); C4 GPO(PC4); in setup_port_multiplexing()
|
| /kernel/linux/linux-5.10/arch/sh/boards/ |
| D | board-magicpanelr2.c | 107 /* C7 GPO(PC7); C6 GPO(PC6); C5 GPO(PC5); C4 GPO(PC4); in setup_port_multiplexing()
|
| /kernel/linux/linux-6.6/drivers/idle/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
| D | pfc-shx3.c | 307 PINMUX_GPIO(PC6),
|
| /kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
| D | pfc-shx3.c | 308 PINMUX_GPIO(PC6),
|