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 - 4
of
4
) 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);
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));
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 26 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025