Home
last modified time | relevance | path

Searched defs:cardbus_phdl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c134 struct cardbus_phdl { struct
138 cardbus_phdl_t *next; argument
140 uint64_t memory_base; /* Memory base for this attach point */
141 uint64_t memory_last;
142 uint64_t memory_len;
166 static cardbus_phdl_t *cardbus_find_phdl(dev_info_t *dip); argument