OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_rom
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/acorn32/podulebus/
podulebus.c
191
id = podule->
read_rom
(podule->sync_base, address);
192
size = podule->
read_rom
(podule->sync_base, address + 4);
193
size |= (podule->
read_rom
(podule->sync_base, address + 8) << 8);
194
size |= (podule->
read_rom
(podule->sync_base, address + 12) << 16);
196
addr = podule->
read_rom
(podule->sync_base, address + 16);
197
addr |= (podule->
read_rom
(podule->sync_base, address + 20) << 8);
198
addr |= (podule->
read_rom
(podule->sync_base, address + 24) << 16);
199
addr |= (podule->
read_rom
(podule->sync_base, address + 28) << 24);
205
podule->
read_rom
(podule->sync_base, (addr + loop)*4);
213
addr = podule->
read_rom
(podule->sync_base, address + 16)
[
all
...]
netslot.c
104
podule->
read_rom
= netslotread;
if_ne_pbus.c
596
podule->
read_rom
(podule->sync_base, addr)
/src/sys/arch/acorn32/include/
podulebus_machdep.h
84
u_int (*
read_rom
)(u_int, int);
member in struct:__anon529cc25c0108
Completed in 11 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025