/linux-6.12.1/drivers/net/ethernet/chelsio/libcxgb/ |
D | libcxgb_ppm.c | 65 int cxgbi_ppm_find_page_index(struct cxgbi_ppm *ppm, unsigned long pgsz) in cxgbi_ppm_find_page_index() argument 67 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_find_page_index() 73 pr_debug("%s: %s ppm, pgsz %lu -> idx %d.\n", in cxgbi_ppm_find_page_index() 74 __func__, ppm->ndev->name, pgsz, i); in cxgbi_ppm_find_page_index() 104 static void ppm_mark_entries(struct cxgbi_ppm *ppm, int i, int count, in ppm_mark_entries() argument 107 struct cxgbi_ppod_data *pdata = ppm->ppod_data + i; in ppm_mark_entries() 118 static int ppm_get_cpu_entries(struct cxgbi_ppm *ppm, unsigned int count, in ppm_get_cpu_entries() argument 125 if (!ppm->pool) in ppm_get_cpu_entries() 129 pool = per_cpu_ptr(ppm->pool, cpu); in ppm_get_cpu_entries() 133 i = ppm_find_unused_entries(pool->bmap, ppm->pool_index_max, in ppm_get_cpu_entries() [all …]
|
D | libcxgb_ppm.h | 120 /* per cpu ppm pool */ 124 spinlock_t lock; /* ppm pool lock */ 143 spinlock_t map_lock; /* ppm map lock */ 197 static inline int cxgbi_ppm_is_ddp_tag(struct cxgbi_ppm *ppm, u32 tag) in cxgbi_ppm_is_ddp_tag() argument 199 return !(tag & ppm->tformat.no_ddp_mask); in cxgbi_ppm_is_ddp_tag() 202 static inline int cxgbi_ppm_sw_tag_is_usable(struct cxgbi_ppm *ppm, in cxgbi_ppm_sw_tag_is_usable() argument 209 static inline int cxgbi_ppm_make_non_ddp_tag(struct cxgbi_ppm *ppm, in cxgbi_ppm_make_non_ddp_tag() argument 213 struct cxgbi_tag_format *tformat = &ppm->tformat; in cxgbi_ppm_make_non_ddp_tag() 215 if (!cxgbi_ppm_sw_tag_is_usable(ppm, sw_tag)) { in cxgbi_ppm_make_non_ddp_tag() 232 static inline u32 cxgbi_ppm_decode_non_ddp_tag(struct cxgbi_ppm *ppm, in cxgbi_ppm_decode_non_ddp_tag() argument [all …]
|
/linux-6.12.1/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm, in cxgbit_ppod_init_idata() argument 69 unsigned int pm_addr = (idx << PPOD_SIZE_SHIFT) + ppm->llimit; in cxgbit_ppod_init_idata() 98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ppod_write_idata() argument 110 skb = cxgbit_ppod_init_idata(cdev, ppm, idx, npods, csk->tid); in cxgbit_ppod_write_idata() 127 cxgbit_ddp_set_map(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, in cxgbit_ddp_set_map() argument 143 ret = cxgbit_ppod_write_idata(ppm, csk, ttinfo, pidx, cnt, in cxgbit_ddp_set_map() 175 struct cxgbi_ppm *ppm = cdev2ppm(cdev); in cxgbit_ddp_reserve() local 182 pr_debug("ppm 0x%p, pgidx %u, xfer %u, sgcnt %u, NO ddp.\n", in cxgbit_ddp_reserve() 183 ppm, ppm->tformat.pgsz_idx_dflt, in cxgbit_ddp_reserve() 197 ret = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbit_ddp_reserve() [all …]
|
/linux-6.12.1/drivers/clocksource/ |
D | scx200_hrt.c | 27 static int ppm; variable 28 module_param(ppm, int, 0); /* load time only */ 29 MODULE_PARM_DESC(ppm, "+-adjust to actual XO freq (ppm)"); 76 freq = (HRT_FREQ + ppm); in init_hrt_clocksource() 80 pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm); in init_hrt_clocksource()
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | adjtick.c | 117 long long eppm, ppm; in check_tick_adj() local 134 ppm = ((long long)tickval * MILLION)/systick - MILLION; in check_tick_adj() 135 printf("Estimating tick (act: %ld usec, %lld ppm): ", tickval, ppm); in check_tick_adj() 138 printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm); in check_tick_adj() 151 * Here we use 100ppm difference as an error bound. in check_tick_adj() 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() 159 if (llabs(eppm - ppm) > 100) { in check_tick_adj()
|
D | raw_skew.c | 95 long long delta1, delta2, interval, eppm, ppm; in main() local 126 /* calculate measured ppm between MONOTONIC and MONOTONIC_RAW */ in main() 132 ppm = (long long)(tx1.freq + tx2.freq) * 1000 / 2; in main() 133 ppm = shift_right(ppm, 16); in main() 134 printf(" %lld.%i(act)", ppm/1000, abs((int)(ppm%1000))); in main() 136 if (llabs(eppm - ppm) > 1000) { in main()
|
D | change_skew.c | 33 int change_skew_test(int ppm) in change_skew_test() argument 39 tx.freq = ppm << 16; in change_skew_test() 60 int ppm[5] = {0, 250, 500, -250, -500}; in main() local 76 printf("Using %i ppm adjustment\n", ppm[i]); in main() 77 ret = change_skew_test(ppm[i]); in main()
|
D | skew_consistency.c | 42 int ret, ppm; in main() local 52 ppm = 500; in main() 56 ppm = -ppm; in main() 58 tx.freq = ppm << 16; in main()
|
/linux-6.12.1/drivers/scsi/isci/ |
D | probe_roms.h | 234 * NOTE: Max spread for SATA is +0 / -5000 PPM. 237 * SATA SSC Tx at +0 / -1419 PPM Spread = 0x2 238 * SATA SSC Tx at +0 / -2129 PPM Spread = 0x3 239 * SATA SSC Tx at +0 / -4257 PPM Spread = 0x6 240 * SATA SSC Tx at +0 / -4967 PPM Spread = 0x7 247 * -2300 PPM 249 * SAS SSC Tx at +0 / -1419 PPM Spread = 0x2 250 * SAS SSC Tx at +0 / -2129 PPM Spread = 0x3 253 * -2300 PPM 255 * SAS SSC Tx at +1064 / -1064 PPM Spread = 0x3 [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | timex.h | 68 __kernel_long_t freq; /* frequency offset (scaled ppm) */ 74 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) 80 __kernel_long_t ppsfreq;/* pps frequency (scaled ppm) (ro) */ 83 __kernel_long_t stabil; /* pps stability (scaled ppm) (ro) */ 106 long long freq; /* frequency offset (scaled ppm) */ 113 long long tolerance;/* clock frequency tolerance (ppm) 119 long long ppsfreq;/* pps frequency (scaled ppm) (ro) */ 123 long long stabil; /* pps stability (scaled ppm) (ro) */
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/afe/ |
D | temperature-transducer.yaml | 78 alpha-ppm-per-celsius: 92 - alpha-ppm-per-celsius 103 alpha-ppm-per-celsius = <1>; /* 1 uA/K */ 112 alpha-ppm-per-celsius = <4000>; /* 4 mV/K */
|
D | temperature-sense-rtd.yaml | 62 alpha-ppm-per-celsius: 87 - alpha-ppm-per-celsius 98 alpha-ppm-per-celsius = <3908>;
|
/linux-6.12.1/drivers/usb/typec/ucsi/ |
D | ucsi.h | 71 * Command Completion Event from the PPM before returning, and @async_write must 72 * return immediately after sending the data to the PPM. 195 /* Error information returned by PPM in response to GET_ERROR_STATUS command. */ 218 /* Data structure filled by PPM in response to GET_CAPABILITY command. */ 253 /* Data structure filled by PPM in response to GET_CONNECTOR_CAPABILITY cmd. */ 294 /* Data structure filled by PPM in response to GET_CABLE_PROPERTY command. */ 314 /* Data structure filled by PPM in response to GET_CONNECTOR_STATUS command. */ 388 /* PPM Communication lock */ 394 /* PPM communication flags */
|
D | ucsi.c | 21 * UCSI_TIMEOUT_MS - PPM communication timeout 26 * before it is actually passed to the PPM. 34 * if the PPM does not generate Connector Change events before that with 178 dev_warn(ucsi->dev, "PPM Policy conflict\n"); in ucsi_read_error() 1375 /* Give the PPM time to process a reset before reading CCI */ in ucsi_reset_ppm() 1382 /* If the PPM is still doing something else, reset it again. */ in ucsi_reset_ppm() 1404 /* PPM most likely stopped responding. Resetting everything. */ in ucsi_role_cmd() 1748 /* Reset the PPM */ in ucsi_init() 1751 dev_err(ucsi->dev, "failed to reset PPM!\n"); in ucsi_init() 1762 /* Get PPM capabilities */ in ucsi_init() [all …]
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | l64781.c | 118 static const u32 ppm = 8000; in apply_frontend_param() local 120 /* u32 ddfs_offset_variable = 0x6000-((1000000UL+ppm)/ */ in apply_frontend_param() 179 ddfs_offset_fixed = 0x4000-(ppm<<16)/bw/1000000; in apply_frontend_param() 181 /* This works up to 20000 ppm, it overflows if too large ppm! */ in apply_frontend_param() 182 init_freq = (((8UL<<25) + (8UL<<19) / 25*ppm / (15625/25)) / in apply_frontend_param() 186 /* will work for high ppm only... */ in apply_frontend_param() 194 spi_bias /= 1000 + ppm/1000; in apply_frontend_param() 455 /* With ppm=8000, it seems the DTR_SENSITIVITY will result in in l64781_init()
|
/linux-6.12.1/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_tnrdmd_dvbt_mon.h | 64 *tnr_dmd, int *ppm); 69 int *ppm);
|
D | cxd2880_tnrdmd_dvbt_mon.c | 543 *tnr_dmd, int *ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset() argument 554 if (!tnr_dmd || !ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset() 648 *ppm = (num + (den / 2)) / den; in cxd2880_tnrdmd_dvbt_mon_sampling_offset() 650 *ppm = (num - (den / 2)) / den; in cxd2880_tnrdmd_dvbt_mon_sampling_offset() 657 *tnr_dmd, int *ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset_sub() argument 659 if (!tnr_dmd || !ppm) in cxd2880_tnrdmd_dvbt_mon_sampling_offset_sub() 665 return cxd2880_tnrdmd_dvbt_mon_sampling_offset(tnr_dmd->diver_sub, ppm); in cxd2880_tnrdmd_dvbt_mon_sampling_offset_sub()
|
D | cxd2880_tnrdmd_dvbt2_mon.h | 104 *tnr_dmd, int *ppm); 109 int *ppm);
|
/linux-6.12.1/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1224 struct cxgbi_ppm *ppm = (struct cxgbi_ppm *)(*ppm_pp); in cxgbi_ddp_ppm_setup() local 1226 if (ppm->ppmax < 1024 || in cxgbi_ddp_ppm_setup() 1227 ppm->tformat.pgsz_idx_dflt >= DDP_PGIDX_MAX) in cxgbi_ddp_ppm_setup() 1266 struct cxgbi_ppm *ppm = cdev->cdev2ppm(cdev); in cxgbi_ddp_reserve() local 1279 if (!ppm || xferlen < DDP_THRESHOLD || !sgcnt || in cxgbi_ddp_reserve() 1280 ppm->tformat.pgsz_idx_dflt >= DDP_PGIDX_MAX) { in cxgbi_ddp_reserve() 1282 "ppm 0x%p, pgidx %u, xfer %u, sgcnt %u, NO ddp.\n", in cxgbi_ddp_reserve() 1283 ppm, ppm ? ppm->tformat.pgsz_idx_dflt : DDP_PGIDX_MAX, in cxgbi_ddp_reserve() 1297 * the itt generated by libiscsi is saved in the ppm and can be in cxgbi_ddp_reserve() 1300 err = cxgbi_ppm_ppods_reserve(ppm, ttinfo->nr_pages, 0, &ttinfo->idx, in cxgbi_ddp_reserve() [all …]
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | am65-cpts.c | 30 u32 ppm_low; /* PPM Load Low Value 0:31 */ 31 u32 ppm_hi; /* PPM Load High Value 32:63 */ 59 u32 ts_ppm_low; /* Time Stamp PPM Load Low Value 0:31 */ 60 u32 ts_ppm_hi; /* Time Stamp PPM Load High Value 32:63 */ 458 /* GenF PPM will do correction using cpts refclk tick which is in am65_cpts_ptp_adjfine() 459 * (cpts->ts_add_val + 1) ns, so GenF length PPM adj period in am65_cpts_ptp_adjfine() 470 * - delay between PPM dir and PPM value changes can cause err due old in am65_cpts_ptp_adjfine() 471 * PPM correction applied in wrong direction in am65_cpts_ptp_adjfine() 472 * - delay between CPTS-clock PPM cfg and GenF PPM cfg can cause err in am65_cpts_ptp_adjfine() 473 * due CPTS-clock PPM working with new cfg while GenF PPM cfg still in am65_cpts_ptp_adjfine() [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | legacy_dpm.c | 528 ATOM_PPLIB_PPM_Table *ppm = (ATOM_PPLIB_PPM_Table *) in amdgpu_parse_extended_power_table() local 535 adev->pm.dpm.dyn_state.ppm_table->ppm_design = ppm->ucPpmDesign; in amdgpu_parse_extended_power_table() 537 le16_to_cpu(ppm->usCpuCoreNumber); in amdgpu_parse_extended_power_table() 539 le32_to_cpu(ppm->ulPlatformTDP); in amdgpu_parse_extended_power_table() 541 le32_to_cpu(ppm->ulSmallACPlatformTDP); in amdgpu_parse_extended_power_table() 543 le32_to_cpu(ppm->ulPlatformTDC); in amdgpu_parse_extended_power_table() 545 le32_to_cpu(ppm->ulSmallACPlatformTDC); in amdgpu_parse_extended_power_table() 547 le32_to_cpu(ppm->ulApuTDP); in amdgpu_parse_extended_power_table() 549 le32_to_cpu(ppm->ulDGpuTDP); in amdgpu_parse_extended_power_table() 551 le32_to_cpu(ppm->ulDGpuUlvPower); in amdgpu_parse_extended_power_table() [all …]
|
/linux-6.12.1/include/linux/ |
D | ptp_clock_kernel.h | 231 * scaled_ppm_to_ppb() - convert scaled ppm to ppb 233 * @ppm: Parts per million, but with a 16 bit binary fractional field 235 static inline long scaled_ppm_to_ppb(long ppm) in scaled_ppm_to_ppb() argument 249 s64 ppb = 1 + ppm; in scaled_ppm_to_ppb() 257 * diff_by_scaled_ppm - Calculate difference using scaled ppm
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 1197 ATOM_PPLIB_PPM_Table *ppm = (ATOM_PPLIB_PPM_Table *) in r600_parse_extended_power_table() local 1206 rdev->pm.dpm.dyn_state.ppm_table->ppm_design = ppm->ucPpmDesign; in r600_parse_extended_power_table() 1208 le16_to_cpu(ppm->usCpuCoreNumber); in r600_parse_extended_power_table() 1210 le32_to_cpu(ppm->ulPlatformTDP); in r600_parse_extended_power_table() 1212 le32_to_cpu(ppm->ulSmallACPlatformTDP); in r600_parse_extended_power_table() 1214 le32_to_cpu(ppm->ulPlatformTDC); in r600_parse_extended_power_table() 1216 le32_to_cpu(ppm->ulSmallACPlatformTDC); in r600_parse_extended_power_table() 1218 le32_to_cpu(ppm->ulApuTDP); in r600_parse_extended_power_table() 1220 le32_to_cpu(ppm->ulDGpuTDP); in r600_parse_extended_power_table() 1222 le32_to_cpu(ppm->ulDGpuUlvPower); in r600_parse_extended_power_table() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ptp.c | 14 /* The scaled_ppm parameter is ppm (parts per million) with a 16-bit fractional 16 * 2^-16 ppm, and 2^16=65536 is 1 ppm.
|
/linux-6.12.1/drivers/video/logo/ |
D | pnmtologo.c | 142 /* Plain PBM/PGM/PPM */ in read_image() 148 /* Binary PBM/PGM/PPM */ in read_image() 189 /* Plain PPM */ in read_image() 318 "Use ppmquant(1) -map clut_vga16.ppm to reduce the number " in write_logo_vga16()
|