Home
last modified time | relevance | path

Searched refs:Register (Results 1 – 25 of 81) sorted by relevance

1234

/linux-2.6.39/drivers/scsi/pcmcia/
Dnsp_io.h21 unsigned int Register,
24 unsigned int Register);
48 unsigned int Register) in nsp_index_read() argument
50 outb(Register, BaseAddr + INDEXREG); in nsp_index_read()
55 unsigned int Register, in nsp_index_write() argument
58 outb(Register, BaseAddr + INDEXREG); in nsp_index_write()
68 unsigned int Register, in nsp_multi_read_1() argument
72 insb(BaseAddr + Register, buf, count); in nsp_multi_read_1()
87 unsigned int Register, in nsp_multi_read_2() argument
91 insw(BaseAddr + Register, buf, count); in nsp_multi_read_2()
[all …]
/linux-2.6.39/Documentation/scsi/
Dhptiop.txt3 Controller Register Map
8 BAR0 offset Register
12 BAR2 offset Register
13 0x10 Inbound Message Register 0
14 0x14 Inbound Message Register 1
15 0x18 Outbound Message Register 0
16 0x1C Outbound Message Register 1
17 0x20 Inbound Doorbell Register
18 0x24 Inbound Interrupt Status Register
19 0x28 Inbound Interrupt Mask Register
[all …]
/linux-2.6.39/firmware/dsp56k/
Dbootstrap.asm10 M_BCR EQU $FFFE ; Port A Bus Control Register
11 M_PBC EQU $FFE0 ; Port B Control Register
12 M_PBDDR EQU $FFE2 ; Port B Data Direction Register
13 M_PBD EQU $FFE4 ; Port B Data Register
14 M_PCC EQU $FFE1 ; Port C Control Register
15 M_PCDDR EQU $FFE3 ; Port C Data Direction Register
16 M_PCD EQU $FFE5 ; Port C Data Register
18 M_HCR EQU $FFE8 ; Host Control Register
19 M_HSR EQU $FFE9 ; Host Status Register
20 M_HRX EQU $FFEB ; Host Receive Data Register
[all …]
/linux-2.6.39/Documentation/mmc/
Dmmc-dev-attrs.txt6 cid Card Identifaction Register
7 csd Card Specific Data Register
8 scr SD Card Configuration Register (SD only)
9 date Manufacturing Date (from CID Register)
10 fwrev Firmware/Product Revision (from CID Register) (SD and MMCv1 only)
11 hwrev Hardware/Product Revision (from CID Register) (SD and MMCv1 only)
12 manfid Manufacturer ID (from CID Register)
13 name Product Name (from CID Register)
14 oemid OEM/Application ID (from CID Register)
15 serial Product Serial Number (from CID Register)
/linux-2.6.39/arch/arm/mach-ks8695/include/mach/
Ddebug-macro.S23 str \rd, [\rx, #KS8695_URTH] @ Write to Transmit Holding Register
27 1001: ldr \rd, [\rx, #KS8695_URLS] @ Read Line Status Register
33 1001: ldr \rd, [\rx, #KS8695_URLS] @ Read Line Status Register
34 tst \rd, #URLS_URTHRE @ Holding Register empty?
/linux-2.6.39/arch/arm/mach-at91/include/mach/
Ddebug-macro.S23 strb \rd, [\rx, #(AT91_DBGU_THR - AT91_DBGU)] @ Write to Transmitter Holding Register
27 1001: ldr \rd, [\rx, #(AT91_DBGU_SR - AT91_DBGU)] @ Read Status Register
33 1001: ldr \rd, [\rx, #(AT91_DBGU_SR - AT91_DBGU)] @ Read Status Register
/linux-2.6.39/drivers/staging/rt2860/
Drtmp_type.h59 unsigned long Register; member
64 u8 Register; member
/linux-2.6.39/Documentation/devicetree/bindings/rtc/
Drtc-cmos.txt12 called "Register B".
16 "Register A" and "B" are usually initialized by the firmware (BIOS for
/linux-2.6.39/Documentation/parisc/
Dregisters1 Register Usage for Linux/PA-RISC
19 CR19 Interrupt Instruction Register
20 CR20 Interrupt Space Register
21 CR21 Interrupt Offset Register
81 Register usage notes, originally from John Marvin, with some additional
/linux-2.6.39/drivers/mtd/chips/
DKconfig166 erased. Each Protection Register can be accessed multiple times to
169 Each Protection Register has an associated Lock Register bit. When a
170 Lock Register bit is programmed, the associated Protection Register
172 because the Lock Register bits themselves are OTP, when programmed,
173 Lock Register bits cannot be erased. Therefore, when a Protection
174 Register is locked, it cannot be unlocked.
/linux-2.6.39/Documentation/m68k/
DREADME.buddha7 Register map of the Buddha IDE controller and the
41 $7fe Speed-select Register: Read & Write
44 $800-$8ff IDE-Select 0 (Port 0, Register set 0)
46 $900-$9ff IDE-Select 1 (Port 0, Register set 1)
48 $a00-$aff IDE-Select 2 (Port 1, Register set 0)
50 $b00-$bff IDE-Select 3 (Port 1, Register set 1)
52 $c00-$cff IDE-Select 4 (Port 2, Register set 0,
55 $d00-$dff IDE-Select 5 (Port 3, Register set 1,
/linux-2.6.39/drivers/staging/bcm/
DBcmchar.c230 Status = rdmalt(Adapter, (UINT)sRdmBuffer.Register, in bcm_char_ioctl()
257 uiTempVar = sWrmBuffer.Register & EEPROM_REJECT_MASK; in bcm_char_ioctl()
267 Status = wrmalt(Adapter, (UINT)sWrmBuffer.Register, in bcm_char_ioctl()
309 if((((ULONG)sRdmBuffer.Register & 0x0F000000) != 0x0F000000) || in bcm_char_ioctl()
310 ((ULONG)sRdmBuffer.Register & 0x3)) in bcm_char_ioctl()
313 (int)sRdmBuffer.Register); in bcm_char_ioctl()
317 uiTempVar = sRdmBuffer.Register & EEPROM_REJECT_MASK; in bcm_char_ioctl()
318 Status = rdmaltWithLock(Adapter, (UINT)sRdmBuffer.Register, in bcm_char_ioctl()
351 if( (((ULONG)sWrmBuffer.Register & 0x0F000000) != 0x0F000000) || in bcm_char_ioctl()
352 ((ULONG)sWrmBuffer.Register & 0x3) ) in bcm_char_ioctl()
[all …]
DIoctl.h6 ULONG Register; member
13 ULONG Register; member
227 ULONG Register; member
/linux-2.6.39/arch/arm/include/asm/
Dvfpmacros.h34 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0
58 VFPFMRX \tmp, MVFR0 @ Media and VFP Feature Register 0
/linux-2.6.39/Documentation/input/
Dsentelic.txt369 * Programming Sequence for Register Reading/Writing
372 Register inversion requirement:
379 Register swapping requirement:
386 Register reading sequence:
397 inverted(refer to the 'Register inversion requirement' section),
405 swapped(refer to the 'Register swapping requirement' section),
420 Register writing sequence:
425 inverted(refer to the 'Register inversion requirement' section),
433 swapped(refer to the 'Register swapping requirement' section),
447 inverted(refer to the 'Register inversion requirement' section),
[all …]
/linux-2.6.39/arch/cris/arch-v10/lib/
Dhw_settings.S40 ; Register values
/linux-2.6.39/arch/cris/arch-v32/mach-a3/
Dhw_settings.S31 ; Register values
/linux-2.6.39/Documentation/video4linux/cx2341x/
Dfw-memory.txt20 (Base Address Register 0). The addresses here are offsets relative to the
35 0x02000000-0x0200ffff Register Space
115 Interrupt Status Register
/linux-2.6.39/drivers/staging/rt2860/chips/
Drt3090.c90 RT30xx_RFRegTable[i].Register, in NICInitRT3090RFRegisters()
Drt3070.c69 RT30xx_RFRegTable[i].Register, in NICInitRT3070RFRegisters()
/linux-2.6.39/Documentation/hwmon/
Dw8379527 Pin | Name | Register | Sysfs attribute
83 Pin | Name | Register | Sysfs attribute
/linux-2.6.39/arch/cris/arch-v32/mach-fs/
Dhw_settings.S31 ; Register values
/linux-2.6.39/Documentation/video4linux/bttv/
DREADME.quirks51 Device Control Register on page 104.
76 Register on page 104). When in this mode, the arbiter does not pass GNT
/linux-2.6.39/arch/arm/mach-omap2/
Dsleep34xx.S208 mrc p15, 0, r5, c1, c0, 1 @ Read Auxiliary Control Register
230 mrc p15, 0, r4, c3, c0, 0 @ Domain access Control Register
491 mcr p15, 0, r4, c1, c0, 2 @ Coprocessor access Control Register
497 mcr p15, 0, r4, c3, c0, 0 @ Domain access Control Register
/linux-2.6.39/arch/sh/kernel/
Dentry-common.S310 mov.l @r9, r8 ! Read from TRA (Trap Address) Register

1234