Home
last modified time | relevance | path

Searched +full:900 +full:ps (Results 1 – 25 of 32) sorted by relevance

12

/linux/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex_socdk_nand.dts65 txd0-skew-ps = <0>; /* -420ps */
66 txd1-skew-ps = <0>; /* -420ps */
67 txd2-skew-ps = <0>; /* -420ps */
68 txd3-skew-ps = <0>; /* -420ps */
69 rxd0-skew-ps = <420>; /* 0ps */
70 rxd1-skew-ps = <420>; /* 0ps */
71 rxd2-skew-ps = <420>; /* 0ps */
72 rxd3-skew-ps = <420>; /* 0ps */
73 txen-skew-ps = <0>; /* -420ps */
74 txc-skew-ps = <900>; /* 0ps */
[all …]
H A Dsocfpga_n5x_socdk.dts55 txd0-skew-ps = <0>; /* -420ps */
56 txd1-skew-ps = <0>; /* -420ps */
57 txd2-skew-ps = <0>; /* -420ps */
58 txd3-skew-ps = <0>; /* -420ps */
59 rxd0-skew-ps = <420>; /* 0ps */
[all...]
H A Dsocfpga_agilex_socdk.dts65 txd0-skew-ps = <0>; /* -420ps */
66 txd1-skew-ps = <0>; /* -420ps */
67 txd2-skew-ps = <0>; /* -420ps */
68 txd3-skew-ps = <0>; /* -420ps */
69 rxd0-skew-ps = <420>; /* 0ps */
[all...]
/linux/Documentation/devicetree/bindings/net/
H A Dmotorcomm,yt8xxx.yaml21 rx-internal-delay-ps:
25 enum: [ 0, 150, 300, 450, 600, 750, 900, 1050, 1200, 1350, 1500, 1650,
30 tx-internal-delay-ps:
34 enum: [ 0, 150, 300, 450, 600, 750, 900, 1050, 1200, 1350, 1500, 1650, 1800,
128 rx-internal-delay-ps = <2100>;
129 tx-internal-delay-ps = <150>;
/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10_socdk_nand.dts73 txd0-skew-ps = <0>; /* -420ps */
74 txd1-skew-ps = <0>; /* -420ps */
75 txd2-skew-ps = <0>; /* -420ps */
76 txd3-skew-ps = <0>; /* -420ps */
77 rxd0-skew-ps = <420>; /* 0ps */
[all...]
H A Dsocfpga_stratix10_socdk.dts89 txd0-skew-ps = <0>; /* -420ps */
90 txd1-skew-ps = <0>; /* -420ps */
91 txd2-skew-ps = <0>; /* -420ps */
92 txd3-skew-ps = <0>; /* -420ps */
93 rxd0-skew-ps = <420>; /* 0ps */
[all...]
/linux/arch/riscv/boot/dts/starfive/
H A Djh7100-starfive-visionfive-v1.dts38 rx-internal-delay-ps = <900>;
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dpower.c128 /* set advanced pm flag with no uapsd ACs to enable ps-poll */ in iwl_mld_power_configure_uapsd()
196 /* configure skip over dtim up to 900 TU DTIM interval */ in iwl_mld_power_config_skip_dtim()
197 skip = max_t(int, 1, 900 / dtimper_tu); in iwl_mld_power_config_skip_dtim()
251 if (!vif->cfg.ps || iwl_mld_tdls_sta_count(mld) > 0) in iwl_mld_power_build_cmd()
/linux/drivers/input/mouse/
H A Dcypress_ps2.h70 /* time out for PS/2 command only in milliseconds. */
82 #define CYTP_ABS_MAX_Y 900
H A Delantech.c266 psmouse_printk(KERN_DEBUG, psmouse, "PS/2 packet [%*ph]\n", in elantech_packet_dump()
1776 * PS/2 protocol. in elantech_query_info()
1779 "absolute mode broken, forcing standard PS/2 protocol\n"); in elantech_query_info()
1794 * using standard PS/2 protocol. in elantech_query_info()
1798 "Trackpoint report is broken, forcing standard PS/2 protocol\n"); in elantech_query_info()
1854 info->x_max = 900; in elantech_query_info()
1979 * elantech_setup_smbus - called once the PS/2 devices are enumerated
2200 "The touchpad can support a better bus than the too old PS/2 protocol. " in elantech_init()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c144 /* set advanced pm flag with no uapsd ACs to enable ps-poll */ in iwl_mvm_power_configure_uapsd()
331 /* configure skip over dtim up to 900 TU DTIM interval */ in iwl_mvm_power_config_skip_dtim()
332 skip = max_t(int, 1, 900 / dtimper_tu); in iwl_mvm_power_config_skip_dtim()
375 if (!vif->cfg.ps || !mvmvif->pm_enabled) in iwl_mvm_power_build_cmd()
885 /* disable PS if CAM */ in iwl_mvm_power_set_ps()
887 /* ...or if any of the vifs require PS to be off */ in iwl_mvm_power_set_ps()
925 !vif->cfg.ps || in iwl_mvm_power_set_ba()
/linux/kernel/irq/
H A Dspurious.c145 * If 99,900 of the previous 100,000 interrupts have not been handled
172 pr_err("[<%p>] %ps", action->handler, action->handler); in __report_bad_irq()
174 pr_cont(" threaded [<%p>] %ps", action->thread_fn, action->thread_fn); in __report_bad_irq()
/linux/drivers/usb/host/
H A Dehci-sched.c195 struct ehci_per_sched *ps) in bandwidth_dbg() argument
197 dev_dbg(&ps->udev->dev, in bandwidth_dbg()
199 ps->ep->desc.bEndpointAddress, in bandwidth_dbg()
201 (ps->bw_phase << 3) + ps->phase_uf, ps->bw_uperiod, in bandwidth_dbg()
202 ps->phase, ps->phase_uf, ps->period, in bandwidth_dbg()
203 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg()
211 int usecs = qh->ps.usecs; in reserve_release_intr_bandwidth()
212 int c_usecs = qh->ps.c_usecs; in reserve_release_intr_bandwidth()
213 int tt_usecs = qh->ps.tt_usecs; in reserve_release_intr_bandwidth()
216 if (qh->ps.phase == NO_FRAME) /* Bandwidth wasn't reserved */ in reserve_release_intr_bandwidth()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c2068 struct rv7xx_ps *ps = rv770_get_ps(rps); in btc_apply_state_adjust_rules() local
2086 if (ps->high.mclk > max_limits->mclk) in btc_apply_state_adjust_rules()
2087 ps->high.mclk = max_limits->mclk; in btc_apply_state_adjust_rules()
2088 if (ps->high.sclk > max_limits->sclk) in btc_apply_state_adjust_rules()
2089 ps->high.sclk = max_limits->sclk; in btc_apply_state_adjust_rules()
2090 if (ps->high.vddc > max_limits->vddc) in btc_apply_state_adjust_rules()
2091 ps->high.vddc = max_limits->vddc; in btc_apply_state_adjust_rules()
2092 if (ps->high.vddci > max_limits->vddci) in btc_apply_state_adjust_rules()
2093 ps->high.vddci = max_limits->vddci; in btc_apply_state_adjust_rules()
2095 if (ps->medium.mclk > max_limits->mclk) in btc_apply_state_adjust_rules()
[all …]
H A Dsi_dpm.c2905 struct ni_ps *ps = ni_get_ps(rps); in si_apply_state_adjust_rules() local
2967 for (i = ps->performance_level_count - 2; i >= 0; i--) { in si_apply_state_adjust_rules()
2968 if (ps->performance_levels[i].vddc > ps->performance_levels[i+1].vddc) in si_apply_state_adjust_rules()
2969 ps->performance_levels[i].vddc = ps->performance_levels[i+1].vddc; in si_apply_state_adjust_rules()
2972 for (i = 0; i < ps->performance_level_count; i++) { in si_apply_state_adjust_rules()
2973 if (ps->performance_levels[i].mclk > max_limits->mclk) in si_apply_state_adjust_rules()
2974 ps->performance_levels[i].mclk = max_limits->mclk; in si_apply_state_adjust_rules()
2975 if (ps->performance_levels[i].sclk > max_limits->sclk) in si_apply_state_adjust_rules()
2976 ps->performance_levels[i].sclk = max_limits->sclk; in si_apply_state_adjust_rules()
2977 if (ps->performance_levels[i].vddc > max_limits->vddc) in si_apply_state_adjust_rules()
[all …]
/linux/Documentation/scsi/
H A Dst.rst572 default is 900 seconds (15 minutes). The timeout should be
668 the driver is waiting. With the command 'ps -l' you can see the state
673 ps), ps writes the function name in the WCHAN field. If not, you have
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2002 min = 900; in smu7_calculate_ro_range()
3489 struct pp_power_state *ps; in smu7_dpm_get_mclk() local
3495 ps = hwmgr->request_ps; in smu7_dpm_get_mclk()
3497 if (ps == NULL) in smu7_dpm_get_mclk()
3500 smu7_ps = cast_phw_smu7_power_state(&ps->hardware); in smu7_dpm_get_mclk()
3511 struct pp_power_state *ps; in smu7_dpm_get_sclk() local
3517 ps = hwmgr->request_ps; in smu7_dpm_get_sclk()
3519 if (ps == NULL) in smu7_dpm_get_sclk()
3522 smu7_ps = cast_phw_smu7_power_state(&ps->hardware); in smu7_dpm_get_sclk()
3535 struct smu7_power_state *ps in smu7_dpm_patch_boot_state() local
3693 struct smu7_power_state *ps; smu7_get_pp_table_entry_v1() local
3796 struct smu7_power_state *ps = cast_phw_smu7_power_state(power_state); smu7_get_pp_table_entry_callback_func_v0() local
3838 struct smu7_power_state *ps; smu7_get_pp_table_entry_v0() local
5110 struct pp_power_state *ps; smu7_set_sclk_od() local
5152 struct pp_power_state *ps; smu7_set_mclk_od() local
5713 const struct smu7_power_state *ps; smu7_get_performance_level() local
[all...]
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c1986 struct si_ps *ps = aps->ps_priv; in si_get_ps() local
1988 return ps; in si_get_ps()
3443 struct si_ps *ps = si_get_ps(rps); in si_apply_state_adjust_rules() local
3537 for (i = ps->performance_level_count - 2; i >= 0; i--) { in si_apply_state_adjust_rules()
3538 if (ps->performance_levels[i].vddc > ps->performance_levels[i+1].vddc) in si_apply_state_adjust_rules()
3539 ps->performance_levels[i].vddc = ps->performance_levels[i+1].vddc; in si_apply_state_adjust_rules()
3542 for (i = 0; i < ps->performance_level_count; i++) { in si_apply_state_adjust_rules()
3543 if (ps in si_apply_state_adjust_rules()
3912 struct si_ps *ps = si_get_ps(rps); si_dpm_force_performance_level() local
5498 struct si_ps *ps = si_get_ps(amdgpu_state); si_populate_smc_sp() local
7231 struct si_ps *ps = si_get_ps(rps); si_parse_pplib_clock_info() local
7320 struct si_ps *ps; si_parse_power_table() local
7574 struct si_ps *ps = si_get_ps(rps); si_dpm_debugfs_print_current_performance_level() local
7973 struct si_ps *ps = si_get_ps(rps); si_dpm_print_power_state() local
8060 struct si_ps *ps = si_get_ps(rps); si_dpm_read_sensor() local
[all...]
/linux/drivers/net/phy/
H A Dmotorcomm.c127 * Delay = 150ps * N - 250ps
128 * On = 2000ps, off = 50ps
809 { 900, YT8521_RC1R_RGMII_0_900_NS },
827 { 900 + YT8521_CCR_RXC_DLY_1_900_NS, YT8521_RC1R_RGMII_0_900_NS },
873 * The rx default in dts and ytphy_rgmii_clk_delay_config is 1950 ps, in ytphy_get_delay_reg_value()
890 rx_reg = ytphy_get_delay_reg_value(phydev, "rx-internal-delay-ps", in ytphy_rgmii_clk_delay_config()
894 tx_reg = ytphy_get_delay_reg_value(phydev, "tx-internal-delay-ps", in ytphy_rgmii_clk_delay_config()
/linux/drivers/ata/
H A Data_piix.c18 * libata documentation is available via 'make {ps|pdf}docs',
343 /* PM PS SM SS MAP */
359 /* PM PS SM SS MAP */
376 /* PM PS SM SS MAP */
388 /* PM PS SM SS MAP */
400 /* PM PS SM SS MAP */
412 /* PM PS SM SS MAP */
424 /* PM PS SM SS MAP */
475 { 0x27DF, 0x1071, 0xD221 }, /* ICH7 on Hercules EC-900 */
/linux/drivers/hid/
H A Dhid-logitech-hidpp.c153 struct power_supply *ps; member
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()
1545 power_supply_changed(hidpp->battery.ps); in hidpp20_battery_voltage_event()
1755 if (hidpp->battery.ps) in hidpp20_battery_event_1004()
1756 power_supply_changed(hidpp->battery.ps); in hidpp20_battery_event_1004()
1988 if (hidpp->battery.ps) in hidpp20_adc_measurement_event_1f20()
[all...]
/linux/drivers/scsi/
H A Dst.c173 #define ST_TIMEOUT (900 * HZ)
707 STps = &(STp->ps[STp->partition]); in write_behind_check()
811 STps = &(STp->ps[STp->partition]); in st_flush_write_buffer()
861 STps = &(STp->ps[STp->partition]); in flush_buffer()
958 STps = &(STp->ps[i]); in reset_state()
1110 STps = &(STp->ps[i]); in check_tape()
1132 STp->ps[0].drv_file = STp->ps[0].drv_block = (-1); in check_tape()
1340 STps = &(STp->ps[i]); in st_open()
1383 struct st_partstat *STps = &(STp->ps[ST in st_flush()
[all...]
/linux/drivers/eisa/
H A Deisa.ids155 CNT2000 "900E/950E EISA Bus 32-bit Ethernet LAN Adapter"
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/arch/arm64/boot/dts/freescale/
H A Dimx8dxl-evk.dts88 rsc_table: memory-rsc-table@900ff000 {
346 rx-internal-delay-ps = <2000>;
H A Dimx8qm-mek.dts67 rsc_table0: memory@900ff000 {
795 rx-internal-delay-ps = <2000>;

12