Searched refs:UPIO_PORT (Results 1 – 25 of 27) sorted by relevance
12
/linux-2.6.39/arch/mips/loongson/common/ |
D | serial.c | 26 .iotype = UPIO_PORT, \ 67 else if (UPIO_PORT == iotype) in serial_init()
|
/linux-2.6.39/arch/arm/mach-footbridge/ |
D | isa.c | 57 .iotype = UPIO_PORT, 65 .iotype = UPIO_PORT,
|
/linux-2.6.39/arch/arm/mach-shark/ |
D | core.c | 47 .iotype = UPIO_PORT, 55 .iotype = UPIO_PORT,
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | legacy_serial.c | 101 if (iotype == UPIO_PORT) in add_legacy_port() 118 (iotype == UPIO_PORT) ? "port" : "mem", in add_legacy_port() 205 return add_legacy_port(np, index, UPIO_PORT, be32_to_cpu(reg[1]), taddr, in add_legacy_isa_port() 237 iotype = (flags & IORESOURCE_MEM) ? UPIO_MEM : UPIO_PORT; in add_legacy_pci_port() 486 if (port->iotype == UPIO_PORT) in serial_dev_init()
|
/linux-2.6.39/drivers/tty/serial/ |
D | 8250_early.c | 58 case UPIO_PORT: in serial_in() 74 case UPIO_PORT: in serial_out() 186 port->iotype = UPIO_PORT; in parse_options()
|
D | 8250_accent.c | 20 .iotype = UPIO_PORT, \
|
D | 8250_exar_st16c554.c | 23 .iotype = UPIO_PORT, \
|
D | 8250_fourport.c | 20 .iotype = UPIO_PORT, \
|
D | 8250_boca.c | 20 .iotype = UPIO_PORT, \
|
D | 8250_mca.c | 30 .iotype = UPIO_PORT, \
|
D | 8250_pnp.c | 440 port.iotype = UPIO_PORT; in serial_pnp_probe()
|
D | serial_txx9.c | 179 case UPIO_PORT: in sio_in() 191 case UPIO_PORT: in sio_out() 789 case UPIO_PORT: in serial_txx9_request_resource() 814 case UPIO_PORT: in serial_txx9_release_resource() 1206 port.iotype = UPIO_PORT; in pciserial_txx9_init_one()
|
D | m32r_sio.c | 837 case UPIO_PORT: in m32r_sio_request_std_resource() 870 case UPIO_PORT: in m32r_sio_release_port()
|
D | 8250.c | 2556 case UPIO_PORT: in serial8250_request_std_resource() 2587 case UPIO_PORT: in serial8250_release_std_resource() 2601 case UPIO_PORT: in serial8250_request_rsa_resource() 2620 case UPIO_PORT: in serial8250_release_rsa_resource()
|
D | serial_core.c | 2125 case UPIO_PORT: in uart_report_port() 2548 case UPIO_PORT: in uart_match_port()
|
/linux-2.6.39/arch/mips/kernel/ |
D | 8250-platform.c | 17 .iotype = UPIO_PORT, \
|
/linux-2.6.39/arch/arm/mach-ebsa110/ |
D | core.c | 228 .iotype = UPIO_PORT, 236 .iotype = UPIO_PORT,
|
/linux-2.6.39/arch/mips/mipssim/ |
D | sim_setup.c | 90 s.iotype = UPIO_PORT; in serial_init()
|
/linux-2.6.39/arch/mips/mti-malta/ |
D | malta-platform.c | 39 .iotype = UPIO_PORT, \
|
/linux-2.6.39/arch/mips/sni/ |
D | a20r.c | 25 .iotype = UPIO_PORT, \
|
D | pcit.c | 27 .iotype = UPIO_PORT, \
|
D | pcimt.c | 75 .iotype = UPIO_PORT, \
|
/linux-2.6.39/drivers/parisc/ |
D | superio.c | 395 serial_port.iotype = UPIO_PORT; in superio_serial_init()
|
/linux-2.6.39/include/linux/ |
D | serial_core.h | 310 #define UPIO_PORT (0) macro
|
/linux-2.6.39/drivers/char/mwave/ |
D | mwavedd.c | 470 uart.iotype = UPIO_PORT; in register_serial_portandirq()
|
12