Home
last modified time | relevance | path

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

12345678910>>...29

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dget_turn_info_for_endpoint.hpp128 ips[0].p_operation = operation_intersection; in linear_intersections()
129 ips[0].q_operation = operation_intersection; in linear_intersections()
130 ips[1].p_operation = union_or_blocked_same_dirs(arrival_a, is_p_last); in linear_intersections()
131 ips[1].q_operation = union_or_blocked_same_dirs(arrival_b, is_q_last); in linear_intersections()
133 ips[0].is_pi in linear_intersections()
136 ips[0].is_qi in linear_intersections()
139 ips[1].is_pj = arrival_a != -1; in linear_intersections()
140 ips[1].is_qj = arrival_b != -1; in linear_intersections()
144 ips[0].p_operation = operation_intersection; in linear_intersections()
145 ips[0].q_operation = union_or_blocked_same_dirs(arrival_b, is_q_last); in linear_intersections()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A 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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c294 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument
322 * already used by another lookup, we fall back to report ips. in stack_map_get_build_id_offset()
329 /* cannot access current->mm, fall back to ips */ in stack_map_get_build_id_offset()
332 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
339 vma = find_vma(current->mm, ips[i]); in stack_map_get_build_id_offset()
341 /* per entry fall back to ips */ in stack_map_get_build_id_offset()
343 id_offs[i].ip = ips[i]; in stack_map_get_build_id_offset()
347 id_offs[i].offset = (vma->vm_pgoff << PAGE_SHIFT) + ips[i] in stack_map_get_build_id_offset()
405 u64 *ips; in __bpf_get_stackid() local
414 ips = trace->ip + skip; in __bpf_get_stackid()
[all …]
H A 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c41 u64 ips, va_bits; in get_tcr() local
51 ips = 5; in get_tcr()
54 ips = 4; in get_tcr()
57 ips = 3; in get_tcr()
60 ips = 2; in get_tcr()
63 ips = 1; in get_tcr()
66 ips = 0; in get_tcr()
71 tcr = TCR_EL1_RSVD | (ips << 32) | TCR_EPD1_DISABLE; in get_tcr()
73 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr()
75 tcr = TCR_EL3_RSVD | (ips << 16); in get_tcr()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ps.c36 return "IPS"; in phl_ps_ps_mode_to_str()
75 return PS_PWR_LVL_PWROFF; /* ips default support power off */ in phl_ps_judge_pwr_lvl()
126 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
147 if (cur_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
452 /* ips protocol config */ in phl_ps_ips_proto_cfg()
467 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips protocol fail!\n", __func__); in phl_ps_ips_enter()
475 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips pwr lvl fail!\n", __func__); in phl_ps_ips_enter()
490 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips pwr lvl fail!\n", __func__); in phl_ps_ips_leave()
498 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips protocol fail!\n", __func__); in phl_ps_ips_leave()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ps.c36 return "IPS"; in phl_ps_ps_mode_to_str()
75 return PS_PWR_LVL_PWROFF; /* ips default support power off */ in phl_ps_judge_pwr_lvl()
126 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
147 if (cur_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
455 /* ips protocol config */ in phl_ps_ips_proto_cfg()
469 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips protocol fail!\n", __func__); in phl_ps_ips_enter()
475 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips pwr lvl fail!\n", __func__); in phl_ps_ips_enter()
488 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips pwr lvl fail!\n", __func__); in phl_ps_ips_leave()
494 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[PS], %s(): config ips protocol fail!\n", __func__); in phl_ps_ips_leave()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/sdio/
H A Drtl8822bs_halinit.c67 RTW_INFO("%s: polling cpwm ok when leaving IPS in FWLPS state," in fw_ips_leave()
78 RTW_ERR("%s: polling cpwm timeout when leaving IPS in FWLPS state\n", __FUNCTION__); in fw_ips_leave()
117 RTW_INFO("%s: issue H2C to FW when entering IPS\n", __FUNCTION__); in fw_ips_enter()
186 RTW_INFO("polling done when entering IPS, check result: 0x100=0x%02x, cnt=%d, MAC_1cc=0x%02x\n", in fw_ips_enter()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/
H A Drtl8822cs_halinit.c66 RTW_INFO("%s: polling cpwm ok when leaving IPS in FWLPS state," in fw_ips_leave()
77 RTW_ERR("%s: polling cpwm timeout when leaving IPS in FWLPS state\n", __FUNCTION__); in fw_ips_leave()
116 RTW_INFO("%s: issue H2C to FW when entering IPS\n", __FUNCTION__); in fw_ips_enter()
185 RTW_INFO("polling done when entering IPS, check result: 0x100=0x%02x, cnt=%d, MAC_1cc=0x%02x\n", in fw_ips_enter()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Daxp20x-regulator.c616 AXP_DESC_IO(AXP22X, LDO_IO0, "ldo_io0", "ips", 700, 3800, 100,
622 AXP_DESC_IO(AXP22X, LDO_IO1, "ldo_io1", "ips", 700, 3800, 100,
626 AXP_DESC_FIXED(AXP22X, RTC_LDO, "rtc_ldo", "ips", 3000),
751 AXP_DESC_IO(AXP803, LDO_IO0, "ldo-io0", "ips", 700, 3300, 100,
755 AXP_DESC_IO(AXP803, LDO_IO1, "ldo-io1", "ips", 700, 3300, 100,
759 AXP_DESC_FIXED(AXP803, RTC_LDO, "rtc-ldo", "ips", 3000),
902 AXP_DESC_IO(AXP809, LDO_IO0, "ldo_io0", "ips", 700, 3800, 100,
910 AXP_DESC_IO(AXP809, LDO_IO1, "ldo_io1", "ips", 700, 3800, 100,
914 AXP_DESC_FIXED(AXP809, RTC_LDO, "rtc_ldo", "ips", 1800),
991 AXP_DESC_FIXED(AXP813, RTC_LDO, "rtc-ldo", "ips", 1800),
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c1533 * Walks the list of IPs on the device and updates the clockgating
1656 * Adds the IP block driver information to the collection of IPs
1908 * amdgpu_device_ip_early_init - run early init for hardware IPs
1912 * Early initialization pass for hardware IPs. The hardware IPs that make
2153 * amdgpu_device_ip_init - run init for hardware IPs
2157 * Main initialization pass for hardware IPs. The list of all the hardware
2158 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2328 * The list of all the hardware IPs that make up the asic is walked and the
2330 * Late initialization pass enabling clockgating for hardware IPs.
2331 * Fini or suspend, pass disabling clockgating for hardware IPs.
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c271 tcr_el1 |= 6ul << 32; /* IPS = 52 bits */ in aarch64_vcpu_setup()
275 tcr_el1 |= 5ul << 32; /* IPS = 48 bits */ in aarch64_vcpu_setup()
279 tcr_el1 |= 5ul << 32; /* IPS = 48 bits */ in aarch64_vcpu_setup()
283 tcr_el1 |= 2ul << 32; /* IPS = 40 bits */ in aarch64_vcpu_setup()
287 tcr_el1 |= 2ul << 32; /* IPS = 40 bits */ in aarch64_vcpu_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dautoconf.h228 #define CONFIG_IPS_CHECK_IN_WD /* Do IPS Check in WatchDog. */
229 /*#define CONFIG_SWLPS_IN_IPS*/ /* Do SW LPS flow when entering and leaving IPS */
230 /*#define CONFIG_FWLPS_IN_IPS*/ /* issue H2C command to let FW do LPS when entering IPS */
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dautoconf.h202 #define CONFIG_IPS_CHECK_IN_WD /* Do IPS Check in WatchDog */
203 /* #define CONFIG_SWLPS_IN_IPS */ /* Do SW LPS flow when entering and leaving IPS */
204 /* #define CONFIG_FWLPS_IN_IPS */ /* issue H2C command to let FW do LPS when entering IPS */
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dautoconf.h208 #define CONFIG_IPS_CHECK_IN_WD /* Do IPS Check in WatchDog */
209 /* #define CONFIG_SWLPS_IN_IPS */ /* Do SW LPS flow when entering and leaving IPS */
210 /* #define CONFIG_FWLPS_IN_IPS */ /* issue H2C command to let FW do LPS when entering IPS */
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dautoconf.h202 #define CONFIG_IPS_CHECK_IN_WD /* Do IPS Check in WatchDog. */
203 /* #define CONFIG_SWLPS_IN_IPS */ /* Do SW LPS flow when entering and leaving IPS */
204 /* #define CONFIG_FWLPS_IN_IPS */ /* issue H2C command to let FW do LPS when entering IPS */

12345678910>>...29