/drivers/gpu/drm/radeon/ |
D | rs690.c | 80 tmp.full = dfixed_const(100); in rs690_pm_info() 81 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info() 82 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 84 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info() 86 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info() 87 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 89 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info() 90 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info() 91 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info() 94 tmp.full = dfixed_const(100); in rs690_pm_info() [all …]
|
D | rv515.c | 979 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute() 980 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute() 981 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute() 983 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute() 984 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute() 986 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute() 988 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute() 989 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute() 990 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute() 991 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 | 2053 a.full = dfixed_const(1000); in evergreen_dram_bandwidth() 2054 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth() 2055 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth() 2056 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth() 2057 a.full = dfixed_const(10); in evergreen_dram_bandwidth() 2058 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth() 2059 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth() 2060 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth() 2061 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth() 2073 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display() [all …]
|
D | si.c | 2062 a.full = dfixed_const(1000); in dce6_dram_bandwidth() 2063 yclk.full = dfixed_const(wm->yclk); in dce6_dram_bandwidth() 2064 yclk.full = dfixed_div(yclk, a); in dce6_dram_bandwidth() 2065 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce6_dram_bandwidth() 2066 a.full = dfixed_const(10); in dce6_dram_bandwidth() 2067 dram_efficiency.full = dfixed_const(7); in dce6_dram_bandwidth() 2068 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce6_dram_bandwidth() 2069 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce6_dram_bandwidth() 2070 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce6_dram_bandwidth() 2082 a.full = dfixed_const(1000); in dce6_dram_bandwidth_for_display() [all …]
|
D | cik.c | 8947 a.full = dfixed_const(1000); in dce8_dram_bandwidth() 8948 yclk.full = dfixed_const(wm->yclk); in dce8_dram_bandwidth() 8949 yclk.full = dfixed_div(yclk, a); in dce8_dram_bandwidth() 8950 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce8_dram_bandwidth() 8951 a.full = dfixed_const(10); in dce8_dram_bandwidth() 8952 dram_efficiency.full = dfixed_const(7); in dce8_dram_bandwidth() 8953 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce8_dram_bandwidth() 8954 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce8_dram_bandwidth() 8955 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce8_dram_bandwidth() 8976 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/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/acpi/acpica/ |
D | utmath.c | 67 u64 full; member 106 dividend_ovl.full = dividend; in acpi_ut_short_divide() 121 *out_quotient = quotient.full; in acpi_ut_short_divide() 168 divisor.full = in_divisor; in acpi_ut_divide() 169 dividend.full = in_dividend; in acpi_ut_divide() 219 partial2.full = (u64) quotient.part.lo * divisor.part.lo; in acpi_ut_divide() 220 partial3.full = (u64) partial2.part.hi + partial1; in acpi_ut_divide() 230 remainder.full -= divisor.full; in acpi_ut_divide() 234 remainder.full -= divisor.full; in acpi_ut_divide() 238 remainder.full = remainder.full - dividend.full; in acpi_ut_divide() [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v6_0.c | 741 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth() 742 yclk.full = dfixed_const(wm->yclk); in dce_v6_0_dram_bandwidth() 743 yclk.full = dfixed_div(yclk, a); in dce_v6_0_dram_bandwidth() 744 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v6_0_dram_bandwidth() 745 a.full = dfixed_const(10); in dce_v6_0_dram_bandwidth() 746 dram_efficiency.full = dfixed_const(7); in dce_v6_0_dram_bandwidth() 747 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v6_0_dram_bandwidth() 748 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v6_0_dram_bandwidth() 749 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v6_0_dram_bandwidth() 770 a.full = dfixed_const(1000); in dce_v6_0_dram_bandwidth_for_display() [all …]
|
D | dce_v8_0.c | 903 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth() 904 yclk.full = dfixed_const(wm->yclk); in dce_v8_0_dram_bandwidth() 905 yclk.full = dfixed_div(yclk, a); in dce_v8_0_dram_bandwidth() 906 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v8_0_dram_bandwidth() 907 a.full = dfixed_const(10); in dce_v8_0_dram_bandwidth() 908 dram_efficiency.full = dfixed_const(7); in dce_v8_0_dram_bandwidth() 909 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v8_0_dram_bandwidth() 910 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v8_0_dram_bandwidth() 911 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v8_0_dram_bandwidth() 932 a.full = dfixed_const(1000); in dce_v8_0_dram_bandwidth_for_display() [all …]
|
D | dce_v11_0.c | 949 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth() 950 yclk.full = dfixed_const(wm->yclk); in dce_v11_0_dram_bandwidth() 951 yclk.full = dfixed_div(yclk, a); in dce_v11_0_dram_bandwidth() 952 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v11_0_dram_bandwidth() 953 a.full = dfixed_const(10); in dce_v11_0_dram_bandwidth() 954 dram_efficiency.full = dfixed_const(7); in dce_v11_0_dram_bandwidth() 955 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v11_0_dram_bandwidth() 956 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v11_0_dram_bandwidth() 957 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v11_0_dram_bandwidth() 978 a.full = dfixed_const(1000); in dce_v11_0_dram_bandwidth_for_display() [all …]
|
D | dce_v10_0.c | 982 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth() 983 yclk.full = dfixed_const(wm->yclk); in dce_v10_0_dram_bandwidth() 984 yclk.full = dfixed_div(yclk, a); in dce_v10_0_dram_bandwidth() 985 dram_channels.full = dfixed_const(wm->dram_channels * 4); in dce_v10_0_dram_bandwidth() 986 a.full = dfixed_const(10); in dce_v10_0_dram_bandwidth() 987 dram_efficiency.full = dfixed_const(7); in dce_v10_0_dram_bandwidth() 988 dram_efficiency.full = dfixed_div(dram_efficiency, a); in dce_v10_0_dram_bandwidth() 989 bandwidth.full = dfixed_mul(dram_channels, yclk); in dce_v10_0_dram_bandwidth() 990 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in dce_v10_0_dram_bandwidth() 1011 a.full = dfixed_const(1000); in dce_v10_0_dram_bandwidth_for_display() [all …]
|
D | amdgpu_display.c | 723 a.full = dfixed_const(src_v); in amdgpu_crtc_scaling_mode_fixup() 724 b.full = dfixed_const(dst_v); in amdgpu_crtc_scaling_mode_fixup() 725 amdgpu_crtc->vsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 726 a.full = dfixed_const(src_h); in amdgpu_crtc_scaling_mode_fixup() 727 b.full = dfixed_const(dst_h); in amdgpu_crtc_scaling_mode_fixup() 728 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_crtc_scaling_mode_fixup() 730 amdgpu_crtc->vsc.full = dfixed_const(1); in amdgpu_crtc_scaling_mode_fixup() 731 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 99 high speed or full speed USB device. This driver supppors 117 Many Texas Instruments OMAP processors have flexible full 133 an integrated full speed USB 1.1 device controller. The 158 supports both full and high speed USB 2.0 data transfers. 170 that supports both full and high speed USB 2.0 data transfers. 182 that supports super, high, and full speed USB 3.0 data transfers. 193 an integrated full speed USB 1.1 device controller. 207 full speed USB 1.1 device controller. It has 4 configurable 233 full speed USB peripheral. [all …]
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 555 bool full = tpg->real_quantization == V4L2_QUANTIZATION_FULL_RANGE; in color_to_ycbcr() local 556 unsigned y_offset = full ? 0 : 16; in color_to_ycbcr() 561 rgb2ycbcr(full ? bt601_full : bt601, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 574 rgb2ycbcr(full ? bt2020_full : bt2020, r, g, b, y_offset, y, cb, cr); in color_to_ycbcr() 581 *y = full ? yc : (yc * 219) / 255 + (16 << 4); in color_to_ycbcr() 583 *cb = (((b - yc) * (full ? bt2020c_full[0] : bt2020c[0])) >> 16) + (128 << 4); in color_to_ycbcr() 585 *cb = (((b - yc) * (full ? bt2020c_full[1] : bt2020c[1])) >> 16) + (128 << 4); in color_to_ycbcr() 587 *cr = (((r - yc) * (full ? bt2020c_full[2] : bt2020c[2])) >> 16) + (128 << 4); in color_to_ycbcr() 589 *cr = (((r - yc) * (full ? bt2020c_full[3] : bt2020c[3])) >> 16) + (128 << 4); in color_to_ycbcr() 592 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); 1471 do_reset(struct net_device *dev, int full) in do_reset() argument 1477 pr_debug("%s: do_reset(%p,%d)\n", dev? dev->name:"eth?", dev, full); in do_reset() 1548 if (full) in do_reset() 1567 if (full && local->mohawk && init_mii(dev)) { in do_reset() 1601 if (full) { in do_reset() 1618 if (full) in do_reset()
|
/drivers/net/wireless/intersil/orinoco/ |
D | Kconfig | 75 adaptors are not a full PCMCIA controller but act as a more limited 86 adaptors are not a full PCMCIA controller but act as a more limited 96 adaptors are not full PCMCIA controllers, but act as a more limited
|
/drivers/net/wireless/marvell/libertas_tf/ |
D | Kconfig | 9 bool "Enable full debugging output in the Libertas thin firmware module."
|
/drivers/usb/renesas_usbhs/ |
D | Kconfig | 13 that supports both full and high speed USB 2.0 data transfers.
|