OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMC_IOSIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/isa/
if_sm_isa.c
100
if (bus_space_map(iot, ia->ia_io[0].ir_addr,
SMC_IOSIZE
, 0, &ioh))
139
ia->ia_io[0].ir_size =
SMC_IOSIZE
;
149
bus_space_unmap(iot, ioh,
SMC_IOSIZE
);
165
if (bus_space_map(iot, ia->ia_io[0].ir_addr,
SMC_IOSIZE
, 0, &ioh))
/src/sys/arch/evbarm/ifpga/
sm_ifpga.c
83
if (bus_space_map(bst, ifa->ifa_addr,
SMC_IOSIZE
, 0, &bsh) != 0) {
91
bus_space_unmap(bst, bsh,
SMC_IOSIZE
);
/src/sys/arch/evbarm/viper/
if_sm_pxaip.c
87
if (bus_space_map(bst, paa->pxa_addr,
SMC_IOSIZE
, 0, &bsh) != 0) {
97
bus_space_unmap(bst, bsh,
SMC_IOSIZE
);
/src/sys/arch/evbsh3/ap_ms104_sh4/
if_sm_mainbus.c
86
if (bus_space_map(bst, 0x08000000,
SMC_IOSIZE
, 0, &bsh) != 0) {
96
bus_space_unmap(bst, bsh,
SMC_IOSIZE
);
/src/sys/arch/evbarm/gumstix/
if_sm_gxio.c
127
if (bus_space_map(iot, gxa->gxa_addr,
SMC_IOSIZE
, 0, &ioh) != 0)
162
bus_space_unmap(iot, ioh,
SMC_IOSIZE
);
182
if (bus_space_map(gxa->gxa_iot, gxa->gxa_addr,
SMC_IOSIZE
, 0, &ioh))
/src/sys/arch/evbarm/lubbock/
if_sm_obio.c
138
if (bus_space_map(iot, oba->oba_addr,
SMC_IOSIZE
, 0, &ioh))
172
bus_space_unmap(iot, ioh,
SMC_IOSIZE
);
196
if (bus_space_map(iot, oba->oba_addr,
SMC_IOSIZE
, 0, &ioh))
/src/sys/dev/ic/
smc91cxxreg.h
60
#define
SMC_IOSIZE
16
/src/sys/dev/pcmcia/
if_sm_pcmcia.c
129
cfe->iospace[0].length <
SMC_IOSIZE
)
Completed in 46 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025