Searched refs:full (Results 1 - 25 of 75) sorted by relevance

123

/drivers/gpu/drm/radeon/
H A Drs690.c79 tmp.full = dfixed_const(100);
80 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
81 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp);
83 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
85 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk);
86 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp);
88 rdev->pm.igp_system_mclk.full = dfixed_const(400);
89 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
90 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth);
93 tmp.full
[all...]
H A Drv515.c979 a.full = dfixed_const(100);
980 sclk.full = dfixed_const(selected_sclk);
981 sclk.full = dfixed_div(sclk, a);
983 if (crtc->vsc.full > dfixed_const(2))
984 wm->num_line_pair.full = dfixed_const(2);
986 wm->num_line_pair.full = dfixed_const(1);
988 b.full = dfixed_const(mode->crtc_hdisplay);
989 c.full = dfixed_const(256);
990 a.full = dfixed_div(b, c);
991 request_fifo_depth.full
[all...]
H A Dr100.c3226 min_mem_eff.full = dfixed_const_8(0);
3247 temp_ff.full = dfixed_const(temp);
3248 mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
3250 pix_clk.full = 0;
3251 pix_clk2.full = 0;
3252 peak_disp_bw.full = 0;
3254 temp_ff.full = dfixed_const(1000);
3255 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */
3256 pix_clk.full = dfixed_div(pix_clk, temp_ff);
3257 temp_ff.full
[all...]
H A Dsi.c1989 a.full = dfixed_const(1000);
1990 yclk.full = dfixed_const(wm->yclk);
1991 yclk.full = dfixed_div(yclk, a);
1992 dram_channels.full = dfixed_const(wm->dram_channels * 4);
1993 a.full = dfixed_const(10);
1994 dram_efficiency.full = dfixed_const(7);
1995 dram_efficiency.full = dfixed_div(dram_efficiency, a);
1996 bandwidth.full = dfixed_mul(dram_channels, yclk);
1997 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
2009 a.full
[all...]
H A Devergreen.c1974 a.full = dfixed_const(1000);
1975 yclk.full = dfixed_const(wm->yclk);
1976 yclk.full = dfixed_div(yclk, a);
1977 dram_channels.full = dfixed_const(wm->dram_channels * 4);
1978 a.full = dfixed_const(10);
1979 dram_efficiency.full = dfixed_const(7);
1980 dram_efficiency.full = dfixed_div(dram_efficiency, a);
1981 bandwidth.full = dfixed_mul(dram_channels, yclk);
1982 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency);
1994 a.full
[all...]
H A Dcik.c8120 /* This results in a full GPU reset, but all we need to do is soft
8143 /* This results in a full GPU reset, but all we need to do is soft
9002 a.full = dfixed_const(1000);
9003 yclk.full = dfixed_const(wm->yclk);
9004 yclk.full = dfixed_div(yclk, a);
9005 dram_channels.full = dfixed_const(wm->dram_channels * 4);
9006 a.full = dfixed_const(10);
9007 dram_efficiency.full = dfixed_const(7);
9008 dram_efficiency.full = dfixed_div(dram_efficiency, a);
9009 bandwidth.full
[all...]
/drivers/power/
H A Dapm_power.c40 union power_supply_propval full; member in struct:find_bat_param
57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) ||
58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) {
59 if (bp->full.intval > bp->max_charge) {
61 bp->max_charge = bp->full.intval;
63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) ||
64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) {
65 if (bp->full.intval > bp->max_energy) {
67 bp->max_energy = bp->full.intval;
93 &bp.full)) {
120 union power_supply_propval full; local
218 union power_supply_propval empty, full, cur; local
[all...]
H A Dolpc_battery.c254 union power_supply_propval full; local
261 ret = olpc_bat_get_charge_full_design(&full);
265 val->intval = soc * (full.intval / 100);
/drivers/acpi/acpica/
H A Dutmath.c67 u64 full; member in union:uint64_overlay
106 dividend_ovl.full = dividend;
120 *out_quotient = quotient.full;
167 divisor.full = in_divisor;
168 dividend.full = in_dividend;
188 * 2) The general case where the divisor is a full 64 bits
217 partial2.full = (u64) quotient.part.lo * divisor.part.lo;
218 partial3.full = (u64) partial2.part.hi + partial1;
228 remainder.full -= divisor.full;
[all...]
/drivers/staging/line6/
H A Dmidibuf.h20 int full; member in struct:midi_buffer
H A Dmidibuf.c43 return (this->pos_read == this->pos_write) && !this->full;
48 return this->full;
53 this->pos_read = this->pos_write = this->full = 0;
72 pr_debug("midibuf size=%d split=%d pos_read=%d pos_write=%d full=%d command_prev=%02x\n",
74 this->full, this->command_prev);
132 this->full = 1;
239 this->full = 0;
251 this->full = 0;
/drivers/infiniband/hw/ehca/
H A Dehca_pd.c63 INIT_LIST_HEAD(&pd->full[i]);
92 list_splice(&my_pd->full[i], &my_pd->free[i]);
/drivers/usb/renesas_usbhs/
H A DKconfig12 that supports both full and high speed USB 2.0 data transfers.
/drivers/hwmon/
H A Dmax197.c127 int full = data->limit; local
133 if (value <= -full)
134 value = -full;
140 if (value >= full)
141 value = full;
155 } else if (value == -full) {
161 } else if (value == full) {
/drivers/usb/phy/
H A DKconfig26 This transceiver supports high and full speed devices plus,
45 The ISP1301 is a full speed USB transceiver which is used in
/drivers/usb/gadget/udc/
H A DKconfig37 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
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.
180 an integrated full speed USB 1.1 device controller.
194 full speed USB 1.1 device controller. It has 4 configurable
220 full speed USB peripheral.
237 supports both full an
[all...]
/drivers/scsi/osd/
H A DKconfig36 sense-buffer is retrieved, turning this on will dump a full
/drivers/md/
H A Ddm-snap-persistent.c447 * 'full' is filled in to indicate if the area has been
454 int *full)
460 /* presume the area is full */
461 *full = 1;
470 * exceptions. Therefore the area is not full.
474 *full = 0;
500 int r, full = 1; local
518 * we find a partially full area.
520 for (ps->current_area = 0; full; ps->current_area++) {
547 &full);
450 insert_exceptions(struct pstore *ps, void *ps_area, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context, int *full) argument
[all...]
/drivers/staging/speakup/
H A Dspeakup_dummy.c101 .full = 40000,
H A Dspeakup_acntsa.c102 .full = 40000,
H A Dspeakup_audptr.c107 .full = 18000,
H A Dspeakup_bns.c99 .full = 40000,
H A Dspeakup_ltlk.c114 .full = 40000,
H A Dspeakup_spkout.c106 .full = 40000,
/drivers/memstick/core/
H A Dms_block.h275 static int msb_reset(struct msb_data *msb, bool full);

Completed in 1393 milliseconds

123