Home
last modified time | relevance | path

Searched full:full (Results 1 – 25 of 3489) sorted by relevance

12345678910>>...140

/linux-3.3/drivers/gpu/drm/radeon/
Drs690.c79 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 …]
Drv515.c829 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
830 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
832 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
834 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
835 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
836 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
837 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
838 request_fifo_depth.full = dfixed_ceil(request_fifo_depth); in rv515_crtc_bandwidth_compute()
839 if (a.full < dfixed_const(4)) { in rv515_crtc_bandwidth_compute()
851 a.full = dfixed_const(mode->clock); in rv515_crtc_bandwidth_compute()
[all …]
Devergreen.c574 a.full = dfixed_const(1000); in evergreen_dram_bandwidth()
575 yclk.full = dfixed_const(wm->yclk); in evergreen_dram_bandwidth()
576 yclk.full = dfixed_div(yclk, a); in evergreen_dram_bandwidth()
577 dram_channels.full = dfixed_const(wm->dram_channels * 4); in evergreen_dram_bandwidth()
578 a.full = dfixed_const(10); in evergreen_dram_bandwidth()
579 dram_efficiency.full = dfixed_const(7); in evergreen_dram_bandwidth()
580 dram_efficiency.full = dfixed_div(dram_efficiency, a); in evergreen_dram_bandwidth()
581 bandwidth.full = dfixed_mul(dram_channels, yclk); in evergreen_dram_bandwidth()
582 bandwidth.full = dfixed_mul(bandwidth, dram_efficiency); in evergreen_dram_bandwidth()
594 a.full = dfixed_const(1000); in evergreen_dram_bandwidth_for_display()
[all …]
Dr100.c2871 min_mem_eff.full = dfixed_const_8(0); in r100_bandwidth_update()
2892 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
2893 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
2895 pix_clk.full = 0; in r100_bandwidth_update()
2896 pix_clk2.full = 0; in r100_bandwidth_update()
2897 peak_disp_bw.full = 0; in r100_bandwidth_update()
2899 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
2900 pix_clk.full = dfixed_const(mode1->clock); /* convert to fixed point */ in r100_bandwidth_update()
2901 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
2902 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
[all …]
/linux-3.3/Documentation/networking/
D3c509.txt25 3c509B (later revision of the ISA card; supports full-duplex)
27 3c589B (later revision of the 3c589; supports full-duplex)
43 needed except to enable full-duplex mode (see below). An example of the syntax
58 (2) Full-duplex mode
60 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
61 In order to enable and successfully use full-duplex mode, three conditions
64 (a) You must have a Etherlink III card model whose hardware supports full-
66 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B
68 full-duplex mode; these include the original 3c509 (no "B"), the original
73 AUI and 10base2 network cabling is physically incapable of full-duplex
[all …]
Dspider_net.txt27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
28 to receive data from the hardware. A "full" descriptor has data in it,
30 descriptor is neither empty or full; it is simply not ready. It may
37 buffers, and marks them "full". The OS follows up, taking the full
44 marks it full, and advances the GDACTDPA by one. Thus, when there is
45 flowing RX traffic, every descr behind it should be marked "full",
51 hardware is ahead, the tail pointer will be pointing at a "full"
54 all of the descrs in front of the tail pointer should be "full", and
100 The status x4... corresponds to "full" and status xa... corresponds
107 "full" == SPIDER_NET_DESCR_FRAME_END == 0x4
[all …]
Dvortex.txt118 0x0200 Force full duplex mode.
125 will force full-duplex 100base-TX, rather than allowing the usual
137 full-duplex mode. Please use this in preference to the `options'
145 Sets full duplex mode for all 3c59x NICs in the machine. Entries
155 full duplex mode.
166 The driver preallocates 32 full-sized (1536 byte) network buffers
168 whether to leave the packet in its full-sized buffer, or to allocate
265 the same network being in full-duplex mode, while this host is in
267 half-duplex mode or fix this host to run in full-duplex mode.
269 As a last resort, you can force the 3c59x driver into full-duplex mode
[all …]
/linux-3.3/drivers/power/
Dapm_power.c39 union power_supply_propval full; member
56 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) || in __find_main_battery()
57 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) { in __find_main_battery()
58 if (bp->full.intval > bp->max_charge) { in __find_main_battery()
60 bp->max_charge = bp->full.intval; in __find_main_battery()
62 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) || in __find_main_battery()
63 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) { in __find_main_battery()
64 if (bp->full.intval > bp->max_energy) { in __find_main_battery()
66 bp->max_energy = bp->full.intval; in __find_main_battery()
92 &bp.full)) { in find_main_battery()
[all …]
/linux-3.3/include/drm/
Ddrm_fixed.h28 u32 full; member
36 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12)
37 #define dfixed_init(A) { .full = dfixed_const((A)) }
38 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
39 #define dfixed_trunc(A) ((A).full >> 12)
52 if (A.full > dfixed_const(non_frac)) in dfixed_ceil()
60 u64 tmp = ((u64)A.full << 13); in dfixed_div()
62 do_div(tmp, B.full); in dfixed_div()
/linux-3.3/drivers/staging/comedi/drivers/
Djr3_pci.h65 * the full scales.
141 * coordinate transformation, or new sensor full scale is set by the
281 * hardware full scales to be adjusted to potentially allow
297 * command (10) set new full scales (pg. 38).
303 /* Default_FS contains the full scale that is used if the user does */
304 /* not set a full scale. */
316 /* Min_full_scale is the recommend minimum full scale. */
319 * determine the appropriate value for setting the full scales. The
320 * software allows the user to set the sensor full scale to an
321 * arbitrary value. But setting the full scales has some hazards. If
[all …]
/linux-3.3/drivers/acpi/acpica/
Dutmath.c67 u64 full; member
106 dividend_ovl.full = dividend; in acpi_ut_short_divide()
120 *out_quotient = quotient.full; in acpi_ut_short_divide()
167 divisor.full = in_divisor; in acpi_ut_divide()
168 dividend.full = in_dividend; in acpi_ut_divide()
188 * 2) The general case where the divisor is a full 64 bits in acpi_ut_divide()
217 partial2.full = (u64) quotient.part.lo * divisor.part.lo; in acpi_ut_divide()
218 partial3.full = (u64) partial2.part.hi + partial1; in acpi_ut_divide()
228 remainder.full -= divisor.full; in acpi_ut_divide()
232 remainder.full -= divisor.full; in acpi_ut_divide()
[all …]
/linux-3.3/arch/arm/mach-ixp23xx/include/mach/
Dirqs.h66 #define IRQ_IXP23XX_SHAC_RING0 44 /* SHAC Ring Full */
67 #define IRQ_IXP23XX_SHAC_RING1 45 /* SHAC Ring Full */
68 #define IRQ_IXP23XX_SHAC_RING2 46 /* SHAC Ring Full */
69 #define IRQ_IXP23XX_SHAC_RING3 47 /* SHAC Ring Full */
70 #define IRQ_IXP23XX_SHAC_RING4 48 /* SHAC Ring Full */
71 #define IRQ_IXP23XX_SHAC_RING5 49 /* SHAC Ring Full */
72 #define IRQ_IXP23XX_SHAC_RING6 50 /* SHAC RING Full */
73 #define IRQ_IXP23XX_SHAC_RING7 51 /* SHAC Ring Full */
74 #define IRQ_IXP23XX_SHAC_RING8 52 /* SHAC Ring Full */
75 #define IRQ_IXP23XX_SHAC_RING9 53 /* SHAC Ring Full */
[all …]
/linux-3.3/include/linux/
Dmii.h41 #define BMCR_FULLDPLX 0x0100 /* Full duplex */
62 #define BMSR_10FULL 0x1000 /* Can do 10mbps, full-duplex */
64 #define BMSR_100FULL 0x4000 /* Can do 100mbps, full-duplex */
71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
72 #define ADVERTISE_10FULL 0x0040 /* Try for 10mbps full-duplex */
76 #define ADVERTISE_100FULL 0x0100 /* Try for 100mbps full-duplex */
94 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
95 #define LPA_10FULL 0x0040 /* Can do 10mbps full-duplex */
99 #define LPA_100FULL 0x0100 /* Can do 100mbps full-duplex */
120 #define ESTATUS_1000_TFULL 0x2000 /* Can do 1000BT Full */
[all …]
/linux-3.3/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-ehci_hcd9 "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-3.3/Documentation/power/
Dpower_supply_class.txt75 STATUS - this attribute represents operating status (charging, full,
89 when battery considered "full"/"empty" at normal conditions. Yes, there is
100 battery considered full/empty.
105 of charge when battery became full/empty". It also could mean "value of
106 charge when battery considered full/empty at given conditions (temperature,
110 be negative; there is no empty or full value. It is only useful for
124 TIME_TO_FULL - seconds left for battery to be considered full (i.e.
166 in percents, but provides charge_{now,full,empty}. Should I calculate
177 voltage and so on. But full-fledged battery model is likely not subject
/linux-3.3/drivers/staging/line6/
Dmidibuf.c38 return (this->pos_read == this->pos_write) && !this->full; in midibuf_is_empty()
43 return this->full; in midibuf_is_full()
48 this->pos_read = this->pos_write = this->full = 0; in line6_midibuf_reset()
68 "full=%d command_prev=%02x\n", this->size, this->split, in line6_midibuf_status()
69 this->pos_read, this->pos_write, this->full, this->command_prev); in line6_midibuf_status()
127 this->full = 1; in line6_midibuf_write()
233 this->full = 0; in line6_midibuf_read()
245 this->full = 0; in line6_midibuf_ignore()
/linux-3.3/drivers/isdn/sc/
Dhardware.h59 #define RF_QUART_FULL 0x02 /* fifo quarter full */
60 #define RF_HALF_FULL 0x04 /* fifo half full */
61 #define RF_NOT_FULL 0x08 /* fifo not full */
63 #define WF_QUART_FULL 0x20 /* fifo quarter full */
64 #define WF_HALF_FULL 0x40 /* fifo half full */
65 #define WF_NOT_FULL 0x80 /* fifo not full */
/linux-3.3/Documentation/input/
Dyealink.txt6 - keyboard full support, yealink.ko / input event API
7 - LCD full support, yealink.ko / sysfs API
8 - LED full support, yealink.ko / sysfs API
9 - dialtone full support, yealink.ko / sysfs API
10 - ringtone full support, yealink.ko / sysfs API
11 - audio playback full support, snd_usb_audio.ko / alsa API
12 - audio record full support, snd_usb_audio.ko / alsa API
/linux-3.3/net/dccp/
Dqpolicy.c69 * @full: indicates that no more packets will be admitted
74 bool (*full) (struct sock *sk); member
81 .full = qpolicy_simple_full,
87 .full = qpolicy_prio_full,
103 return qpol_table[dccp_sk(sk)->dccps_qpolicy].full(sk); in dccp_qpolicy_full()
/linux-3.3/Documentation/hwmon/
Ddme1737168 duty-cycles: full, low, and min. Full is internally hard-wired to 255 (100%)
174 pwm[1-3]_auto_point2_pwm full-speed duty-cycle (255, i.e., 100%)
178 zone[1-3]_auto_point3_temp full-speed temp (all outputs)
179 zone[1-3]_auto_point2_temp full-speed temp
198 full-speed full-speed full-speed
255 full-speed temp, and auto_point3 is the
257 to full-speed (100% duty-cycle).
308 full-speed duty-cycle which is hard-
Dvt1211167 Each PWM has 4 associated distinct output duty-cycles: full, high, low and
168 off. Full and off are internally hard-wired to 255 (100%) and 0 (0%),
181 pwm[1-2]_auto_point4_pwm full speed duty-cycle (hard-wired to 255)
188 pwm[1-2]_auto_point4_temp full speed temp
199 full speed duty-cycle full speed duty-cycle
200 full speed temp
201 high speed duty-cycle full speed duty-cycle
/linux-3.3/arch/unicore32/include/mach/
Dregs-spi.h39 * Transmit FIFO Not Full SPI_SR_TFNF
51 * Receive FIFO Full SPI_SR_RFF
72 * Receiv. FIFO Full Interrupt Status SPI_ISR_RXFIS
94 * Receiv. FIFO Full Interrupt Mask SPI_IMR_RXFIM
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-spi.h89 * can operate as a full duplex (both Tx and Rx data paths
107 * can operate as a full duplex (both Tx and Rx data paths
176 * can operate as a full duplex (both Tx and Rx data paths
192 * can operate as a full duplex (both Tx and Rx data paths
209 * can operate as a full duplex (both Tx and Rx data paths
226 * can operate as a full duplex (both Tx and Rx data paths
243 * can operate as a full duplex (both Tx and Rx data paths
260 * can operate as a full duplex (both Tx and Rx data paths
/linux-3.3/Documentation/sound/oss/
DPSS-updates5 addition of two new module parameters that allow you to take full advantage of
33 setting of this parameter leaves the CDROM port disabled to maintain full
49 mpu401 && rmmod sound && rmmod soundcore" and retain the full functionality of
52 full behavioral compatibility with previous versions of this driver.
63 retain full behavioral compatibility with previous versions of this driver.
/linux-3.3/Documentation/spi/
Dspidev3 full duplex transfers and device I/O configuration are also available.
76 the chipselect is deactivated between those operations. Full-duplex access,
126 FULL DUPLEX CHARACTER DEVICE API
130 full duplex programming interface. (Although it doesn't perform a full duplex
142 To make a full duplex request, provide both rx_buf and tx_buf for the

12345678910>>...140