Home
last modified time | relevance | path

Searched refs:ISAPNP_PORT_FLAG_16BITADDR (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Disapnp.h59 #define ISAPNP_PORT_FLAG_16BITADDR (1<<0) macro
/linux-2.4.37.9/drivers/pnp/
Disapnp_proc.c445 port->flags & ISAPNP_PORT_FLAG_16BITADDR ? 16 : 10); in isapnp_print_port()
Disapnp.c610 port->flags = tmp[0] ? ISAPNP_PORT_FLAG_16BITADDR : 0; in isapnp_add_port_resource()