Home
last modified time | relevance | path

Searched refs:cbb_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pccbb/
H A Dpccbb.c148 static void cbb_insert(struct cbb_softc *sc);
149 static void cbb_removal(struct cbb_softc *sc);
156 static void cbb_cardbus_auto_open(struct cbb_softc *sc, int type);
174 cbb_remove_res(struct cbb_softc *sc, struct resource *res) in cbb_remove_res()
188 cbb_find_res(struct cbb_softc *sc, int type, int rid) in cbb_find_res()
199 cbb_insert_res(struct cbb_softc *sc, struct resource *res, int type, in cbb_insert_res()
218 cbb_destroy_res(struct cbb_softc *sc) in cbb_destroy_res()
244 cbb_disable_func_intr(struct cbb_softc *sc) in cbb_disable_func_intr()
263 cbb_enable_func_intr(struct cbb_softc *sc) in cbb_enable_func_intr()
277 struct cbb_softc *sc = device_get_softc(brdev); in cbb_detach()
[all …]
H A Dpccbbvar.h37 struct cbb_softc *sc;
55 struct cbb_softc { struct
86 void (*chipinit)(struct cbb_softc *); argument
120 void cbb_disable_func_intr(struct cbb_softc *sc);
145 cbb_set(struct cbb_softc *sc, uint32_t reg, uint32_t val) in cbb_set()
151 cbb_get(struct cbb_softc *sc, uint32_t reg) in cbb_get()
157 cbb_setb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) in cbb_setb()
163 cbb_clrb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) in cbb_clrb()
H A Dpccbb_pci.c118 static void cbb_chipinit(struct cbb_softc *sc);
279 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_attach()
397 struct cbb_softc *sc = device_get_softc(brdev); in cbb_pci_detach()
407 cbb_chipinit(struct cbb_softc *sc) in cbb_chipinit()
617 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(pcib); in cbb_route_interrupt()
625 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_shutdown()
662 struct cbb_softc *s in cbb_pci_filt()
[all...]