OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_base
(Results
1 - 8
of
8
) sorted by null
/external/qemu/hw/
fdc.h
7
target_phys_addr_t
io_base
,
9
fdctrl_t *sun4m_fdctrl_init (qemu_irq irq, target_phys_addr_t
io_base
,
pckbd.c
365
void i8042_init(qemu_irq kbd_irq, qemu_irq mouse_irq, uint32_t
io_base
)
374
register_ioport_read(
io_base
, 1, 1, kbd_read_data, s);
375
register_ioport_write(
io_base
, 1, 1, kbd_write_data, s);
376
register_ioport_read(
io_base
+ 4, 1, 1, kbd_read_status, s);
377
register_ioport_write(
io_base
+ 4, 1, 1, kbd_write_command, s);
pc.h
83
void i8042_init(qemu_irq kbd_irq, qemu_irq mouse_irq, uint32_t
io_base
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h
10
#define ESDI_CMD_INT (
io_base
+0)
11
#define ESDI_STT_INT (
io_base
+0)
12
#define ESDI_CONTROL (
io_base
+2)
13
#define ESDI_STATUS (
io_base
+2)
14
#define ESDI_ATTN (
io_base
+3)
15
#define ESDI_INTRPT (
io_base
+3)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h
10
#define ESDI_CMD_INT (
io_base
+0)
11
#define ESDI_STT_INT (
io_base
+0)
12
#define ESDI_CONTROL (
io_base
+2)
13
#define ESDI_STATUS (
io_base
+2)
14
#define ESDI_ATTN (
io_base
+3)
15
#define ESDI_INTRPT (
io_base
+3)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ps2esdi.h
10
#define ESDI_CMD_INT (
io_base
+0)
11
#define ESDI_STT_INT (
io_base
+0)
12
#define ESDI_CONTROL (
io_base
+2)
13
#define ESDI_STATUS (
io_base
+2)
14
#define ESDI_ATTN (
io_base
+3)
15
#define ESDI_INTRPT (
io_base
+3)
/external/grub/netboot/
3c509.c
400
int data, j,
io_base
, id_port;
local
468
io_base
= (j * EP_EISA_START) | EP_EISA_W0;
469
if (inw(
io_base
+ EP_W0_MFG_ID) != MFG_ID)
473
if ((inw(
io_base
+ EP_W0_ADDRESS_CFG) & 0x1f) != 0x1f)
477
outb(W0_P4_CMD_RESET_ADAPTER,
io_base
+ EP_W0_CONFIG_CTRL);
479
outb(W0_P4_CMD_ENABLE_ADAPTER,
io_base
+ EP_W0_CONFIG_CTRL);
tlan.c
394
*
io_base
The IO port base address for the
403
static void TLan_EeSendStart( u16
io_base
)
407
outw( TLAN_NET_SIO,
io_base
+ TLAN_DIO_ADR );
408
sio =
io_base
+ TLAN_DIO_DATA + TLAN_NET_SIO;
423
* Parms:
io_base
The IO port base address for the
440
static int TLan_EeSendByte( u16
io_base
, u8 data, int stop )
446
outw( TLAN_NET_SIO,
io_base
+ TLAN_DIO_ADR );
447
sio =
io_base
+ TLAN_DIO_DATA + TLAN_NET_SIO;
480
*
io_base
The IO port base address for the
498
static void TLan_EeReceiveByte( u16
io_base
, u8 *data, int stop
[
all
...]
Completed in 256 milliseconds