Home
last modified time | relevance | path

Searched refs:io_type (Results 1 – 25 of 42) sorted by relevance

12

/linux-2.4.37.9/include/asm-mips/
Dserial.h72 .io_type = SERIAL_IO_MEM }
120 .io_type = SERIAL_IO_MEM }, \
124 .io_type = SERIAL_IO_MEM },
316 .io_type = SERIAL_IO_MEM }
337 .io_type = SERIAL_IO_MEM }
357 io_type: SERIAL_IO_MEM }
375 iomem_reg_shift: 2, io_type: SERIAL_IO_MEM }
394 io_type: SERIAL_IO_MEM }
410 iomem_reg_shift: 2, io_type: SERIAL_IO_MEM \
462 .iomem_reg_shift = 3, .io_type = SERIAL_IO_MEM}, \
[all …]
/linux-2.4.37.9/include/asm-mips64/
Dserial.h68 io_type: SERIAL_IO_MEM }
86 io_type: SERIAL_IO_MEM }
102 iomem_reg_shift: 2, io_type: SERIAL_IO_MEM \
/linux-2.4.37.9/arch/ppc/platforms/
Dpal4_serial.h26 io_type: SERIAL_IO_MEM}, /* ttyS0 */ \
29 io_type: SERIAL_IO_MEM}
Dsandpoint_serial.h38 io_type: SERIAL_IO_MEM }, \
42 io_type: SERIAL_IO_MEM },
Dpplus_setup.c462 serial_req.io_type = rs_table[0].io_type; in pplus_early_serial_map()
469 serial_req.io_type = rs_table[1].io_type; in pplus_early_serial_map()
Dprpmc750_serial.h36 io_type: SERIAL_IO_MEM } /* ttyS0 */
Dlopec_serial.h38 io_type: SERIAL_IO_MEM },
Docotea.h66 io_type: SERIAL_IO_MEM},
Dspruce.h75 io_type: SERIAL_IO_MEM},
Debony.h73 io_type: SERIAL_IO_MEM},
Dcpci405.c84 serialreq.io_type = SERIAL_IO_MEM; in cpci405_early_serial_map()
Dibm405gp.h113 io_type: SERIAL_IO_MEM},
/linux-2.4.37.9/arch/ppc/kernel/
Dgen550_dbg.c64 switch (rs_table[chan].io_type) { in serial_init()
148 rs_table[i].io_type = serial_req->io_type; in gen550_init()
/linux-2.4.37.9/drivers/char/
Dserial_txx9.c102 char io_type; member
113 io_type: -1, /* virtual memory mapped */
119 io_type: -1, /* virtual memory mapped */
129 io_type: -1, /* virtual memory mapped */
135 io_type: -1, /* virtual memory mapped */
245 if (port->io_type < 0) in sio_in()
255 if (port->io_type < 0) in sio_out()
858 port->io_type < 0 ? "mem" : "port", in line_info()
1277 DBG("txx9_config: port->io_type is %d\n", port->io_type); in txx9_config()
1278 if (port->io_type < 0) in txx9_config()
[all …]
Dhcdp_serial.c140 serial_req.io_type = SERIAL_IO_MEM; in setup_serial_hcdp()
146 serial_req.io_type = SERIAL_IO_PORT; in setup_serial_hcdp()
Dau1x00-serial.c1415 tmp.io_type = state->io_type;
1517 info->io_type = state->io_type = SERIAL_IO_HUB6;
1518 else if (info->io_type == SERIAL_IO_HUB6)
1519 info->io_type = state->io_type = SERIAL_IO_PORT;
2243 info->io_type = sstate->io_type;
2530 info->io_type = state->io_type;
2669 state->io_type = SERIAL_IO_HUB6;
2752 state->io_type = req->io_type;
2760 info->io_type = req->io_type;
3046 info->io_type = state->io_type;
Dserial.c418 switch (info->io_type) { in serial_in()
435 switch (info->io_type) { in serial_out()
2102 tmp.io_type = state->io_type; in get_serial_info()
2165 (rs_table[i].io_type == SERIAL_IO_PORT) && in set_serial_info()
2212 info->io_type = state->io_type = SERIAL_IO_HUB6; in set_serial_info()
2213 else if (info->io_type == SERIAL_IO_HUB6) in set_serial_info()
2214 info->io_type = state->io_type = SERIAL_IO_PORT; in set_serial_info()
3143 info->io_type = sstate->io_type; in get_async_struct()
3301 info->io_type = state->io_type; in line_info()
3472 scr_info.io_type = state->io_type; in detect_uart_irq()
[all …]
/linux-2.4.37.9/arch/mips/vr41xx/common/
Dserial.c144 s.io_type = SERIAL_IO_MEM; in vr41xx_siu_init()
170 s.io_type = SERIAL_IO_MEM; in vr41xx_dsiu_init()
/linux-2.4.37.9/include/linux/
DserialP.h53 int io_type; member
88 int io_type; member
Dserial.h43 char io_type; member
/linux-2.4.37.9/arch/mips/vr4181/common/
Dserial.c46 s.io_type = SERIAL_IO_MEM; in vr4181_init_serial()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-console.c54 req.io_type = SERIAL_IO_MEM; in ioc3_console_probe()
/linux-2.4.37.9/arch/ppc/boot/common/
Dns16550.c30 switch (rs_table[chan].io_type) { in serial_init()
/linux-2.4.37.9/drivers/gsc/
Dserial.c47 serial->io_type = SERIAL_IO_MEM; /* define access method */ in setup_parisc_serial()
/linux-2.4.37.9/drivers/acorn/char/
Dserial-card.c56 req.io_type = UPIO_MEM; in serial_register_onedev()

12