Home
last modified time | relevance | path

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

123456789

/linux/drivers/platform/x86/
H A Dintel_ips.c43 * - ref 26037, 26641 - IPS BIOS spec
229 #define thm_readb(off) readb(ips->regmap + (off))
230 #define thm_readw(off) readw(ips->regmap + (off))
231 #define thm_readl(off) readl(ips->regmap + (off))
232 #define thm_readq(off) readq(ips->regmap + (off))
234 #define thm_writeb(off, val) writeb((val), ips->regmap + (off))
235 #define thm_writew(off, val) writew((val), ips->regmap + (off))
236 #define thm_writel(off, val) writel((val), ips->regmap + (off))
336 ips_gpu_turbo_enabled(struct ips_driver *ips);
340 * @ips: IPS driver struct
[all …]
/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c16 static void gen_test_ips(union tcp_addr *ips, size_t ips_nr, bool use_rand) in gen_test_ips() argument
26 ips[i] = gen_tcp_addr(net, 2 * i + 1); in gen_test_ips()
32 ips[i] = gen_tcp_addr(net, r); in gen_test_ips()
35 if (!memcmp(&ips[i], &ips[j], sizeof(union tcp_addr))) { in gen_test_ips()
43 static void test_add_routes(union tcp_addr *ips, size_t ips_nr) in test_add_routes() argument
48 union tcp_addr *p = (union tcp_addr *)&ips[i]; in test_add_routes()
57 static void server_apply_keys(int lsk, union tcp_addr *ips, size_t ips_nr) in server_apply_keys() argument
62 union tcp_addr *p = (union tcp_addr *)&ips[i]; in server_apply_keys()
146 union tcp_addr *ips, size_t ips_nr, in bench_delete() argument
159 p = (union tcp_addr *)&ips[0]; in bench_delete()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duretprobe_stack.c78 static void validate_stack(__u64 *ips, int stack_len, int cnt, ...) in validate_stack() argument
98 if (ips[i] >= targets[j].start && ips[i] < targets[j].stop) in validate_stack()
102 printf("ENTRY #%d: %#lx (in target_%d)\n", i, (long)ips[i], j); in validate_stack()
103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack()
104 printf("ENTRY #%d: %#lx (in caller)\n", i, (long)ips[i]); in validate_stack()
106 printf("ENTRY #%d: %#lx\n", i, (long)ips[i]); in validate_stack()
117 ASSERT_GE(ips[i], t->start, "addr_start"); in validate_stack()
118 ASSERT_LT(ips[i], t->stop, "addr_stop"); in validate_stack()
/linux/arch/powerpc/platforms/512x/
H A 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 …]
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c32 * Lock protecting IPS related data structures
293 rps->ips.m = cparams[i].m; in gen5_rps_init()
294 rps->ips.c = cparams[i].c; in gen5_rps_init()
315 __ips_chipset_val(struct intel_ips *ips) in __ips_chipset_val() argument
318 rps_to_uncore(container_of(ips, struct intel_rps, ips)); in __ips_chipset_val()
331 dt = now - ips->last_time1; in __ips_chipset_val()
333 return ips->chipset_power; in __ips_chipset_val()
340 delta = total - ips->last_count1; in __ips_chipset_val()
342 result = div_u64(div_u64(ips->m * delta, dt) + ips->c, 10); in __ips_chipset_val()
344 ips->last_count1 = total; in __ips_chipset_val()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A 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
/linux/kernel/bpf/
H A Dstackmap.c134 * Expects all id_offs[i].ip values to be set to correct initial IPs.
152 /* If the irq_work is in use, fall back to report ips. Same in stack_map_get_build_id_offset()
158 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
176 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
235 u64 *ips; in __bpf_get_stackid() local
244 ips = trace->ip + skip; in __bpf_get_stackid()
245 hash = jhash2((u32 *)ips, trace_len / sizeof(u32), 0); in __bpf_get_stackid()
265 id_offs[i].ip = ips[i]; in __bpf_get_stackid()
279 memcmp(bucket->data, ips, trace_len) == 0) in __bpf_get_stackid()
288 memcpy(new_bucket->data, ips, trace_len); in __bpf_get_stackid()
[all …]
/linux/Documentation/devicetree/bindings/hwmon/
H A 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.
/linux/Documentation/networking/
H A 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)
/linux/tools/testing/selftests/net/forwarding/
H A 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 …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A Ddm.c103 * 3. IPS workitem is scheduled. (Prevent from IPS sequence in rtl92du_dm_watchdog()
106 * (Prevent from broken by IPS/HW/SW Rf off.) in rtl92du_dm_watchdog()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h72 /* RF Off Level for IPS or HW/SW radio off */
137 u8 bpower_saving; /* for LPS/IPS */
155 unsigned long ips_deny_time; /* will deny IPS when system time is smaller than this */
194 enum rt_rf_power_state rf_pwrstate;/* cur power state, only for IPS */
/linux/drivers/clk/sophgo/
H A DKconfig11 IPs of CV18XX series SoC
48 for various IPs on the SoC.
/linux/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c44 * OMAP4 IPs.
55 * Used by some IPs on AM33xx
H A Domap_hwmod.h47 * OCP SYSCONFIG bit shifts/masks TYPE1. These are for IPs compliant
64 * OCP SYSCONFIG bit shifts/masks TYPE2. These are for IPs compliant
65 * with the new PRCM protocol defined for new OMAP4 IPs.
78 * This is applicable for some IPs present in AM33XX
155 * struct omap_hwmod_rst_info - IPs reset lines use by hwmod
311 * defined for OMAP2420 or the new PRCM protocol for new OMAP4 IPs.
439 * IPs like CPSW on DRA7, where clocks to this module cannot be disabled.
/linux/Documentation/devicetree/bindings/sound/
H A Dst,sti-asoc-card.txt48 - st,tdm-mode: to declare to set TDM mode for unireader and uniplayer IPs.
49 Only compartible with IPs in charge of the external I2S/TDM bus.
98 2) sti-sas-codec: internal audio codec IPs driver
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddm.c166 * 3. IPS workitem is scheduled. (Prevent from IPS sequence in rtl92de_dm_watchdog()
169 * (Prevent from broken by IPS/HW/SW Rf off.) */ in rtl92de_dm_watchdog()
/linux/Documentation/devicetree/bindings/interconnect/
H A Dfsl,imx8m-noc.yaml20 The buses are based on externally licensed IPs such as ARM NIC-301 and
22 interconnect IPs into imx SOCs.
/linux/drivers/net/usb/
H A Dcdc_mbim.c259 /* map MBIM_IPS0_VID to IPS<0> */ in cdc_mbim_tx_fixup()
265 * no tag => IPS session <0> if !FLAG_IPS0_VLAN in cdc_mbim_tx_fixup()
266 * 1 - 255 => IPS session <vlanid> in cdc_mbim_tx_fixup()
269 * 4094 => IPS session <0> if FLAG_IPS0_VLAN in cdc_mbim_tx_fixup()
372 if (tci < 256 || tci == MBIM_IPS0_VID) { /* IPS session? */ in cdc_mbim_process_dgram()
443 /* tag IPS<0> packets too if MBIM_IPS0_VID exists */ in cdc_mbim_rx_fixup()
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c739 unw_word_t ips[max_stack]; in get_entries() local
749 ips[i++] = (unw_word_t) val; in get_entries()
767 unw_get_reg(&c, UNW_REG_IP, &ips[i]); in get_entries()
777 --ips[i]; in get_entries()
793 ret = ips[j] ? entry(ips[j], ui->thread, cb, arg) : 0; in get_entries()
/linux/Documentation/trace/
H A Dfprobe.rst51 unsigned long ips[] = { 0x.... };
53 register_fprobe_ips(&fp, ips, ARRAY_SIZE(ips));
/linux/arch/powerpc/boot/dts/
H A Dmpc5121.dtsi96 bus-frequency = <66000000>; /* 66 MHz ips bus */
164 clock-names = "ipg", "ips", "sys", "ref", "mclk";
176 clock-names = "ipg", "ips", "sys", "ref", "mclk";
250 clock-names = "ipg", "ips", "sys", "ref", "mclk";
262 clock-names = "ipg", "ips", "sys", "ref", "mclk";
/linux/Documentation/scsi/
H A Dscsi-parameters.rst43 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
44 See header of drivers/scsi/ips.c.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2323 * Walks the list of IPs on the device and updates the clockgating
2448 * Adds the IP block driver information to the collection of IPs
2670 * amdgpu_device_ip_early_init - run early init for hardware IPs
2674 * Early initialization pass for hardware IPs. The hardware IPs that make
3016 * amdgpu_device_ip_init - run init for hardware IPs
3020 * Main initialization pass for hardware IPs. The list of all the hardware
3021 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
3253 * The list of all the hardware IPs that make up the asic is walked and the
3255 * Late initialization pass enabling clockgating for hardware IPs.
3256 * Fini or suspend, pass disabling clockgating for hardware IPs.
[all …]
/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.sh27 IPs=( "4" "6" )
29 for IP in "${IPs[@]}"; do

123456789