OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isapnp_io_range
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isapnp/
isapnpdebug.c
246
static u_char
isapnp_io_range
[] = ISAPNP_IO_DESC;
local in function:isapnp_get_config
255
for (i = 0; i < sizeof(
isapnp_io_range
); i++) {
258
isapnp_io_range
[i] + ISAPNP_IO_BASE_15_8);
260
isapnp_io_range
[i] + ISAPNP_IO_BASE_7_0);
isapnp.c
712
static u_char
isapnp_io_range
[] = ISAPNP_IO_DESC;
local in function:isapnp_configure
729
for (i = 0; i < sizeof(
isapnp_io_range
); i++) {
736
isapnp_io_range
[i] + ISAPNP_IO_BASE_15_8, B1(r->base));
738
isapnp_io_range
[i] + ISAPNP_IO_BASE_7_0, B0(r->base));
Completed in 77 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025