/linux/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 81 tmp.full = dfixed_const(100); in rs690_pm_info() 82 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info() 83 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 85 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info() 87 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info() 88 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 90 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info() 91 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info() 92 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info() 95 tmp.full in rs690_pm_info() [all...] |
/linux/drivers/power/supply/ |
H A D | apm_power.c | 40 union power_supply_propval full; member 57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) || in __find_main_battery() 58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) { in __find_main_battery() 59 if (bp->full.intval > bp->max_charge) { in __find_main_battery() 61 bp->max_charge = bp->full.intval; in __find_main_battery() 63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) || in __find_main_battery() 64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) { in __find_main_battery() 65 if (bp->full.intval > bp->max_energy) { in __find_main_battery() 67 bp->max_energy = bp->full.intval; in __find_main_battery() 92 &bp.full)) { in find_main_battery() 119 union power_supply_propval full; do_calculate_time() local 217 union power_supply_propval empty, full, cur; calculate_capacity() local [all...] |
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | 3c509.rst | 29 - 3c509B (later revision of the ISA card; supports full-duplex) 31 - 3c589B (later revision of the 3c589; supports full-duplex) 47 needed except to enable full-duplex mode (see below). An example of the syntax 62 Full-duplex mode 65 The v1.18c driver added support for the 3c509B's full-duplex capabilities. 66 In order to enable and successfully use full-duplex mode, three conditions 69 (a) You must have a Etherlink III card model whose hardware supports full- 71 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B 73 full-duplex mode; these include the original 3c509 (no "B"), the original 78 AUI and 10base2 network cabling is physically incapable of full [all...] |
/linux/scripts/tracing/ |
H A D | ftrace-bisect.sh | 27 # [old-way] # cat available_filter_functions > ~/full-file 37 # seq `wc -l available_filter_functions | cut -d' ' -f1` > ~/full-file 47 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file 57 # # mv ~/test-file ~/full-file 62 # # mv ~/non-test-file ~/full-file 69 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file 94 echo 'usage: ftrace-bisect full-file test-file non-test-file' 98 full=$1 102 x=`cat $full | wc -l` 105 cat $full [all...] |
/linux/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 11 u64 full; member 19 union __u64_halves o = { .full = (_old), }, \ 20 n = { .full = (_new), }; \ 28 o.full; \ 44 union __u64_halves o = { .full = *(_oldp), }, \ 45 n = { .full = (_new), }; \ 57 *(_oldp) = o.full; \ 91 union __u64_halves o = { .full = (_old), }, \ 92 n = { .full = (_new), }; \ 103 o.full; \ [all...] |
H A D | cmpxchg_64.h | 30 u128 full; member 38 union __u128_halves o = { .full = (_old), }, \ 39 n = { .full = (_new), }; \ 47 o.full; \ 64 union __u128_halves o = { .full = *(_oldp), }, \ 65 n = { .full = (_new), }; \ 77 *(_oldp) = o.full; \
|
/linux/kernel/trace/ |
H A D | trace_seq.c | 83 if (s->full) in trace_seq_printf() 95 s->full = 1; in trace_seq_printf() 113 if (s->full) in trace_seq_bitmask() 122 s->full = 1; in trace_seq_bitmask() 143 if (s->full) in trace_seq_vprintf() 153 s->full = 1; in trace_seq_vprintf() 177 if (s->full) in trace_seq_bprintf() 187 s->full = 1; in trace_seq_bprintf() 207 if (s->full) in trace_seq_puts() 213 s->full in trace_seq_puts() [all...] |
/linux/include/uapi/linux/ |
H A D | mii.h | 44 #define BMCR_FULLDPLX 0x0100 /* Full duplex */ 66 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */ 68 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */ 75 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */ 76 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */ 80 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */ 98 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */ 99 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */ 103 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */ 124 #define ESTATUS_1000_XFULL 0x8000 /* Can do 1000BaseX Full */ [all...] |
/linux/Documentation/scheduler/ |
H A D | membarrier.rst | 14 require each architecture to have a full memory barrier after coming from 16 rq_lock(); smp_mb__after_spinlock() in __schedule(). The barrier matches a full 24 require each architecture to have a full memory barrier after updating rq->curr, 28 - alpha, arc, arm, hexagon, mips rely on the full barrier implied by 31 - arm64 relies on the full barrier implied by switch_to(). 33 - powerpc, riscv, s390, sparc, x86 rely on the full barrier implied by 34 switch_mm(), if mm is not NULL; they rely on the full barrier implied 38 The barrier matches a full barrier in the proximity of the membarrier system call
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-ic-csc.c | 29 * RGB full-range to RGB limited-range 46 * RGB limited-range to RGB full-range 63 * YUV full-range to YUV limited-range 81 * YUV limited-range to YUV full-range 112 * BT.601 RGB full-range to YUV full-range 128 /* BT.601 RGB full-range to YUV limited-range */ 140 /* BT.601 RGB limited-range to YUV full-range */ 164 * BT.601 YUV full-range to RGB full [all...] |
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ufs | 20 device descriptor parameters. The full information about 30 device descriptor parameters. The full information about 40 the UFS device descriptor parameters. The full information 51 The full information about the descriptor could be found 61 the UFS device descriptor parameters. The full information 72 The full information about the descriptor could be found 83 parameters. The full information about the descriptor could 95 parameters. The full information about the descriptor could 106 the UFS device descriptor parameters. The full information 116 the UFS device descriptor parameters. The full informatio [all...] |
H A D | sysfs-bus-pci-drivers-ehci_hcd | 9 "companion" full/low-speed USB-1.1 controllers. When a 11 to the EHCI controller; when a full- or low-speed device 16 at full speed, which can be accomplished by forcing the 24 port 4 on bus 2 to run at full speed:: 40 connect at full speed.
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v3/ |
H A D | stall.json | 27 "PublicDescription": "Counts cycles counted by STALL_BACKEND_BUSY when the backend could not accept any micro-operations\nbecause the simple integer issue queues are full to take any operations for execution.", 30 "BriefDescription": "Dispatch stalled due to IQ full,SX" 33 "PublicDescription": "Counts cycles counted by STALL_BACKEND_BUSY when the backend could not accept any micro-operations\nbecause the complex integer issue queues are full and can not take any operations for execution.", 36 "BriefDescription": "Dispatch stalled due to IQ full,MX" 39 "PublicDescription": "Counts cycles when the backend could not accept any micro-operations\nbecause the load/store issue queues are full and can not take any operations for execution.", 42 "BriefDescription": "Dispatch stalled due to IQ full,LS" 45 "PublicDescription": "Counts cycles counted by STALL_BACKEND_BUSY when the backend could not accept any micro-operations\nbecause the vector issue queues are full and can not take any operations for execution.", 48 "BriefDescription": "Dispatch stalled due to IQ full,VX" 51 "PublicDescription": "Counts cycles counted by STALL_BACKEND_BUSY when the backend could not accept any micro-operations\nbecause the commit queue is full and can not take any operations for execution.", 54 "BriefDescription": "Dispatch stalled due to MCQ full" [all...] |
/linux/sound/soc/intel/atom/sst/ |
H A D | sst_loader.c | 59 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 61 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 63 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld() 64 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 65 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 67 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 69 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld() 70 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 72 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 73 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() [all...] |
/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 70 * the full scales. 151 * coordinate transformation, or new sensor full scale is set by the 303 * hardware full scales to be adjusted to potentially allow 319 * command (10) set new full scales (pg. 38). 326 * Default_FS contains the full scale that is used if the user does 327 * not set a full scale. 341 /* Min_full_scale is the recommend minimum full scale. */ 345 * determine the appropriate value for setting the full scales. The 346 * software allows the user to set the sensor full scale to an 347 * arbitrary value. But setting the full scale [all...] |
/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A D | uncore-io.json | 3 "BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AD_0", 12 "BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AD_1", 21 "BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AK_0", 30 "BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full. AK_1", 39 "BriefDescription": "Egress (to CMS) Cycles Full. Counts the number of cycles when the M2PCIe Egress is full [all...] |
/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 109 * atomic_add_return() - atomic add with full ordering 113 * Atomically updates @v to (@v + @i) with full ordering. 183 * atomic_fetch_add() - atomic add with full ordering 187 * Atomically updates @v to (@v + @i) with full ordering. 275 * atomic_sub_return() - atomic subtract with full ordering 279 * Atomically updates @v to (@v - @i) with full ordering. 349 * atomic_fetch_sub() - atomic subtract with full ordering 353 * Atomically updates @v to (@v - @i) with full ordering. 440 * atomic_inc_return() - atomic increment with full ordering 443 * Atomically updates @v to (@v + 1) with full orderin [all...] |
H A D | atomic-long.h | 128 * raw_atomic_long_add_return() - atomic add with full ordering 132 * Atomically updates @v to (@v + @i) with full ordering. 212 * raw_atomic_long_fetch_add() - atomic add with full ordering 216 * Atomically updates @v to (@v + @i) with full ordering. 317 * raw_atomic_long_sub_return() - atomic subtract with full ordering 321 * Atomically updates @v to (@v - @i) with full ordering. 401 * raw_atomic_long_fetch_sub() - atomic subtract with full ordering 405 * Atomically updates @v to (@v - @i) with full ordering. 505 * raw_atomic_long_inc_return() - atomic increment with full ordering 508 * Atomically updates @v to (@v + 1) with full orderin [all...] |
/linux/drivers/acpi/acpica/ |
H A D | utmath.c | 22 u64 full; member 56 multiplicand_ovl.full = multiplicand; in acpi_ut_short_multiply() 73 *out_product = product.full; in acpi_ut_short_multiply() 97 operand_ovl.full = operand; in acpi_ut_short_shift_left() 110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left() 134 operand_ovl.full = operand; in acpi_ut_short_shift_right() 147 *out_result = operand_ovl.full; in acpi_ut_short_shift_right() 272 dividend_ovl.full = dividend; in acpi_ut_short_divide() 287 *out_quotient = quotient.full; in acpi_ut_short_divide() 334 divisor.full in acpi_ut_divide() [all...] |
/linux/drivers/usb/gadget/udc/ |
H A D | Kconfig | 39 full speed USB Device Port with support for five configurable 116 Many Texas Instruments OMAP processors have flexible full 132 an integrated full speed USB 1.1 device controller. The 157 supports both full and high speed USB 2.0 data transfers. 169 that supports both full and high speed USB 2.0 data transfers. 194 that supports super, high, and full speed USB 3.0 data transfers. 216 an integrated full speed USB 1.1 device controller. 263 supports both full and high speed USB 2.0 data transfers. 299 Some of Freescale PowerPC processors have a Full Speed 313 supports both full an [all...] |
/linux/include/drm/ |
H A D | drm_fixed.h | 33 u32 full; member 41 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 42 #define dfixed_init(A) { .full = dfixed_const((A)) } 43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 44 #define dfixed_trunc(A) ((A).full >> 12) 45 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 58 if (A.full > dfixed_const(non_frac)) in dfixed_ceil() 66 u64 tmp = ((u64)A.full << 13); in dfixed_div() 68 do_div(tmp, B.full); in dfixed_div() [all...] |
/linux/fs/xfs/ |
H A D | xfs_zone_info.c | 46 unsigned int reclaimable = 0, full, i; in xfs_show_full_zone_used_distribution() local 60 full = mp->m_sb.sb_rgcount; in xfs_show_full_zone_used_distribution() 62 full--; in xfs_show_full_zone_used_distribution() 63 full -= zi->zi_nr_open_zones; in xfs_show_full_zone_used_distribution() 64 full -= atomic_read(&zi->zi_nr_free_zones); in xfs_show_full_zone_used_distribution() 65 full -= reclaimable; in xfs_show_full_zone_used_distribution() 67 seq_printf(m, "\t 100%%: %u\n", full); in xfs_show_full_zone_used_distribution()
|
/linux/drivers/media/platform/ti/vpe/ |
H A D | csc.c | 32 struct quantization full; member 55 .full = { 69 .full = { 85 .full = { 99 .full = { 195 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff() 200 coeff = csc_coeffs.y2r.r709.full.coeff; in csc_set_coeff() 205 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff() 223 coeff = csc_coeffs.r2y.r601.full.coeff; in csc_set_coeff() 228 coeff = csc_coeffs.r2y.r709.full in csc_set_coeff() [all...] |
/linux/Documentation/devicetree/bindings/iio/afe/ |
H A D | voltage-divider.yaml | 14 interesting voltage is often the voltage over the full resistance 55 Resistance Rout over which the output voltage is measured. See full-ohms. 57 full-ohms: 59 Resistance R + Rout for the full divider. The io-channel is scaled by 66 - full-ohms 95 full-ohms = <222>; /* 200 + 22 */
|
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ |
H A D | cache.json | 7 "PublicDescription": "Counts the number of demand and L1 prefetcher requests rejected by the L2Q due to a full or nearly full condition which likely indicates back pressure from L2Q. It also counts requests that would have gone directly to the XQ, but are rejected due to a full or nearly full condition, indicating back pressure from the IDI link. The L2Q may also reject transactions from a core to insure fairness between cores, or to delay a core's dirty eviction when the address conflicts with incoming external snoops.", 33 "PublicDescription": "Counts the number of demand and prefetch transactions that the L2 XQ rejects due to a full or near full condition which likely indicates back pressure from the intra-die interconnect (IDI) fabric. The XQ may reject transactions from the L2Q (non-cacheable requests), L2 misses and L2 write-back victims.", 657 "BriefDescription": "Counts demand cacheable data reads of full cache lines have any transaction responses from the uncore subsystem.", 663 "PublicDescription": "Counts demand cacheable data reads of full cache lines have any transaction responses from the uncore subsystem. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)", 668 "BriefDescription": "Counts demand cacheable data reads of full cache lines hit the L2 cache.", 674 "PublicDescription": "Counts demand cacheable data reads of full cach [all...] |