OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abw_abst
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libarch/alpha/
alpha_pci_mem.c
80
if (memaddr < abw->
abw_abst
.abst_bus_start ||
81
(memaddr + (memsize - 1)) > abw->
abw_abst
.abst_bus_end)
89
(abw->
abw_abst
.abst_flags & ABST_DENSE) == 0)
92
(abw->
abw_abst
.abst_flags & ABST_DENSE) != 0)
108
abw->
abw_abst
.abst_addr_shift = 0;
109
memsize <<= abw->
abw_abst
.abst_addr_shift;
110
offset = (memaddr - abw->
abw_abst
.abst_bus_start) <<
111
abw->
abw_abst
.abst_addr_shift;
114
fd, (off_t) (abw->
abw_abst
.abst_sys_start + offset));
123
*rabst = abw->
abw_abst
;
[
all
...]
alpha_pci_io.c
117
if (abw->
abw_abst
.abst_flags & ABST_BWX)
135
if (ioaddr >= abw->
abw_abst
.abst_bus_start &&
136
ioaddr <= abw->
abw_abst
.abst_bus_end)
154
(((ioaddr - abw->
abw_abst
.abst_bus_start) <<
155
abw->
abw_abst
.abst_addr_shift) |
156
(size << abw->
abw_abst
.abst_size_shift)));
237
(ioaddr - abw->
abw_abst
.abst_bus_start));
250
(ioaddr - abw->
abw_abst
.abst_bus_start));
263
(ioaddr - abw->
abw_abst
.abst_bus_start));
275
(ioaddr - abw->
abw_abst
.abst_bus_start))
[
all
...]
alpha_bus_window.c
69
window_args.translation = &abw[i].
abw_abst
;
83
struct alpha_bus_space_translation *abst = &abw->
abw_abst
;
/src/sys/arch/alpha/include/
sysarch.h
95
struct alpha_bus_space_translation
abw_abst
;
member in struct:alpha_bus_window
Completed in 11 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025