| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ila.rst | 137 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 |
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_upd161704.c | 47 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_ptp.c | 16 /* 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | strtod.h | 165 int adjustment = dExp - actualExp - 1; in StrtodDiyFp() local 166 RAPIDJSON_ASSERT(adjustment >= 0 && adjustment < 7); in StrtodDiyFp() 167 v = v * kPow10[adjustment]; in StrtodDiyFp() 168 …if (length + static_cast<unsigned>(adjustment)> 19u) // has more digits than decimal digits in 64-… in StrtodDiyFp() 220 else // adjustment in StrtodBigInteger() 262 // Use approximation from StrtodDiyFp and make adjustment with BigInteger comparison in StrtodFullPrecision()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | ptp.c | 32 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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | gui.py | 31 …croll-adjustments' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gtk.Adjustment, gtk.Adjustment)) 34 hadjustment = GObject.property(type=Gtk.Adjustment, 35 default=Gtk.Adjustment(), 40 vadjustment = GObject.property(type=Gtk.Adjustment, 41 default=Gtk.Adjustment(), 75 self.hadj = gtk.Adjustment(0.0, 0.0, 0.0, 0.0, 0.0, 0.0) 76 self.vadj = gtk.Adjustment(0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | pinctrl-mt8183.txt | 56 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta350.txt | 42 - 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.
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map-metadata.c | 306 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()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_NPT.c | 35 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),
|
| /OK3568_Linux_fs/kernel/include/media/davinci/ |
| H A D | isif.h | 360 /* 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 */
|
| /OK3568_Linux_fs/kernel/sound/soc/sti/ |
| H A D | uniperif_player.c | 157 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 …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | mesh_sync.c | 13 * 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/ |
| H A D | amd_shared.h | 169 * @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.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | omap3isp.h | 517 * struct omap3isp_prev_blkadj - Black Level Adjustment 518 * @red: Black level offset adjustment for Red in 2's complement format 519 * @green: Black level offset adjustment for Green in 2's complement format 520 * @blue: Black level offset adjustment for Blue in 2's complement format 523 /*Black level offset adjustment for Red in 2's complement format */ 525 /*Black level offset adjustment for Green in 2's complement format */ 527 /* Black level offset adjustment for Blue in 2's complement format */ 623 * @blkadj: Pointer to structure for Black Adjustment.
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | omap3isp.h | 537 * struct omap3isp_prev_blkadj - Black Level Adjustment 538 * @red: Black level offset adjustment for Red in 2's complement format 539 * @green: Black level offset adjustment for Green in 2's complement format 540 * @blue: Black level offset adjustment for Blue in 2's complement format 543 /*Black level offset adjustment for Red in 2's complement format */ 545 /*Black level offset adjustment for Green in 2's complement format */ 547 /* Black level offset adjustment for Blue in 2's complement format */ 643 * @blkadj: Pointer to structure for Black Adjustment.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | omap3isp.h | 517 * struct omap3isp_prev_blkadj - Black Level Adjustment 518 * @red: Black level offset adjustment for Red in 2's complement format 519 * @green: Black level offset adjustment for Green in 2's complement format 520 * @blue: Black level offset adjustment for Blue in 2's complement format 523 /*Black level offset adjustment for Red in 2's complement format */ 525 /*Black level offset adjustment for Green in 2's complement format */ 527 /* Black level offset adjustment for Blue in 2's complement format */ 623 * @blkadj: Pointer to structure for Black Adjustment.
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rwsem.c | 402 long oldcount, woken = 0, adjustment = 0; in rwsem_mark_wake() local 443 adjustment = RWSEM_READER_BIAS; in rwsem_mark_wake() 444 oldcount = atomic_long_fetch_add(adjustment, &sem->count); in rwsem_mark_wake() 453 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake() 457 atomic_long_add(-adjustment, &sem->count); in rwsem_mark_wake() 513 adjustment = woken * RWSEM_READER_BIAS - adjustment; in rwsem_mark_wake() 517 adjustment -= RWSEM_FLAG_WAITERS; in rwsem_mark_wake() 525 adjustment -= RWSEM_FLAG_HANDOFF; in rwsem_mark_wake() 527 if (adjustment) in rwsem_mark_wake() 528 atomic_long_add(adjustment, &sem->count); in rwsem_mark_wake() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | amlogic,meson-dwmac.yaml | 51 - description: The clock which drives the timing adjustment logic 60 - const: timing-adjustment 133 clock-names = "stmmaceth", "clkin0", "clkin1", "timing-adjustment";
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | adjtick.c | 1 /* adjtimex() tick adjustment test 155 * with the adjustment, resulting in > 10ppm error during in check_tick_adj() 156 * a 10% adjustment. 100ppm also gives us more breathing in check_tick_adj()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_dsc.h | 117 * Offset to bits/group used by RC to determine QP adjustment 122 * Offset to bits/group used by RC to determine QP adjustment 270 * Offset adjustment for second line in Native 4:2:0 mode 453 * flatness QP adjustment is made. 460 * the flatness adjustment is made. 533 * PPS92[7:0], PPS93[7:0] - Used as offset adjustment for the second
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 222 snps,quirk-frame-length-adjustment: 225 length adjustment when the fladj_30mhz_sdbnd signal is invalid or 281 snps,incr-burst-type-adjustment: 309 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
|
| /OK3568_Linux_fs/u-boot/include/drm/ |
| H A D | drm_dsc.h | 118 * Offset to bits/group used by RC to determine QP adjustment 123 * Offset to bits/group used by RC to determine QP adjustment 271 * Offset adjustment for second line in Native 4:2:0 mode 454 * flatness QP adjustment is made. 461 * the flatness adjustment is made. 534 * PPS92[7:0], PPS93[7:0] - Used as offset adjustment for the second
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-meson8b.c | 60 /* An internal counter based on the "timing-adjustment" clock. The counter is 305 "The timing-adjustment clock is mandatory for the RX delay re-timing\n"); in meson8b_init_prg_eth() 309 /* The timing adjustment logic is driven by a separate clock */ in meson8b_init_prg_eth() 314 "Failed to enable the timing-adjustment clock\n"); in meson8b_init_prg_eth() 420 "timing-adjustment"); in meson8b_dwmac_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-si544.c | 54 /* Range and interpretation of the adjustment value */ 270 /* Reset the frequency adjustment */ in si544_calc_muldiv() 303 * The clock adjustment is much smaller than 1 Hz, round to the in si544_calc_rate() 374 /* Try using the frequency adjustment feature for a <= 950ppm change */ in si544_set_rate() 387 /* Too big for the delta adjustment, need to reprogram */ in si544_set_rate()
|