Home
last modified time | relevance | path

Searched full:adjustment (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/kernel/linux/linux-6.6/drivers/staging/fbtft/
Dfb_upd161704.c47 write_reg(par, 0x0061, 0x001C); /* adjustment V10 positive polarity */ in init_display()
49 write_reg(par, 0x0062, 0x002C); /* adjustment V9 negative polarity */ in init_display()
50 write_reg(par, 0x0063, 0x0022); /* adjustment V34 positive polarity */ in init_display()
52 write_reg(par, 0x0064, 0x0027); /* adjustment V31 negative polarity */ in init_display()
54 write_reg(par, 0x0065, 0x0014); /* adjustment V61 negative polarity */ in init_display()
56 write_reg(par, 0x0066, 0x0010); /* adjustment V61 negative polarity */ in init_display()
/kernel/linux/linux-5.10/drivers/staging/fbtft/
Dfb_upd161704.c47 write_reg(par, 0x0061, 0x001C); /* adjustment V10 positive polarity */ in init_display()
49 write_reg(par, 0x0062, 0x002C); /* adjustment V9 negative polarity */ in init_display()
50 write_reg(par, 0x0063, 0x0022); /* adjustment V34 positive polarity */ in init_display()
52 write_reg(par, 0x0064, 0x0027); /* adjustment V31 negative polarity */ in init_display()
54 write_reg(par, 0x0065, 0x0014); /* adjustment V61 negative polarity */ in init_display()
56 write_reg(par, 0x0066, 0x0010); /* adjustment V61 negative polarity */ in init_display()
/kernel/linux/linux-5.10/Documentation/networking/
Dila.rst137 adjustment can be precomputed and saved with the mapping.
139 Note that the checksum neutral adjustment affects the low order sixteen
184 adjustment value are not present so an identifier is considered an
193 The checksum neutral adjustment may be configured to always be
195 checksum adjustment is in the low order 16 bits. The identifier is
201 | | Checksum-neutral adjustment |
210 | | Checksum-neutral adjustment |
215 configuration. The checksum neutral adjustment may automatically
221 | | Checksum-neutral adjustment |
230 | | Checksum-neutral adjustment |
/kernel/linux/linux-6.6/Documentation/networking/
Dila.rst137 adjustment can be precomputed and saved with the mapping.
139 Note that the checksum neutral adjustment affects the low order sixteen
184 adjustment value are not present so an identifier is considered an
193 The checksum neutral adjustment may be configured to always be
195 checksum adjustment is in the low order 16 bits. The identifier is
201 | | Checksum-neutral adjustment |
210 | | Checksum-neutral adjustment |
215 configuration. The checksum neutral adjustment may automatically
221 | | Checksum-neutral adjustment |
230 | | Checksum-neutral adjustment |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ptp.c16 /* 16 nano second time quantas to wait before making a Drift adjustment */
18 /* Nano seconds to add/subtract when making a Drift adjustment */
20 /* Add/subtract the Adjustment_Value when making a Drift adjustment */
248 * FW/HW accepts the adjustment value in terms of 3 parameters:
249 * Drift period - adjustment happens once in certain number of nano seconds.
251 * Drift direction - add or subtract the adjustment value.
252 * The routine translates ppb into the adjustment triplet in an optimal manner.
270 /* Adjustment value is up to +/-7ns, find an optimal value in in qed_ptp_hw_adjfreq()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
Dqed_ptp.c16 /* 16 nano second time quantas to wait before making a Drift adjustment */
18 /* Nano seconds to add/subtract when making a Drift adjustment */
20 /* Add/subtract the Adjustment_Value when making a Drift adjustment */
248 * FW/HW accepts the adjustment value in terms of 3 parameters:
249 * Drift period - adjustment happens once in certain number of nano seconds.
251 * Drift direction - add or subtract the adjustment value.
252 * The routine translates ppb into the adjustment triplet in an optimal manner.
270 /* Adjustment value is up to +/-7ns, find an optimal value in in qed_ptp_hw_adjfreq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dptp.c32 u64 adjustment; in e1000e_phc_adjfreq() local
53 adjustment = incvalue; in e1000e_phc_adjfreq()
54 adjustment *= delta; in e1000e_phc_adjfreq()
55 adjustment = div_u64(adjustment, 1000000000); in e1000e_phc_adjfreq()
57 incvalue = neg_adj ? (incvalue - adjustment) : (incvalue + adjustment); in e1000e_phc_adjfreq()
/kernel/linux/linux-6.6/drivers/ptp/
Dptp_dfl_tod.c75 * A fine ToD HW clock offset adjustment. To perform the fine offset adjustment, the
89 /* Wait for present offset adjustment update to complete */ in fine_adjust_tod_clock()
95 * A coarse ToD HW clock offset adjustment. The coarse time adjustment performs by
189 * adjustment in nanoseconds scale. This depends on the current in dfl_tod_adjust_time()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dst,sta350.txt42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
63 - st,overcurrent-warning-adjustment:
64 If present, overcurrent warning adjustment is enabled.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-mt8183.txt56 duty cycle when asserted (high pulse width adjustment). Valid arguments
59 duty cycle when asserted (high pulse width adjustment). Valid arguments
67 adjustment in generic driving setup. But in specific driving setup,
68 they can support 0.125/0.25/0.5/1mA adjustment. If we enable specific
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dst,sta350.txt42 - st,thermal-warning-adjustment:
43 If present, thermal warning adjustment is enabled.
63 - st,overcurrent-warning-adjustment:
64 If present, overcurrent warning adjustment is enabled.
/kernel/linux/linux-6.6/net/ipv6/netfilter/
Dip6t_NPT.c35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
72 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx()
151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dip6t_NPT.c35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
72 csum_unfold(npt->adjustment))); in ip6t_npt_map_pfx()
151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c1075 * Program the port for an atomic adjustment by writing the Tx and Rx timer
1076 * registers. The atomic adjustment won't be completed until the driver issues
1124 * ice_ptp_prep_phy_adj_e822 - Prep PHY ports for a time adjustment
1126 * @adj: adjustment in nanoseconds
1128 * Prepare the PHY ports for an atomic time adjustment by programming the PHY
1129 * Tx and Rx port registers. The actual adjustment is completed by issuing an
1138 /* The port clock supports adjustment of the sub-nanosecond portion of in ice_ptp_prep_phy_adj_e822()
1139 * the clock. We shift the provided adjustment in nanoseconds to in ice_ptp_prep_phy_adj_e822()
1140 * calculate the appropriate adjustment to program into the PHY ports. in ice_ptp_prep_phy_adj_e822()
1159 * ice_ptp_prep_phy_incval_e822 - Prepare PHY ports for time adjustment
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Ddwc3.txt89 - snps,quirk-frame-length-adjustment: Value for GFLADJ_30MHZ field of GFLADJ
90 register for post-silicon frame length adjustment when the
110 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
127 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
/kernel/linux/linux-6.6/net/mac80211/
Dmesh_sync.c14 * which we do no TSF adjustment.
20 * introduced by TSF adjustment latency.
179 * the tsf adjustment to the mesh tasklet in mesh_sync_offset_adjust_tsf()
182 "TSF : kicking off TSF adjustment with clockdrift_max=%lld\n", in mesh_sync_offset_adjust_tsf()
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_sync.c13 * which we do no TSF adjustment.
19 * introduced by TSF adjustment latency.
181 * the tsf adjustment to the mesh tasklet in mesh_sync_offset_adjust_tsf()
184 "TSF : kicking off TSF adjustment with clockdrift_max=%lld\n", in mesh_sync_offset_adjust_tsf()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
Ddm-space-map-metadata.c308 unsigned int adjustment = 0; in sm_metadata_get_count() local
324 adjustment++; in sm_metadata_get_count()
328 adjustment--; in sm_metadata_get_count()
337 *result += adjustment; in sm_metadata_get_count()
345 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
365 adjustment++; in sm_metadata_count_is_more_than_one()
369 adjustment--; in sm_metadata_count_is_more_than_one()
374 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
389 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
Ddm-space-map-metadata.c306 unsigned adjustment = 0; in sm_metadata_get_count() local
322 adjustment++; in sm_metadata_get_count()
326 adjustment--; in sm_metadata_get_count()
335 *result += adjustment; in sm_metadata_get_count()
343 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
363 adjustment++; in sm_metadata_count_is_more_than_one()
367 adjustment--; in sm_metadata_count_is_more_than_one()
372 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
387 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Damlogic,meson-dwmac.yaml51 - description: The clock which drives the timing adjustment logic
60 - const: timing-adjustment
133 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
/kernel/linux/linux-5.10/include/media/davinci/
Disif.h360 /* Gain adjustment per color */
362 /* Offset adjustment */
364 /* Enable or Disable Gain adjustment for SDRAM data */
366 /* Enable or Disable Gain adjustment for IPIPE data */
368 /* Enable or Disable Gain adjustment for H3A data */
370 /* Enable or Disable Gain adjustment for SDRAM data */
372 /* Enable or Disable Gain adjustment for IPIPE data */
374 /* Enable or Disable Gain adjustment for H3A data */
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Damd_shared.h169 * @PP_SCLK_DPM_MASK: Dynamic adjustment of the system (graphics) clock.
170 * @PP_MCLK_DPM_MASK: Dynamic adjustment of the memory clock.
171 * @PP_PCIE_DPM_MASK: Dynamic adjustment of PCIE clocks and lanes.
181 * @PP_SOCCLK_DPM_MASK: Dynamic adjustment of the SoC clock.
182 * @PP_DCEFCLK_DPM_MASK: Dynamic adjustment of the Display Controller Engine Fabric clock.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Damlogic,meson-dwmac.yaml50 - description: The clock which drives the timing adjustment logic
58 - const: timing-adjustment
174 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
/kernel/linux/linux-6.6/sound/soc/sti/
Duniperif_player.c157 int adjustment = player->clk_adj; in uni_player_clk_set_rate() local
170 * a - adjustment in ppm (parts per milion) in uni_player_clk_set_rate()
174 if (adjustment < 0) { in uni_player_clk_set_rate()
177 adjustment = -adjustment; in uni_player_clk_set_rate()
183 (uint64_t)adjustment + 500000, 1000000); in uni_player_clk_set_rate()
200 * Using ALSA's adjustment control, we can modify the rate to be up in uni_player_clk_set_rate()
207 adjustment = -1; in uni_player_clk_set_rate()
209 adjustment = 1; in uni_player_clk_set_rate()
212 adjustment *= (int)div64_u64((uint64_t)delta * 1000000 + rate / 2, in uni_player_clk_set_rate()
214 player->clk_adj = adjustment; in uni_player_clk_set_rate()
[all …]
/kernel/linux/linux-5.10/sound/soc/sti/
Duniperif_player.c157 int adjustment = player->clk_adj; in uni_player_clk_set_rate() local
170 * a - adjustment in ppm (parts per milion) in uni_player_clk_set_rate()
174 if (adjustment < 0) { in uni_player_clk_set_rate()
177 adjustment = -adjustment; in uni_player_clk_set_rate()
183 (uint64_t)adjustment + 500000, 1000000); in uni_player_clk_set_rate()
200 * Using ALSA's adjustment control, we can modify the rate to be up in uni_player_clk_set_rate()
207 adjustment = -1; in uni_player_clk_set_rate()
209 adjustment = 1; in uni_player_clk_set_rate()
212 adjustment *= (int)div64_u64((uint64_t)delta * 1000000 + rate / 2, in uni_player_clk_set_rate()
214 player->clk_adj = adjustment; in uni_player_clk_set_rate()
[all …]

12345678910>>...41