Home
last modified time | relevance | path

Searched refs:HPHW_IOA (Results 1 – 5 of 5) sorted by relevance

/linux/arch/parisc/kernel/
H A Dhardware.c1199 {HPHW_IOA, 0x185, 0x0000B, 0x00, "Java BC Summit Port"},
1200 {HPHW_IOA, 0x1FF, 0x0000B, 0x00, "Hitachi Ghostview Summit Port"},
1201 {HPHW_IOA, 0x580, 0x0000B, 0x10, "U2-IOA BC Runway Port"},
1202 {HPHW_IOA, 0x581, 0x0000B, 0x10, "Uturn-IOA BC Runway Port"},
1203 {HPHW_IOA, 0x582, 0x0000B, 0x10, "Astro BC Runway Port"},
1204 {HPHW_IOA, 0x700, 0x0000B, 0x00, "NEC-IOS BC System Bus Port"},
1205 {HPHW_IOA, 0x880, 0x0000C, 0x10, "Pluto BC McKinley Port"},
H A Ddrivers.c793 ((dev->id.hw_type == HPHW_IOA) || (dev->id.hw_type == HPHW_BCPORT))
818 if (dev->id.hw_type == HPHW_IOA) { in walk_lower_bus()
/linux/drivers/tty/serial/8250/
H A D8250_parisc.c40 if (parisc_parent(dev)->id.hw_type != HPHW_IOA) in serial_init_chip()
/linux/drivers/parisc/
H A Dwax.c116 if (parent->id.hw_type != HPHW_IOA) { in wax_init_chip()
/linux/arch/parisc/include/asm/
H A Dhardware.h92 #define HPHW_IOA 12 macro