Searched refs:ISAPNP_PORT_FLAG_16BITADDR (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disapnp.h59 #define ISAPNP_PORT_FLAG_16BITADDR (1<<0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disapnp.h59 #define ISAPNP_PORT_FLAG_16BITADDR (1<<0) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp_proc.c442 port->flags & ISAPNP_PORT_FLAG_16BITADDR ? 16 : 10);
H A Disapnp.c598 port->flags = tmp[0] ? ISAPNP_PORT_FLAG_16BITADDR : 0;

Completed in 94 milliseconds