cardbusvar.h | 166 struct cardbus_softc *ct_sc; /* pointer to the parent */ member in struct:cardbus_devfunc 281 #define Cardbus_function_enable(ct) cardbus_function_enable((ct)->ct_sc, (ct)->ct_func) 282 #define Cardbus_function_disable(ct) cardbus_function_disable((ct)->ct_sc, (ct)->ct_func) 287 cardbus_mapreg_map((ct)->ct_sc, (ct->ct_func), (reg), (type),\ 290 cardbus_mapreg_unmap((ct)->ct_sc, (ct->ct_func), (reg), (tag), (handle), (size))
|