Home
last modified time | relevance | path

Searched full:ips (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/drivers/platform/x86/
Dintel_ips.c43 * - ref 26037, 26641 - IPS BIOS spec
228 #define thm_readb(off) readb(ips->regmap + (off))
229 #define thm_readw(off) readw(ips->regmap + (off))
230 #define thm_readl(off) readl(ips->regmap + (off))
231 #define thm_readq(off) readq(ips->regmap + (off))
233 #define thm_writeb(off, val) writeb((val), ips->regmap + (off))
234 #define thm_writew(off, val) writew((val), ips->regmap + (off))
235 #define thm_writel(off, val) writel((val), ips->regmap + (off))
335 ips_gpu_turbo_enabled(struct ips_driver *ips);
339 * @ips: IPS driver struct
[all …]
/kernel/linux/linux-6.6/drivers/platform/x86/
Dintel_ips.c43 * - ref 26037, 26641 - IPS BIOS spec
228 #define thm_readb(off) readb(ips->regmap + (off))
229 #define thm_readw(off) readw(ips->regmap + (off))
230 #define thm_readl(off) readl(ips->regmap + (off))
231 #define thm_readq(off) readq(ips->regmap + (off))
233 #define thm_writeb(off, val) writeb((val), ips->regmap + (off))
234 #define thm_writew(off, val) writew((val), ips->regmap + (off))
235 #define thm_writel(off, val) writel((val), ips->regmap + (off))
335 ips_gpu_turbo_enabled(struct ips_driver *ips);
339 * @ips: IPS driver struct
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dhsw_ips.c23 * We can only enable IPS after we enable a plane and wait for a vblank in hsw_ips_enable()
32 if (i915->display.ips.false_color) in hsw_ips_enable()
41 * value in IPS_CTL bit 31 after enabling IPS through the in hsw_ips_enable()
56 "Timed out waiting for IPS enable\n"); in hsw_ips_enable()
73 * Wait for PCODE to finish disabling IPS. The BSpec specified in hsw_ips_disable()
79 "Timed out waiting for IPS disable\n"); in hsw_ips_disable()
108 * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. in hsw_ips_need_disable()
110 * Disable IPS before we program the LUT. in hsw_ips_need_disable()
149 * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. in hsw_ips_need_enable()
151 * Re-enable IPS after the LUT has been programmed. in hsw_ips_need_enable()
[all …]
/kernel/linux/linux-6.6/Documentation/gpu/amdgpu/
Ddriver-core.rst9 "IPs" (Intellectual Property blocks). Each IP encapsulates certain
10 functionality. IPs are versioned and can also be mixed and matched.
11 E.g., you might have two different ASICs that both have System DMA (SDMA) 5.x IPs.
12 The driver is arranged by IPs. There are driver components to handle
14 of smaller IPs that don't really need much if any driver interaction.
17 the SoC itself rather than specific IPs. E.g., things like GPU resets
29 With respect to the GPU, we have the following major IPs:
34 have dedicated memory hubs for specific IPs or groups of IPs. We
37 different IPs on the GPU get the memory (VRAM or system memory).
42 This is the interrupt controller on the GPU. All of the IPs feed
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Dstackmap.c128 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument
136 /* If the irq_work is in use, fall back to report ips. Same in stack_map_get_build_id_offset()
142 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
145 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
152 if (range_in_vma(prev_vma, ips[i], ips[i])) { in stack_map_get_build_id_offset()
158 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset()
160 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
162 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
167 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset()
221 u64 *ips; in __bpf_get_stackid() local
[all …]
Ddispatcher.c96 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare() local
103 return arch_prepare_bpf_dispatcher(image, buf, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_rps.c22 * Lock protecting IPS related data structures
265 rps->ips.m = cparams[i].m; in gen5_rps_init()
266 rps->ips.c = cparams[i].c; in gen5_rps_init()
287 __ips_chipset_val(struct intel_ips *ips) in __ips_chipset_val() argument
290 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val()
303 dt = now - ips->last_time1; in __ips_chipset_val()
305 return ips->chipset_power; in __ips_chipset_val()
312 delta = total - ips->last_count1; in __ips_chipset_val()
314 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val()
316 ips->last_count1 = total; in __ips_chipset_val()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Daxp20x.txt116 LDO_IO0 : LDO : ips-supply : GPIO 0
117 LDO_IO1 : LDO : ips-supply : GPIO 1
118 RTC_LDO : LDO : ips-supply : always on
144 LDO_IO0 : LDO : ips-supply : GPIO 0
145 LDO_IO1 : LDO : ips-supply : GPIO 1
146 RTC_LDO : LDO : ips-supply : always on
192 LDO_IO0 : LDO : ips-supply : GPIO 0
193 LDO_IO1 : LDO : ips-supply : GPIO 1
194 RTC_LDO : LDO : ips-supply : always on
221 LDO_IO0 : LDO : ips-supply : GPIO 0
[all …]
/kernel/uniproton/demos/hi3093/bsp/
Dmmu.c61 U64 ips, va_bits; in mmu_get_tcr() local
71 ips = MMU_PHY_ADDR_LEVEL_5; in mmu_get_tcr()
74 ips = MMU_PHY_ADDR_LEVEL_4; in mmu_get_tcr()
77 ips = MMU_PHY_ADDR_LEVEL_3; in mmu_get_tcr()
80 ips = MMU_PHY_ADDR_LEVEL_2; in mmu_get_tcr()
83 ips = MMU_PHY_ADDR_LEVEL_1; in mmu_get_tcr()
86 ips = MMU_PHY_ADDR_LEVEL_0; in mmu_get_tcr()
90 tcr = TCR_EL1_RSVD | TCR_IPS(ips); in mmu_get_tcr()
101 *pips = ips; in mmu_get_tcr()
/kernel/uniproton/demos/raspi4/bsp/
Dmmu.c61 U64 ips, va_bits; in mmu_get_tcr() local
71 ips = MMU_PHY_ADDR_LEVEL_5; in mmu_get_tcr()
74 ips = MMU_PHY_ADDR_LEVEL_4; in mmu_get_tcr()
77 ips = MMU_PHY_ADDR_LEVEL_3; in mmu_get_tcr()
80 ips = MMU_PHY_ADDR_LEVEL_2; in mmu_get_tcr()
83 ips = MMU_PHY_ADDR_LEVEL_1; in mmu_get_tcr()
86 ips = MMU_PHY_ADDR_LEVEL_0; in mmu_get_tcr()
90 tcr = TCR_EL1_RSVD | TCR_IPS(ips); in mmu_get_tcr()
101 *pips = ips; in mmu_get_tcr()
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
Dclock-commonclk.c408 * - receives the "bus frequency" from the caller (that's the IPS clock
411 * IPS divider value from hardware
414 * IPS bus clock (supported for backwards compatibility, such that
418 * SYS -> CSB -> IPS) from the REF clock rate and the returned mul/div
439 * IPS rate), or backtrack from IPS and multiplier values that in mpc512x_clk_setup_ref_clock()
456 calc_freq = bus_freq; /* start with IPS */ in mpc512x_clk_setup_ref_clock()
457 calc_freq *= *ips_div; /* IPS -> CSB */ in mpc512x_clk_setup_ref_clock()
638 * "MCLK <= IPS" constraint, the fixed divider value of 1 in mpc512x_clk_setup_mclk()
640 * CSB which is greater than IPS; the serial port setup may have in mpc512x_clk_setup_mclk()
646 * - MCLK DIV such to not exceed the IPS clock in mpc512x_clk_setup_mclk()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
Dclock-commonclk.c408 * - receives the "bus frequency" from the caller (that's the IPS clock
411 * IPS divider value from hardware
414 * IPS bus clock (supported for backwards compatibility, such that
418 * SYS -> CSB -> IPS) from the REF clock rate and the returned mul/div
439 * IPS rate), or backtrack from IPS and multiplier values that in mpc512x_clk_setup_ref_clock()
456 calc_freq = bus_freq; /* start with IPS */ in mpc512x_clk_setup_ref_clock()
457 calc_freq *= *ips_div; /* IPS -> CSB */ in mpc512x_clk_setup_ref_clock()
638 * "MCLK <= IPS" constraint, the fixed divider value of 1 in mpc512x_clk_setup_mclk()
640 * CSB which is greater than IPS; the serial port setup may have in mpc512x_clk_setup_mclk()
646 * - MCLK DIV such to not exceed the IPS clock in mpc512x_clk_setup_mclk()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Dsamsung,exynos5433-clock.yaml35 # UART/I2C/SPI/I2S/PCM/SPDIF/PWM/SLIMBUS IPs
37 # CMU_PERIS which generates clocks for PMU/TMU/MCT/WDT/RTC/SECKEY/TZPC IPs
39 # CMU_FSYS which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs
42 # CMU_DISP which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs
55 # JPEG IPs
59 # CMU_ISP which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs
62 # MIPI_CSIS{0|1}/FIMC_LITE_{A|B|D}/FIMC_3AA{0|1} IPs
65 # Cortex-A5/MIPI_CSIS2/FIMC-LITE_C/FIMC-FD IPs
68 # SlimSSS IPs
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
Dintel_rps.c32 * Lock protecting IPS related data structures
292 rps->ips.m = cparams[i].m; in gen5_rps_init()
293 rps->ips.c = cparams[i].c; in gen5_rps_init()
314 __ips_chipset_val(struct intel_ips *ips) in __ips_chipset_val() argument
317 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val()
330 dt = now - ips->last_time1; in __ips_chipset_val()
332 return ips->chipset_power; in __ips_chipset_val()
339 delta = total - ips->last_count1; in __ips_chipset_val()
341 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val()
343 ips->last_count1 = total; in __ips_chipset_val()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
Dnetns.sh103 allowed-ips 192.168.241.2/32,fd00::2/128
109 allowed-ips 192.168.241.1/32,fd00::1/128
225 n1 wg set wg0 peer "$pub2" allowed-ips 192.168.241.0/24
233 n1 wg set wg0 peer "$more_specific_key" allowed-ips 192.168.241.2/32
245 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips 192…
246 …(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32
249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" r…
258 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips fd0…
259 …o "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpo…
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f…
[all …]
/kernel/linux/linux-5.10/kernel/bpf/
Dstackmap.c297 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument
325 * already used by another lookup, we fall back to report ips. in stack_map_get_build_id_offset()
332 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
335 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
342 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset()
344 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
346 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
350 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset()
408 u64 *ips; in __bpf_get_stackid() local
417 ips = trace->ip + skip; in __bpf_get_stackid()
[all …]
Ddispatcher.c95 s64 ips[BPF_DISPATCHER_MAX] = {}, *ipsp = &ips[0]; in bpf_dispatcher_prepare() local
102 return arch_prepare_bpf_dispatcher(image, &ips[0], d->num_progs); in bpf_dispatcher_prepare()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dexynos5433-clock.txt17 which generates clocks for UART/I2C/SPI/I2S/PCM/SPDIF/PWM/SLIMBUS IPs.
19 which generates clocks for PMU/TMU/MCT/WDT/RTC/SECKEY/TZPC IPs.
21 which generates clocks for USB/UFS/SDMMC/TSI/PDMA IPs.
23 which generates clocks for G2D/MDMA IPs.
25 which generates clocks for Display (DECON/HDMI/DSIM/MIXER) IPs.
34 which generates clocks for GSCALER IPs.
41 which generates clocks for M2M (Memory to Memory) scaler and JPEG IPs.
47 which generates clocks for FIMC-ISP/DRC/SCLC/DIS/3DNR IPs.
50 IPs.
52 which generates clocks for Cortex-A5/MIPI_CSIS2/FIMC-LITE_C/FIMC-FD IPs.
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
Dnetns.sh105 allowed-ips 192.168.241.2/32,fd00::2/128
111 allowed-ips 192.168.241.1/32,fd00::1/128
225 n1 wg set wg0 peer "$pub2" allowed-ips 192.168.241.0/24
233 n1 wg set wg0 peer "$more_specific_key" allowed-ips 192.168.241.2/32
245 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips 192…
246 …(echo "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32
249 n2 wg set wg0 peer "$pub3" preshared-key <(echo "$psk") allowed-ips 192.168.241.1/32 peer "$pub1" r…
258 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" preshared-key <(echo "$psk") allowed-ips fd0…
259 …o "$key2") listen-port 2 peer "$pub1" preshared-key <(echo "$psk") allowed-ips fd00::5:1/128 endpo…
268 n1 wg set wg1 listen-port 5 private-key <(echo "$key3") peer "$pub4" allowed-ips 192.168.241.2/32,f…
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dmoortec,mr75203.yaml15 Such a design will usually consists of several Moortec's embedded analog IPs,
16 and a single Moortec controller (mr75203) to configure and control the IPs.
18 Some of the Moortec's analog hard IPs that can be used in a design:
36 for some of the analog IPs.
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_psfp.c134 u32 ips, base_lsb, base_msb, accum_time_interval = 0; in sparx5_psfp_sg_set() local
138 ips = sparx5_psfp_ipv_to_ips(sg->ipv); in sparx5_psfp_sg_set()
151 ANA_AC_SG_CONFIG_REG_3_INIT_IPS_SET(ips) | in sparx5_psfp_sg_set()
168 ips = sparx5_psfp_ipv_to_ips(gce->ipv); in sparx5_psfp_sg_set()
172 spx5_wr(ANA_AC_SG_GCL_GS_CONFIG_IPS_SET(ips) | in sparx5_psfp_sg_set()
/kernel/linux/linux-6.6/Documentation/networking/
Dcdc_mbim.rst173 Multiplexed IP sessions (IPS)
275 This mapping implies a few restrictions on multiplexed IPS and DSS
278 - no IPS or DSS session can use a frame size greater than the MTU on
280 - no IPS or DSS session can be in the up state unless the network
306 untagged IPS 0 a)
307 1 - 255 IPS 1 - 255 <VLANID>
310 4094 IPS 0 c)
/kernel/linux/linux-5.10/Documentation/networking/
Dcdc_mbim.rst173 Multiplexed IP sessions (IPS)
275 This mapping implies a few restrictions on multiplexed IPS and DSS
278 - no IPS or DSS session can use a frame size greater than the MTU on
280 - no IPS or DSS session can be in the up state unless the network
306 untagged IPS 0 a)
307 1 - 255 IPS 1 - 255 <VLANID>
310 4094 IPS 0 c)
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
Dbridge_mdb_max.sh157 local IPs=("$@")
158 local IPstr=$(echo ${IPs[@]} | tr '[:space:]' , | sed 's/,$//')
169 local IPs=("$@")
171 local source_list=$(cfg_src_list ${IPs[@]})
190 local IPs=$(seq -f 192.0.2.%g 1 $((n - 1)))
191 cfg_group_op "$op" "$locus" "$GRP" "$state" ${IPs[@]}
213 local IPs=$(printf "2001:db8:1::%x\n" $(seq 1 $((n - 1))))
214 cfg_group_op "$op" "$locus" "$GRP" "$state" ${IPs[@]}
252 local IPs=$(seq -f 192.0.2.%g 1 $((n - 1)))
257 -t ip proto=2,p=$(igmpv3_is_in_get $GRP $IPs) -q
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
Domap_hwmod_common_data.c44 * OMAP4 IPs.
55 * Used by some IPs on AM33xx

12345678910>>...21