Home
last modified time | relevance | path

Searched full:epp (Results 1 – 25 of 163) sorted by relevance

1234567

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-epp.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-epp.yaml#
15 pattern: "^epp@[0-9a-f]+$"
19 - nvidia,tegra20-epp
20 - nvidia,tegra30-epp
21 - nvidia,tegra114-epp
38 - const: epp
62 epp@540c0000 {
63 compatible = "nvidia,tegra20-epp";
68 reset-names = "epp";
/kernel/linux/linux-5.10/drivers/scsi/
Dppa.h18 * to support EPP and scatter-gather. [0.26-athena]
22 * Fixed EPP to handle "software" changing of EPP port data direction.
23 * Chased down EPP timeouts
32 * Fixed id_probe for EPP 1.9 chipsets (misdetected as EPP 1.7)
38 * Hack and slash at the init code (EPP device check routine)
98 #define PPA_EPP_8 3 /* EPP mode, 8 bit */
99 #define PPA_EPP_16 4 /* EPP mode, 16 bit */
100 #define PPA_EPP_32 5 /* EPP mode, 32 bit */
108 "EPP 8 bit",
109 "EPP 16 bit",
[all …]
Dimm.h37 * Now have byte mode working (only EPP and ECP to go now... :=)
40 * Thirty minutes of further coding results in EPP working on my machine.
91 #define IMM_EPP_8 3 /* EPP mode, 8 bit */
92 #define IMM_EPP_16 4 /* EPP mode, 16 bit */
93 #define IMM_EPP_32 5 /* EPP mode, 32 bit */
101 [IMM_EPP_8] = "EPP 8 bit",
102 [IMM_EPP_16] = "EPP 16 bit",
104 [IMM_EPP_32] = "EPP 16 bit",
106 [IMM_EPP_32] = "EPP 32 bit",
/kernel/linux/linux-6.6/drivers/scsi/
Dppa.h18 * to support EPP and scatter-gather. [0.26-athena]
22 * Fixed EPP to handle "software" changing of EPP port data direction.
23 * Chased down EPP timeouts
32 * Fixed id_probe for EPP 1.9 chipsets (misdetected as EPP 1.7)
38 * Hack and slash at the init code (EPP device check routine)
98 #define PPA_EPP_8 3 /* EPP mode, 8 bit */
99 #define PPA_EPP_16 4 /* EPP mode, 16 bit */
100 #define PPA_EPP_32 5 /* EPP mode, 32 bit */
108 "EPP 8 bit",
109 "EPP 16 bit",
[all …]
Dimm.h37 * Now have byte mode working (only EPP and ECP to go now... :=)
40 * Thirty minutes of further coding results in EPP working on my machine.
91 #define IMM_EPP_8 3 /* EPP mode, 8 bit */
92 #define IMM_EPP_16 4 /* EPP mode, 16 bit */
93 #define IMM_EPP_32 5 /* EPP mode, 32 bit */
101 [IMM_EPP_8] = "EPP 8 bit",
102 [IMM_EPP_16] = "EPP 16 bit",
104 [IMM_EPP_32] = "EPP 16 bit",
106 [IMM_EPP_32] = "EPP 32 bit",
/kernel/linux/linux-6.6/tools/power/cpupower/utils/
Dcpupower-set.c21 {"epp", required_argument, NULL, 'e'},
43 int epp:1; in cmd_set() member
51 char epp[30], mode[20]; in cmd_set() local
80 if (params.epp) in cmd_set()
82 if (sscanf(optarg, "%29s", epp) != 1) { in cmd_set()
86 params.epp = 1; in cmd_set()
157 if (params.epp) { in cmd_set()
158 ret = cpupower_set_epp(cpu, epp); in cmd_set()
161 "Error setting epp value on CPU %d\n", cpu); in cmd_set()
/kernel/linux/linux-6.6/drivers/cpufreq/
Damd-pstate.c73 * AMD Energy Preference Performance (EPP)
74 * The EPP is used in the CCLK DPM controller to drive
76 * short periods of activity. EPP values will be utilized for
78 * display strings corresponding to EPP index in the
131 u64 epp; in amd_pstate_get_epp() local
136 epp = rdmsrl_on_cpu(cpudata->cpu, MSR_AMD_CPPC_REQ, in amd_pstate_get_epp()
138 if (epp) in amd_pstate_get_epp()
139 return epp; in amd_pstate_get_epp()
141 epp = (cppc_req_cached >> 24) & 0xFF; in amd_pstate_get_epp()
143 ret = cppc_get_epp_perf(cpudata->cpu, &epp); in amd_pstate_get_epp()
[all …]
Dintel_pstate.c212 * (EPP) or energy performance bias (EPB),
214 * @epp_policy: Last saved policy used to set EPP/EPB
633 s16 epp; in intel_pstate_get_epp() local
638 * MSR_HWP_REQUEST, so need to read and get EPP. in intel_pstate_get_epp()
641 epp = rdmsrl_on_cpu(cpu_data->cpu, MSR_HWP_REQUEST, in intel_pstate_get_epp()
643 if (epp) in intel_pstate_get_epp()
644 return epp; in intel_pstate_get_epp()
646 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp()
648 /* When there is no EPP present, HWP uses EPB settings */ in intel_pstate_get_epp()
649 epp = intel_pstate_get_epb(cpu_data); in intel_pstate_get_epp()
[all …]
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.814 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired"
46 Energy_Performance_Preference (EPP) field in
109 VALUE STRING EPB EPP
122 \fB-a, --all value-string\fP Sets all EPB and EPP and HWP limit fields to the value associated with
133 \fB-P, --hwp-epp\fP set HWP.EPP per-core or per-package.
185 cpu0: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
188 cpu1: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
191 cpu2: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
194 cpu3: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
/kernel/linux/linux-6.6/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.814 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired"
46 Energy_Performance_Preference (EPP) field in
109 VALUE STRING EPB EPP
122 \fB-a, --all value-string\fP Sets all EPB and EPP and HWP limit fields to the value associated with
133 \fB-P, --hwp-epp\fP set HWP.EPP per-core or per-package.
185 cpu0: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
188 cpu1: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
191 cpu2: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
194 cpu3: HWP_REQ: min 6 max 35 des 0 epp 128 window 0x0 (0*10^0us) use_pkg 0
/kernel/linux/linux-6.6/include/uapi/linux/
Dparport.h58 #define PARPORT_MODE_EPP (1<<2) /* Hardware EPP. */
65 Nibble mode, byte mode, ECP, ECPRLE and EPP are their own
76 #define IEEE1284_MODE_EPPSL (1<<11) /* EPP 1.7 */
93 #define PARPORT_EPP_FAST_32 PARPORT_EPP_FAST /* 32-bit EPP transfers */
94 #define PARPORT_EPP_FAST_16 (1<<2) /* 16-bit EPP transfers */
95 #define PARPORT_EPP_FAST_8 (1<<3) /* 8-bit EPP transfers */
/kernel/linux/linux-5.10/drivers/cpufreq/
Dintel_pstate.c217 * (EPP) or energy performance bias (EPB),
219 * @epp_policy: Last saved policy used to set EPP/EPB
526 s16 epp; in intel_pstate_get_epp() local
531 * MSR_HWP_REQUEST, so need to read and get EPP. in intel_pstate_get_epp()
534 epp = rdmsrl_on_cpu(cpu_data->cpu, MSR_HWP_REQUEST, in intel_pstate_get_epp()
536 if (epp) in intel_pstate_get_epp()
537 return epp; in intel_pstate_get_epp()
539 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp()
541 /* When there is no EPP present, HWP uses EPB settings */ in intel_pstate_get_epp()
542 epp = intel_pstate_get_epb(cpu_data); in intel_pstate_get_epp()
[all …]
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dns87303.h40 #define PTR_LEVEL_IRQ 0x80 /* When not ECP/EPP: Use level IRQ */
41 #define PTR_LPT_REG_DIR 0x80 /* When ECP/EPP: LPT CTR controls direction */
46 #define FCR_ZWS_ENA 0x20 /* Enable short host read/write in ECP/EPP */
50 #define PCR_EPP_IEEE 0x02 /* Enable EPP Version 1.9 (IEEE 1284) */
58 #define TUP_EPP_TIMO 0x02 /* Enable EPP timeout IRQ */
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dns87303.h40 #define PTR_LEVEL_IRQ 0x80 /* When not ECP/EPP: Use level IRQ */
41 #define PTR_LPT_REG_DIR 0x80 /* When ECP/EPP: LPT CTR controls direction */
46 #define FCR_ZWS_ENA 0x20 /* Enable short host read/write in ECP/EPP */
50 #define PCR_EPP_IEEE 0x02 /* Enable EPP Version 1.9 (IEEE 1284) */
58 #define TUP_EPP_TIMO 0x02 /* Enable EPP timeout IRQ */
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
Ddstr.c21 * 2 8-bit EPP mode
22 * 3 EPP-16
23 * 4 EPP-32
209 char *mode_string[5] = { "4-bit", "8-bit", "EPP-8", "EPP-16", "EPP-32" }; in dstr_log_adapter()
Depia.c25 * 3 8-bit EPP mode
26 * 4 16-bit EPP
27 * 5 32-bit EPP
99 * some EPP counters ... currently we know about 3 different block
284 char *mode[6] = { "4-bit", "5/3", "8-bit", "EPP-8", "EPP-16", "EPP-32"}; in epia_log_adapter()
/kernel/linux/linux-5.10/drivers/block/paride/
Ddstr.c30 2 8-bit EPP mode
31 3 EPP-16
32 4 EPP-32
195 { char *mode_string[5] = {"4-bit","8-bit","EPP-8", in dstr_log_adapter()
196 "EPP-16","EPP-32"}; in dstr_log_adapter()
Depia.c35 3 8-bit EPP mode
36 4 16-bit EPP
37 5 32-bit EPP
108 some EPP counters ... currently we know about 3 different block
278 "EPP-8","EPP-16","EPP-32"}; in epia_log_adapter()
Dbpck6.c143 return 5; /* Can do EPP*/ in bpck6_test_port()
201 {"4-bit","8-bit","EPP-8","EPP-16","EPP-32"}; in bpck6_log_adapter()
233 .epp_first = 2, /* 2-5 use epp (need 8 ports) */
Dfrpw.c20 added EPP-16 and EPP-32
274 { char *mode_string[6] = {"4-bit","8-bit","EPP", in frpw_log_adapter()
275 "EPP-8","EPP-16","EPP-32"}; in frpw_log_adapter()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dsiena_sriov.c405 struct efx_endpoint_page *epp; in __efx_siena_sriov_push_vf_status() local
437 list_for_each_entry(epp, &nic_data->local_page_list, link) { in __efx_siena_sriov_push_vf_status()
446 copy[pos].from_addr = epp->addr; in __efx_siena_sriov_push_vf_status()
1086 struct efx_endpoint_page *epp; in efx_siena_sriov_peer_work() local
1125 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work()
1126 if (!epp) in efx_siena_sriov_peer_work()
1128 epp->ptr = dma_alloc_coherent( in efx_siena_sriov_peer_work()
1130 &epp->addr, GFP_KERNEL); in efx_siena_sriov_peer_work()
1131 if (!epp->ptr) { in efx_siena_sriov_peer_work()
1132 kfree(epp); in efx_siena_sriov_peer_work()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
Dsiena_sriov.c406 struct efx_endpoint_page *epp; in __efx_siena_sriov_push_vf_status() local
438 list_for_each_entry(epp, &nic_data->local_page_list, link) { in __efx_siena_sriov_push_vf_status()
447 copy[pos].from_addr = epp->addr; in __efx_siena_sriov_push_vf_status()
1087 struct efx_endpoint_page *epp; in efx_siena_sriov_peer_work() local
1126 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work()
1127 if (!epp) in efx_siena_sriov_peer_work()
1129 epp->ptr = dma_alloc_coherent( in efx_siena_sriov_peer_work()
1131 &epp->addr, GFP_KERNEL); in efx_siena_sriov_peer_work()
1132 if (!epp->ptr) { in efx_siena_sriov_peer_work()
1133 kfree(epp); in efx_siena_sriov_peer_work()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dparport.h58 #define PARPORT_MODE_EPP (1<<2) /* Hardware EPP. */
65 Nibble mode, byte mode, ECP, ECPRLE and EPP are their own
76 #define IEEE1284_MODE_EPPSL (1<<11) /* EPP 1.7 */
/kernel/linux/linux-6.6/drivers/parport/
Dieee1284_ops.c14 * Software emulated EPP fixes, Fred Barnes, 04/2001.
705 * EPP functions. *
708 /* EPP mode, forward channel, data. */
716 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_data()
752 /* EPP mode, reverse channel, data. */
760 /* set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_data()
796 /* EPP mode, forward channel, addresses. */
804 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_addr()
840 /* EPP mode, reverse channel, addresses. */
848 /* Set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_addr()
/kernel/linux/linux-5.10/drivers/parport/
Dieee1284_ops.c14 * Software emulated EPP fixes, Fred Barnes, 04/2001.
705 * EPP functions. *
708 /* EPP mode, forward channel, data. */
716 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_data()
752 /* EPP mode, reverse channel, data. */
760 /* set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_data()
796 /* EPP mode, forward channel, addresses. */
804 /* set EPP idle state (just to make sure) with strobe low */ in parport_ieee1284_epp_write_addr()
840 /* EPP mode, reverse channel, addresses. */
848 /* Set EPP idle state (just to make sure) with strobe high */ in parport_ieee1284_epp_read_addr()

1234567