Home
last modified time | relevance | path

Searched refs:data_port (Results 1 – 25 of 45) sorted by relevance

12

/linux-2.4.37.9/include/asm-sparc/
Dide.h37 static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
39 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
108 volatile unsigned short *data_port; in ide_insw() local
113 data_port = (volatile unsigned short *)port; in ide_insw()
116 *ps++ = *data_port; in ide_insw()
123 w = (*data_port) << 16; in ide_insw()
124 w |= (*data_port); in ide_insw()
130 *ps++ = *data_port; in ide_insw()
139 volatile unsigned short *data_port; in ide_outsw() local
144 data_port = (volatile unsigned short *)port; in ide_outsw()
[all …]
/linux-2.4.37.9/drivers/ide/ppc/
Dmpc8xx.c164 m8xx_ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, in m8xx_ide_init_hwif_ports() argument
259 if (data_port >= MAX_HWIFS) in m8xx_ide_init_hwif_ports()
286 base = pcmcia_base + ioport_dsc[data_port].base_off; in m8xx_ide_init_hwif_ports()
289 pcmcia_base, ioport_dsc[data_port].base_off, base); in m8xx_ide_init_hwif_ports()
297 ioport_dsc[data_port].reg_off[i], in m8xx_ide_init_hwif_ports()
298 i, base + ioport_dsc[data_port].reg_off[i]); in m8xx_ide_init_hwif_ports()
300 *p++ = base + ioport_dsc[data_port].reg_off[i]; in m8xx_ide_init_hwif_ports()
307 *irq = ioport_dsc[data_port].irq; in m8xx_ide_init_hwif_ports()
318 *irq = ioport_dsc[data_port].irq; in m8xx_ide_init_hwif_ports()
323 ide_hwifs[data_port].tuneproc = m8xx_ide_tuneproc; in m8xx_ide_init_hwif_ports()
[all …]
/linux-2.4.37.9/include/asm-arm/arch-cl7500/
Dide.h17 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
19 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
31 hw->io_ports[IDE_CONTROL_OFFSET] = data_port + 0x206; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-ppc/
Dide.h34 ide_ioreg_t data_port,
61 ide_ioreg_t data_port, in ide_init_hwif_ports() argument
64 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
68 ppc_ide_md.ide_init_hwif(hw, data_port, ctrl_port, irq); in ide_init_hwif_ports()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dide.c51 static void sibyte_ide_init_hwif_ports (hw_regs_t *hw, ide_ioreg_t data_port, in sibyte_ide_init_hwif_ports() argument
55 if (data_port == SB_PC_PORT) { in sibyte_ide_init_hwif_ports()
56 data_port = SIBYTE_CS_REG(0); in sibyte_ide_init_hwif_ports()
61 std_ide_ops.ide_init_hwif_ports(hw, data_port, ctrl_port, irq); in sibyte_ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-mips/
Dide.h29 void (*ide_init_hwif_ports)(hw_regs_t *hw, ide_ioreg_t data_port,
45 static inline void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, in ide_init_hwif_ports() argument
48 ide_ops->ide_init_hwif_ports(hw, data_port, ctrl_port, irq); in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-cris/
Dide.h57 extern __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
64 hw->io_ports[i] = data_port | in ide_init_hwif_ports()
71 hw->io_ports[IDE_CONTROL_OFFSET] = data_port | in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-mips64/
Dide.h29 void (*ide_init_hwif_ports)(hw_regs_t *hw, ide_ioreg_t data_port,
45 static inline void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, in ide_init_hwif_ports() argument
48 ide_ops->ide_init_hwif_ports(hw, data_port, ctrl_port, irq); in ide_init_hwif_ports()
/linux-2.4.37.9/drivers/media/video/
Dpms.c66 static int data_port = 0x251; variable
80 return inb(data_port); in mvv_read()
91 while((inb(data_port)&0x01)==0) in pms_i2c_stat()
95 while((inb(data_port)&0x01)!=0) in pms_i2c_stat()
102 while((inb(data_port)&0x01)==0) in pms_i2c_stat()
106 while((inb(data_port)&0x01)!=0) in pms_i2c_stat()
112 char st=inb(data_port); in pms_i2c_stat()
119 return inb(data_port); in pms_i2c_stat()
158 while((inb(data_port)&1)==0) in pms_i2c_write()
161 while((inb(data_port)&1)!=0) in pms_i2c_write()
[all …]
/linux-2.4.37.9/arch/mips/ite-boards/generic/
Dit8172_setup.c274 unsigned int data_port = 0x14000060; in init_8712_keyboard() local
286 data = inb(data_port); in init_8712_keyboard()
293 outb(0x01, data_port); in init_8712_keyboard()
306 outb(0x45, data_port); /* at interface, keyboard enabled, system flag */ in init_8712_keyboard()
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/
Dide.h16 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
18 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dide.h23 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
25 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-rpc/
Dide.h20 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
22 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-shark/
Dide.h18 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
20 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dide.h20 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
22 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-arc/
Dide.h26 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
28 ide_ioreg_t reg = (ide_ioreg_t) data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/arch/mips/lib/
Dide-std.c45 static void std_ide_init_hwif_ports (hw_regs_t *hw, ide_ioreg_t data_port, in std_ide_init_hwif_ports() argument
48 ide_ioreg_t reg = data_port; in std_ide_init_hwif_ports()
/linux-2.4.37.9/arch/mips64/lib/
Dide-std.c45 static void std_ide_init_hwif_ports (hw_regs_t *hw, ide_ioreg_t data_port, in std_ide_init_hwif_ports() argument
48 ide_ioreg_t reg = data_port; in std_ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-anakin/
Dide.h18 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
26 reg = (ide_ioreg_t)data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/arch/mips/vr41xx/common/
Dide.c26 static void vr41xx_ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, in vr41xx_ide_init_hwif_ports() argument
29 ide_ioreg_t reg = data_port; in vr41xx_ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dide.h20 ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq) in ide_init_hwif_ports() argument
28 reg = (ide_ioreg_t)data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-sh64/
Dide.h27 static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
29 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-alpha/
Dide.h46 static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
48 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-i386/
Dide.h54 static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
56 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()
/linux-2.4.37.9/include/asm-parisc/
Dide.h48 static __inline__ void ide_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port, ide_ioreg_t ctrl_p… in ide_init_hwif_ports() argument
50 ide_ioreg_t reg = data_port; in ide_init_hwif_ports()

12