OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbustag
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/cardbus/
rbus.h
74
* 1) When a
rbustag
has no space for child (it means rb_extent is
77
* 2) When a
rbustag
has its own space (whether shared or dedicated),
80
struct
rbustag
{
struct
82
struct
rbustag
*rb_parent;
88
int (*rb_space_alloc)(struct
rbustag
*, bus_addr_t, bus_addr_t,
91
int (*rbus_space_free)(struct
rbustag
*, bus_space_handle_t,
104
typedef struct
rbustag
*rbus_tag_t;
cardbus_map.c
234
rbus_tag_t
rbustag
;
local
255
rbustag
= sc->sc_rbus_iot;
261
rbustag
= sc->sc_rbus_memt;
268
if ((*cf->cardbus_space_alloc)(cc,
rbustag
, base, size, mask,
317
rbus_tag_t
rbustag
;
local
322
rbustag
= sc->sc_rbus_iot;
326
rbustag
= sc->sc_rbus_memt;
335
(*cf->cardbus_space_free)(cc,
rbustag
, handle, size);
rbus_ppb.c
518
rbus_tag_t
rbustag
;
local
551
rbustag
= rct->iobustags[bus];
554
rbustag
= rct->membustags[bus];
558
if((*cf->cardbus_space_alloc)(ct,
rbustag
, base, size,
rbus.c
185
/* error. INVALID
rbustag
*/
220
if (NULL == (rb = (rbus_tag_t)malloc(sizeof(struct
rbustag
), M_DEVBUF,
Completed in 18 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026