OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbus_space_alloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/cardbus/
rbus.h
114
int
rbus_space_alloc
(rbus_tag_t, bus_addr_t, bus_size_t, bus_addr_t,
rbus.c
60
rbus_space_alloc
(rbus_tag_t rbt, bus_addr_t addr, bus_size_t size, bus_addr_t mask, bus_addr_t align, int flags, bus_addr_t *addrp, bus_space_handle_t *bshp)
function
78
DPRINTF(("
rbus_space_alloc
: addr %lx, size %lx, mask %lx, align %lx\n",
89
return
rbus_space_alloc
(rbt->rb_parent, addr, size, mask,
rbus_ppb.c
293
if(
rbus_space_alloc
(caa->ca_rbus_iot, 0,
312
if(
rbus_space_alloc
(caa->ca_rbus_memt, 0,
349
if(
rbus_space_alloc
(rct.iobustags[busparent],
386
if(
rbus_space_alloc
(rct.membustags[busparent],
/src/sys/dev/pci/
pccbb.c
592
if (
rbus_space_alloc
(sc->sc_rbus_memt, 0, 0x1000, 0x0fff,
1972
if (
rbus_space_alloc
(rb, start, size, mask, align, 0, &ioaddr, &ioh)) {
2483
if (
rbus_space_alloc
(rb, 0, sizepg * PCIC_MEM_PAGESIZE,
2845
if (
rbus_space_alloc
(rb, addr, size, mask, align, flags, addrp, bshp)) {
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026