Home
last modified time | relevance | path

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

12345678910>>...13

/openbmc/linux/drivers/platform/x86/
H A 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 …]
/openbmc/openpower-occ-control/
H A Dpowermode.hpp134 * @param[in] enterUtil - IPS Enter Utilization (%)
135 * @param[in] enterTime - IPS Enter Time (seconds)
136 * @param[in] exitUtil - IPS Exit Utilization (%)
137 * @param[in] exitTime - IPS Exit Time (seconds)
172 * @param[out] enterUtil - IPS Enter Utilization (%)
173 * @param[out] enterTime - IPS Enter Time (seconds)
174 * @param[out] exitUtil - IPS Exit Utilization (%)
175 * @param[out] exitTime - IPS Exit Time (seconds)
207 /** @brief Return true if the IPS data is available */
216 /** @brief Trace the Power Mode and IPS parameters. */
[all …]
H A Dpowermode.cpp45 // List of all Power Modes that disable IPS
88 // Update power mode on DBus and create IPS object if allowed
107 lg2::info("createIpsObject: Creating IPS object"); in createIpsObject()
121 // Starts watching for IPS state changes. in createIpsObject()
132 // Stop watching for IPS state changes. in removeIpsObject()
135 lg2::info("removeIpsObject: Deleting IPS object"); in removeIpsObject()
345 // Write default mode to DBus and create IPS object if allowed in initPersistentData()
351 // Read the default IPS parameters, write persistent file and update in initPersistentData()
378 // Set the power mode on DBus and create IPS object if allowed/needed
419 // Determine if IPS is allowed and create/remove as needed in updateDbusMode()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A 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 …]
/openbmc/linux/Documentation/gpu/amdgpu/
H A 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 …]
/openbmc/linux/kernel/bpf/
H A 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 …]
H A 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()
/openbmc/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 …]
/openbmc/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
/openbmc/openbmc-test-automation/lib/
H A Devent_notification_utils.robot28 Get Destination IPs Of Event Subscriptions
29 [Documentation] Get all subscribed server IPs as a list from event subscriptions.
42 Delete Event Subscription Of Unpingable Destination IPs
43 [Documentation] Delete event subscription with non-pinging destination IPs.
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A 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 …]
/openbmc/linux/tools/testing/selftests/wireguard/
H A 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 …]
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c40 u64 ips, va_bits; in get_tcr() local
50 ips = 5; in get_tcr()
53 ips = 4; in get_tcr()
56 ips = 3; in get_tcr()
59 ips = 2; in get_tcr()
62 ips = 1; in get_tcr()
65 ips = 0; in get_tcr()
70 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr()
72 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr()
74 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr()
[all …]
/openbmc/qemu/contrib/plugins/
H A Dips.c2 * Instructions Per Second (IPS) rate limiting plugin.
5 * particular number of Instructions Per Second (IPS). This controls
29 static uint64_t max_insn_per_second = 1000 * 1000 * 1000; /* ips per core, per second */
139 if (g_strcmp0(tokens[0], "ips") == 0) { in qemu_plugin_install()
/openbmc/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.
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A 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()
/openbmc/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)
/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/
H A Du-boot-aspeed-sdk_2019.04.bbappend4 SRC_URI:append:p10bmc = " file://ibm.json file://ips.json file://keys/"
7 OTPTOOL_CONFIGS:p10bmc = "${UNPACKDIR}/ibm.json ${UNPACKDIR}/ips.json"
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D50-gbmc-ncsi-clear-ip.sh.in20 # We only want to clear our IPs if we are assigning a new IP
26 echo "Removing Persistent NCSI IPs" >&2
/openbmc/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 …]
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod_common_data.c44 * OMAP4 IPs.
55 * Used by some IPs on AM33xx
/openbmc/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
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h107 /* RF Off Level for IPS or HW/SW radio off */
172 u8 bpower_saving; /* for LPS/IPS */
190 unsigned long ips_deny_time; /* will deny IPS when system time is smaller than this */
229 enum rt_rf_power_state rf_pwrstate;/* cur power state, only for IPS */
/openbmc/openbmc/poky/scripts/
H A Doe-git-proxy8 # hosts, host globs (*.example.com), IPs, or CIDR masks (192.168.1.0/24). It
33 echo 'of hosts, host globs (*.example.com), IPs, or CIDR masks (192.168.1.0/24).'
74 # Determine if two IPs are equivalent, or if the CIDR contains the IP
/openbmc/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.

12345678910>>...13