/drivers/gpu/drm/radeon/ |
D | rs690.c | 79 tmp.full = dfixed_const(100); in rs690_pm_info() 80 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info() 81 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 83 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info() 85 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info() 86 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 88 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info() 89 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info() 90 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info() 93 tmp.full = dfixed_const(100); in rs690_pm_info() [all …]
|
D | rv515.c | 976 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute() 977 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute() 978 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute() 980 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute() 981 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute() 983 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute() 985 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute() 986 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute() 987 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute() 988 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute() [all …]
|
D | r100.c | 3238 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update() 3259 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update() 3260 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update() 3262 pix_clk.full = 0; in r100_bandwidth_update() 3263 pix_clk2.full = 0; in r100_bandwidth_update() 3264 peak_disp_bw.full = 0; in r100_bandwidth_update() 3266 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update() 3267 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update() 3268 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update() 3269 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update() [all …]
|
D | evergreen.c | 1950 a.full = dfixed_const(1000); in evergreen_dram_bandwidth() 1951 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth() 1952 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth() 1953 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth() 1954 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 1955 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth() 1956 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth() 1957 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth() 1958 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth() 1970 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display() [all …]
|
D | si.c | 2076 a.full = dfixed_const(1000); in dce6_dram_bandwidth() 2077 yclk.full = dfixed_const(wm->yclk); in dce6_dram_bandwidth() 2078 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth() 2079 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce6_dram_bandwidth() 2080 a.full = dfixed_const(10); in dce6_dram_bandwidth() 2081 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth() 2082 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth() 2083 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth() 2084 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth() 2096 a.full = dfixed_const(1000); in dce6_dram_bandwidth_for_display() [all …]
|
D | cik.c | 8933 a.full = dfixed_const(1000); in dce8_dram_bandwidth() 8934 yclk.full = dfixed_const(wm->yclk); in dce8_dram_bandwidth() 8935 yclk.full = dfixed_div(yclk, a); in dce8_dram_bandwidth() 8936 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce8_dram_bandwidth() 8937 a.full = dfixed_const(10); in dce8_dram_bandwidth() 8938 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth() 8939 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth() 8940 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth() 8941 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth() 8962 a.full = dfixed_const(1000); in dce8_dram_bandwidth_for_display() [all …]
|
D | Kconfig | 7 selected to enabled full userptr support.
|
/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | ppevvmath.h | 42 int full; member 223 temp.full = (X << SHIFT_AMOUNT); in ConvertToFraction() 225 temp.full = 0; in ConvertToFraction() 241 temp.full = (X << SHIFT_AMOUNT); in Convert_ULONG_ToFraction() 243 temp.full = 0; in Convert_ULONG_ToFraction() 280 fValue.full = 0; in GetScaledFraction() 290 fValue.full = fValue.full << times_shifted; in GetScaledFraction() 291 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction() 301 Sum.full = X.full + Y.full; in fAdd() 311 Difference.full = X.full - Y.full; in fSubtract() [all …]
|
/drivers/acpi/acpica/ |
D | utmath.c | 58 u64 full; member 92 multiplicand_ovl.full = multiplicand; in acpi_ut_short_multiply() 109 *out_product = product.full; in acpi_ut_short_multiply() 133 operand_ovl.full = operand; in acpi_ut_short_shift_left() 146 *out_result = operand_ovl.full; in acpi_ut_short_shift_left() 170 operand_ovl.full = operand; in acpi_ut_short_shift_right() 183 *out_result = operand_ovl.full; in acpi_ut_short_shift_right() 308 dividend_ovl.full = dividend; in acpi_ut_short_divide() 323 *out_quotient = quotient.full; in acpi_ut_short_divide() 370 divisor.full = in_divisor; in acpi_ut_divide() [all …]
|
/drivers/power/supply/ |
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() 93 &bp.full)) { in find_main_battery() [all …]
|
D | olpc_battery.c | 256 union power_supply_propval full; in olpc_bat_get_charge_now() local 263 ret = olpc_bat_get_charge_full_design(&full); in olpc_bat_get_charge_now() 267 val->intval = soc * (full.intval / 100); in olpc_bat_get_charge_now()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v6_0.c | 568 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth() 569 yclk.full = dfixed_const(wm->yclk); in dce_v6_0_dram_bandwidth() 570 yclk.full = dfixed_div(yclk, a); in dce_v6_0_dram_bandwidth() 571 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v6_0_dram_bandwidth() 572 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth() 573 dram_efficiency.full = dfixed_const(7); in dce_v6_0_dram_bandwidth() 574 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v6_0_dram_bandwidth() 575 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth() 576 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth() 597 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth_for_display() [all …]
|
D | dce_v8_0.c | 708 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth() 709 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth() 710 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth() 711 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth() 712 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth() 713 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth() 714 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth() 715 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth() 716 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth() 737 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display() [all …]
|
D | dce_v11_0.c | 795 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth() 796 yclk.full = dfixed_const(wm->yclk); in dce_v11_0_dram_bandwidth() 797 yclk.full = dfixed_div(yclk, a); in dce_v11_0_dram_bandwidth() 798 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v11_0_dram_bandwidth() 799 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 800 dram_efficiency.full = dfixed_const(7); in dce_v11_0_dram_bandwidth() 801 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v11_0_dram_bandwidth() 802 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v11_0_dram_bandwidth() 803 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v11_0_dram_bandwidth() 824 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth_for_display() [all …]
|
D | dce_v10_0.c | 771 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth() 772 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth() 773 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth() 774 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth() 775 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 776 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth() 777 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth() 778 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth() 779 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth() 800 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display() [all …]
|
D | amdgpu_display.c | 722 a.full = dfixed_const(src_v); in amdgpu_crtc_scaling_mode_fixup() 723 b.full = dfixed_const(dst_v); in amdgpu_crtc_scaling_mode_fixup() 724 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 725 a.full = dfixed_const(src_h); in amdgpu_crtc_scaling_mode_fixup() 726 b.full = dfixed_const(dst_h); in amdgpu_crtc_scaling_mode_fixup() 727 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 729 amdgpu_crtc->vsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup() 730 amdgpu_crtc->hsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup()
|
/drivers/hwmon/ |
D | max197.c | 127 int full = data->limit; in max197_store_range() local 133 if (value <= -full) in max197_store_range() 134 value = -full; in max197_store_range() 140 if (value >= full) in max197_store_range() 141 value = full; in max197_store_range() 155 } else if (value == -full) { in max197_store_range() 161 } else if (value == full) { in max197_store_range()
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 38 full speed USB Device Port with support for five configurable 114 high speed or full speed USB device. This driver supppors 132 Many Texas Instruments OMAP processors have flexible full 148 an integrated full speed USB 1.1 device controller. The 173 supports both full and high speed USB 2.0 data transfers. 185 that supports both full and high speed USB 2.0 data transfers. 198 that supports super, high, and full speed USB 3.0 data transfers. 209 an integrated full speed USB 1.1 device controller. 223 full speed USB 1.1 device controller. It has 4 configurable 249 full speed USB peripheral. [all …]
|
/drivers/perf/ |
D | xgene_pmu.c | 309 XGENE_PMU_EVENT_ATTR(tq-full, 0x08), 310 XGENE_PMU_EVENT_ATTR(ackq-full, 0x09), 311 XGENE_PMU_EVENT_ATTR(wdb-full, 0x0a), 312 XGENE_PMU_EVENT_ATTR(bank-fifo-full, 0x0b), 313 XGENE_PMU_EVENT_ATTR(odb-full, 0x0c), 314 XGENE_PMU_EVENT_ATTR(wbq-full, 0x0d), 365 XGENE_PMU_EVENT_ATTR(collision-queue-full, 0x11), 413 XGENE_PMU_EVENT_ATTR(tq-full, 0x0c), 414 XGENE_PMU_EVENT_ATTR(ackq-full, 0x0d), 415 XGENE_PMU_EVENT_ATTR(wdb-full, 0x0e), [all …]
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 629 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local 630 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() 635 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 648 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 655 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr() 657 *cb = (((b - yc) * (full ? bt2020c_full[0] : bt2020c[0])) >> 16) + (128 << 4); in color_to_ycbcr() 659 *cb = (((b - yc) * (full ? bt2020c_full[1] : bt2020c[1])) >> 16) + (128 << 4); in color_to_ycbcr() 661 *cr = (((r - yc) * (full ? bt2020c_full[2] : bt2020c[2])) >> 16) + (128 << 4); in color_to_ycbcr() 663 *cr = (((r - yc) * (full ? bt2020c_full[3] : bt2020c[3])) >> 16) + (128 << 4); in color_to_ycbcr() 666 rgb2ycbcr(full ? smpte240m_full : smpte240m, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() [all …]
|
/drivers/md/ |
D | dm-snap-persistent.c | 452 int *full) in insert_exceptions() argument 459 *full = 1; in insert_exceptions() 472 *full = 0; in insert_exceptions() 498 int r, full = 1; in read_exceptions() local 518 for (ps->current_area = 0; full; ps->current_area++) { in read_exceptions() 545 &full); in read_exceptions() 547 if (!full) in read_exceptions()
|
/drivers/staging/wilc1000/ |
D | Kconfig | 12 WILC1000 chipset. The Atmel WILC1000 SDIO is a full speed interface. 29 full-duplex slave synchronous serial interface that is available
|
/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 301 static void do_reset(struct net_device *dev, int full); 1470 do_reset(struct net_device *dev, int full) in do_reset() argument 1476 pr_debug("%s: do_reset(%p,%d)\n", dev? dev->name:"eth?", dev, full); in do_reset() 1547 if (full) in do_reset() 1566 if (full && local->mohawk && init_mii(dev)) { in do_reset() 1600 if (full) { in do_reset() 1617 if (full) in do_reset()
|
/drivers/staging/vboxvideo/ |
D | TODO | 4 -Get a full review from the drm-maintainers on dri-devel done on this driver
|
/drivers/net/wireless/marvell/libertas_tf/ |
D | Kconfig | 9 bool "Enable full debugging output in the Libertas thin firmware module."
|