Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 54) sorted by relevance

123

/linux-2.6.39/arch/mips/mm/
Dtlb-r4k.c344 unsigned long wired; in add_wired_entry() local
352 wired = read_c0_wired(); in add_wired_entry()
353 write_c0_wired(wired + 1); in add_wired_entry()
354 write_c0_index(wired); in add_wired_entry()
384 unsigned long wired; in add_temporary_entry() local
392 wired = read_c0_wired(); in add_temporary_entry()
393 if (--temp_tlb_entry < wired) { in add_temporary_entry()
462 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
463 write_c0_wired(wired); in tlb_init()
464 write_c0_index(wired-1); in tlb_init()
Dtlb-r3k.c231 static unsigned long wired = 0; in add_wired_entry() local
260 } else if (wired < 8) { in add_wired_entry()
270 write_c0_index(wired); in add_wired_entry()
271 wired++; /* BARRIER */ in add_wired_entry()
Dinit.c186 unsigned int wired; in kunmap_coherent() local
191 wired = read_c0_wired() - 1; in kunmap_coherent()
192 write_c0_wired(wired); in kunmap_coherent()
193 write_c0_index(wired); in kunmap_coherent()
194 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/linux-2.6.39/Documentation/devicetree/bindings/x86/
Dinterrupt.txt15 The first number (P) represents the interrupt pin which is wired to the
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt18 is wired to reset upon setting the HRESET_REQ bit in this register).
Dssi.txt60 On SOCs that have an SSI, specific DMA channels are hard-wired for playback
64 DMA controller to use, but the channels themselves are hard-wired. The
/linux-2.6.39/Documentation/devicetree/bindings/
Dopen-pic.txt81 * An interrupt generating device that is wired to an Open PIC.
89 // The interrupt controller that this device is wired to.
/linux-2.6.39/net/batman-adv/
DKconfig13 networks may be wired or wireless. See
/linux-2.6.39/drivers/usb/wusbcore/
DKconfig29 via wired USB before establishing a wireless link.
/linux-2.6.39/Documentation/hwmon/
Dtmp42128 are wired over I2C/SMBus and specified over a temperature range of -40
Dvia686a74 in which case the sensor inputs will not be wired. This is the case of
78 not wired for hardware monitoring.
Dsmsc47m19246 the motherboard has this input wired to VID4.
75 typically be wired to the diode inside the CPU)
Dvt1211168 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)
184 pwm[1-2]_auto_point1_pwm off duty-cycle (hard-wired to 0)
Ddme1737168 duty-cycles: full, low, and min. Full is internally hard-wired to 255 (100%)
283 hard-wired to manual mode.
309 wired to 255 (100% duty-cycle).
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Dpincfg.txt18 - open_drain : indicates the pin is normal or wired-OR:
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-bus-usb85 drivers, non-authorized one are not. By default, wired
120 (equivalent to unplugging a wired USB device).
/linux-2.6.39/Documentation/spi/
Dep93xx_spi18 This example uses EGPIO9 as SD/MMC card chip select (this is wired in DIO1
/linux-2.6.39/Documentation/usb/
Dwusb-cbaf13 Wireless USB device that supports wired-mode Cable-Based-Association.
/linux-2.6.39/Documentation/scsi/
D53c700.txt50 driver, you need to know three things about the way the chip is wired
58 the SCSI Id from the card bios or whether the chip is wired for
/linux-2.6.39/Documentation/sound/oss/
DREADME.modules62 default if you were making the driver wired, not as modules. You can
67 parameters for the modular drivers as one does for the wired drivers.. One
/linux-2.6.39/Documentation/
Dsgi-ioc4.txt16 PS/2 controller driver as this functionality has never been wired up
/linux-2.6.39/drivers/usb/
DREADME17 cell phones); and hard-wired peripherals like Ethernet adapters.
/linux-2.6.39/drivers/staging/panel/
DKconfig44 wired to the parallel port, and how it works. This is only intended
112 characters, although sometimes only 16, 20 or 24 of them are really wired
157 This driver now supports any serial or parallel LCD wired to a parallel
/linux-2.6.39/Documentation/misc-devices/
Dmax687518 It provides timed outputs that can be used as a watchdog, if properly wired.
/linux-2.6.39/Documentation/sound/alsa/
Demu10k1-jack.txt45 the second and third input ports are wired to the center/LFE output. You will

123