| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6dl-mba6.dtsi | 10 rxdv-skew-ps = <180>; 11 txen-skew-ps = <0>; 12 rxd3-skew-ps = <180>; 13 rxd2-skew-ps = <180>; 14 rxd1-skew-ps = <180>; 15 rxd0-skew-ps = <180>; 16 txd3-skew-ps = <120>; 17 txd2-skew-ps = <0>; 18 txd1-skew-ps = <300>; 19 txd0-skew-ps = <120>; [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | hardware.c | 49 {HPHW_NPROC,0x183,0x4,0x91,"TNT 120 (892,T520)"}, 103 {HPHW_NPROC,0x50D,0x4,0x81,"Rocky2 L2 120"}, 114 {HPHW_NPROC,0x581,0x4,0x91,"KittyHawk DC3-120 (K210)"}, 116 {HPHW_NPROC,0x583,0x4,0x91,"KittyHawk DC3 120 (K410)"}, 119 {HPHW_NPROC,0x586,0x4,0x91,"SkyHawk 120"}, 120 {HPHW_NPROC,0x587,0x4,0x81,"UL Proc 1-way T'120"}, 121 {HPHW_NPROC,0x588,0x4,0x91,"UL Proc 2-way T'120"}, 125 {HPHW_NPROC,0x58C,0x4,0x91,"ThunderHawk DC3- 120 1M (K220)"}, 126 {HPHW_NPROC,0x58D,0x4,0x91,"ThunderHawk DC3 120 1M (K420)"}, 127 {HPHW_NPROC,0x58E,0x4,0x81,"Raven 120 T'"}, [all …]
|
| /linux/arch/arm/boot/dts/intel/socfpga/ |
| H A D | socfpga_arria5_socdk.dts | 65 rxd0-skew-ps = <0>; 66 rxd1-skew-ps = <0>; 67 rxd2-skew-ps = <0>; 68 rxd3-skew-ps = <0>; 69 txen-skew-ps = <0>; 70 txc-skew-ps = <2600>; 71 rxdv-skew-ps = <0>; 72 rxc-skew-ps = <2000>; 140 /* 120MB for jffs2 data. */
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | conf.h | 130 * after a PS-poll has been transmitted. 669 * Consecutive PS Poll failures before sending event to driver 723 * Specifies the dynamic PS timeout in ms that will be used 729 * Specifies whether dynamic PS should be disabled and PSM forced. 984 * Range: 0-120 992 * Range: 0-120 999 * Range: 0-120
|
| /linux/drivers/parisc/ |
| H A D | lasi.c | 44 case 0x84: irq = 26; break; /* PS/2 Keyboard */ in lasi_choose_irq() 119 case 0x605: /* Gecko (712/120) */ in lasi_led_init() 129 case 0x60E: /* Electra 120 */ in lasi_led_init()
|
| /linux/arch/mips/sgi-ip22/ |
| H A D | ip22-reset.c | 32 #define POWERDOWN_TIMEOUT 120 156 * ioc.ps page 22: "The Panel Register is called Power Control by Full in panel_int()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | hwa742.c | 629 static unsigned long round_to_extif_ticks(unsigned long ps, int div) in round_to_extif_ticks() argument 632 return (ps + bus_tick - 1) / bus_tick * bus_tick; in round_to_extif_ticks() 649 dev_dbg(hwa742.fbdev->dev, "HWA742 systim %lu ps extif_clk_period %u ps" in calc_reg_timing() 696 dev_dbg(hwa742.fbdev->dev, "HWA742 systim %lu ps extif_clk_period %u ps" in calc_lut_timing() 812 /* time to transfer one pixel (16bpp) in ps */ in setup_tearsync() 824 min_tx_time = 1000000000 / (max_tx_rate / 1000); /* ps */ in setup_tearsync() 829 /* time to update one line in ps */ in setup_tearsync() 866 hs = hs * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync() 869 vs = vs * (hdisp + hndp) * 1000000 / (pix_clk / 1000); /* ps */ in setup_tearsync() 874 /* set VS to 120% of HS to minimize VS detection time */ in setup_tearsync() [all …]
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 1007 # | task: ps-6143 (uid:0 nice:0 policy:0 rt_prio:0) 1021 ps-6143 2d... 0us!: trace_hardirqs_off <-__lock_task_sighand 1022 ps-6143 2d..1 259us+: trace_hardirqs_on <-_raw_spin_unlock_irqrestore 1023 ps-6143 2d..1 263us+: time_hardirqs_on <-_raw_spin_unlock_irqrestore 1024 ps-6143 2d..1 306us : <stack trace> 1046 occurred. (ps pid: 6143). 1617 bash-2042 3d..1 120us : <stack trace> 2064 <idle>-0 3dNs7 0us : 0:120:R + [003] 312:100:R kworker/3:1H 2067 <idle>-0 3d..3 15us : 0:120:R ==> [003] 312:100:R kworker/3:1H 2133 <idle>-0 3d.h4 0us : 0:120 [all...] |
| /linux/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 153 struct power_supply *ps; member 541 * fractions of 120 and emits high-resolution scroll events for the input 553 hi_res_value = hi_res_value * 120/counter->wheel_multiplier; in hidpp_scroll_counter_handle_scroll() 585 low_res_value = remainder / 120; in hidpp_scroll_counter_handle_scroll() 589 remainder -= low_res_value * 120; in hidpp_scroll_counter_handle_scroll() 833 if (hidpp->battery.ps) in hidpp10_battery_event() 834 power_supply_changed(hidpp->battery.ps); in hidpp10_battery_event() 1368 if (hidpp->battery.ps) in hidpp20_battery_event_1000() 1369 power_supply_changed(hidpp->battery.ps); in hidpp20_battery_event_1000() 1544 if (hidpp->battery.ps) in hidpp20_battery_voltage_event() [all...] |
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | main.c | 71 RATE(120, 0xa, 0, 0), 356 ar->ps.last_action = jiffies; in carl9170_op_start() 357 ar->ps.last_slept = jiffies; in carl9170_op_start() 741 ar->ps.off_override |= PS_OFF_VIF; in carl9170_op_add_interface() 803 ar->ps.off_override &= ~PS_OFF_VIF; in carl9170_op_remove_interface() 819 bool ps = false; in carl9170_ps_update() local 822 if (!ar->ps.off_override) in carl9170_ps_update() 823 ps = (ar->hw->conf.flags & IEEE80211_CONF_PS); in carl9170_ps_update() 825 if (ps != ar->ps.state) { in carl9170_ps_update() 826 err = carl9170_powersave(ar, ps); in carl9170_ps_update() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | entry.S | 75 stq $25, 120($sp) 92 .cfi_rel_offset $25, 120 121 ldq $25, 120($sp) 254 ldq $0, 256($sp) /* get PS */ 271 stq $15, 120($sp) 330 ldq $15, 120($sp)
|
| /linux/drivers/net/wireless/ath/wcn36xx/ |
| H A D | main.c | 84 CHAN5G(5600, 120, PHY_QUADRUPLE_CHANNEL_20MHZ_HIGH_40MHZ_LOW), 112 RATE(120, HW_RATE_INDEX_12MBPS, 0), 123 RATE(120, HW_RATE_INDEX_12MBPS, 0), 315 if (vif->cfg.ps) /* ps allowed ? */ in wcn36xx_change_ps() 381 * simply stop the scan session and exit PS mode. in wcn36xx_config()
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8390-grinn-genio-sbc.dtsi | 158 /*120 - 124 */ "", "RPI_GPIO121", "RPI_GPIO122", "RPI_GPIO123", "RPI_GPIO124"; 341 mediatek,tx-delay-ps = <30>;
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | am335x-evm.dts | 445 st,min-limit-x = <120>; 446 st,min-limit-y = <120>; 520 gpmc,sync-clk-ps = <0>;
|
| /linux/tools/testing/selftests/net/ |
| H A D | proc_net_pktgen.c | 5 * Copyright (c) 2025 Peter Seiderer <ps.report@gmx.net> 40 …,6 107,7 108,8 109,9 110,10 111,11 112,12 113,13 114,14 115,15 116,16 117,17 118,18 119,19 120,20"; 41 …7 108,8 109,9 110,10 111,11 112,12 113,13 114,14 115,15 116,16 117,17 118,18 119,19 120,20 121,21";
|
| /linux/drivers/net/wireless/virtual/ |
| H A D | mac80211_hwsim.c | 395 CHAN5G(5600), /* Channel 120 */ 540 { .bitrate = 120 }, 715 } ps; member 1035 "%s: send PS-Poll to %pM for aid %d\n", in hwsim_send_ps_poll() 1056 struct ieee80211_vif *vif, int ps) in hwsim_send_nullfunc() argument 1067 "%s: send data::nullfunc to %pM ps=%d\n", in hwsim_send_nullfunc() 1068 __func__, vp->bssid, ps); in hwsim_send_nullfunc() 1077 (ps ? IEEE80211_FCTL_PM : 0)); in hwsim_send_nullfunc() 1111 *val = data->ps; in hwsim_fops_ps_read() 1125 if (data->ps ! in hwsim_fops_ps_write() 2888 int err, ps; mac80211_hwsim_testmode_cmd() local [all...] |
| /linux/drivers/input/keyboard/ |
| H A D | atkbd.c | 3 * AT and PS/2 keyboard driver 10 * This driver can handle standard AT keyboards and PS/2 keyboards in 30 #define DRIVER_DESC "AT and PS/2 keyboard driver" 38 MODULE_PARM_DESC(set, "Select keyboard code set (2 = default, 3 = PS/2 native)"); 131 114,122,112,113,127, 96, 97,120, 7, 15, 23, 31, 39, 47, 55, 63, 365 * between make/break pair of scancodes for select keys and PS/2 889 * We check for NCD PS/2 Sun, NorthGate OmniKey 101 and in atkbd_select_set()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | main.c | 10 #include "ps.h" 42 MODULE_PARM_DESC(disable_lps_deep, "Set Y to disable Deep PS"); 77 {.center_freq = 5600, .hw_value = 120,}, 99 {.bitrate = 120, .hw_value = 0x06,}, 298 * ps by vif->type and vif->cfg.ps, all we need to do here is to in rtw_watch_dog_work() 2398 /* Leave LPS so the value swapped are not in PS mode */ in rtw_port_switch_iter()
|
| H A D | coex.c | 8 #include "ps.h" 326 if (type == TDMA_TIMER_TYPE_4SLOT && tbtt_interval < 120) { in rtw_coex_tdma_timer_base() 2112 tdma_case = 120; in rtw_coex_action_bt_a2dpsink() 2245 tdma_case = 120; in rtw_coex_action_bt_a2dp_pan() 2315 tdma_case = 120; in rtw_coex_action_bt_a2dp_pan_hid() 2831 /* for ps-tdma */ in rtw_coex_lps_notify() 2834 /* for native ps */ in rtw_coex_lps_notify() 3222 /* Use PS-TDMA to protect WL RX */ in rtw_coex_bt_info_notify() 4071 "IPS/ Low Power/ PS mode", in rtw_coex_display_coex_info()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | core.c | 8 #include "ps.h" 20 116, 118, 120, 122, 124, 126, 128, /* Band 3 */ 609 * cause mac80211 into wrong ps state, this will cause in rtl_op_config() 739 /* In scanning, when before we offchannel we may send a ps=1 in rtl_op_config() 740 * null to AP, and then we may send a ps = 0 null to AP quickly, in rtl_op_config() 1095 "send PS STATIC frame\n"); in rtl_op_bss_info_changed()
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 849 ISA8904 "SMC Arcnet PC220/120" 884 ISA9204 "Intel Above Board PS/286 (no Piggyback)" 885 ISA9205 "Intel Above Board PS/286 With 2MB Piggyback" 1064 ISY0030 "(SYSTEM) Mother Board PS-2 style Mouse"
|
| /linux/include/linux/ |
| H A D | ata.h | 7 * libata documentation is available via 'make {ps|pdf}docs', 82 ATA_ID_COMMAND_SET_4 = 120, 736 * or from word 120. The format is the same for both words: Bit in ata_id_has_read_log_dma_ext()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77970.dtsi | 236 interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, 636 rx-internal-delay-ps = <0>; 637 tx-internal-delay-ps = <0>;
|
| /linux/mm/ |
| H A D | slab_common.c | 571 WARN(err, "%s %s: Slab cache still has objects when called from %pS", in slab_is_available() 671 pr_cont(" allocated at %pS\n", kp.kp_ret); in create_boot_cache() 677 pr_info(" %pS\n", kp.kp_stack[i]); in create_boot_cache() 686 pr_info(" %pS\n", kp.kp_free_stack[i]); in create_kmalloc_cache() 771 7, /* 120 */
|
| /linux/drivers/video/fbdev/ |
| H A D | atafb.c | 218 8, 136, 72, 200, 40, 168, 104, 232, 24, 152, 88, 216, 56, 184, 120, 248, 479 "tt-low", 60, 320, 480, 31041, 120, 100, 8, 16, 140, 30, 483 "tt-mid", 60, 640, 480, 31041, 120, 100, 8, 16, 140, 30, 665 var->left_margin = 120; /* these may be incorrect */ in tt_encode_var() 824 unsigned long t; /* t/[ps] (=1/f) */ 1866 var->left_margin = 120; /* these are incorrect */ in stste_encode_var() 2141 var->left_margin = 120; /* these are surely incorrect */ in ext_encode_var() 2974 /* external pixelclock in kHz --> ps */ in atafb_setup()
|