Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/pccbb/
HDpccbb.c154 static void cbb_insert(struct cbb_softc *sc);
155 static void cbb_removal(struct cbb_softc *sc);
162 static void cbb_cardbus_auto_open(struct cbb_softc *sc, int type);
180 cbb_remove_res(struct cbb_softc *sc, struct resource *res) in cbb_remove_res()
194 cbb_find_res(struct cbb_softc *sc, int type, int rid) in cbb_find_res()
205 cbb_insert_res(struct cbb_softc *sc, struct resource *res, int type, in cbb_insert_res()
224 cbb_destroy_res(struct cbb_softc *sc) in cbb_destroy_res()
250 cbb_disable_func_intr(struct cbb_softc *sc) in cbb_disable_func_intr()
269 cbb_enable_func_intr(struct cbb_softc *sc) in cbb_enable_func_intr()
281 struct cbb_softc *sc = device_get_softc(brdev); in cbb_detach()
[all …]
HDpccbbvar.h38 struct cbb_softc *sc;
57 struct cbb_softc { struct
88 void (*chipinit)(struct cbb_softc *); argument
123 void cbb_disable_func_intr(struct cbb_softc *sc);
148 cbb_set(struct cbb_softc *sc, uint32_t reg, uint32_t val) in cbb_set()
154 cbb_get(struct cbb_softc *sc, uint32_t reg) in cbb_get()
160 cbb_setb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) in cbb_setb()
166 cbb_clrb(struct cbb_softc *sc, uint32_t reg, uint32_t bits) in cbb_clrb()
HDpccbb_pci.c120 static void cbb_chipinit(struct cbb_softc *sc);
285 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_attach()
442 struct cbb_softc *sc = device_get_softc(brdev); in cbb_pci_detach()
455 cbb_chipinit(struct cbb_softc *sc) in cbb_chipinit()
665 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(pcib); in cbb_route_interrupt()
673 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_shutdown()
710 struct cbb_softc *sc = arg; in cbb_pci_filt()
804 struct cbb_softc *sc; in cbb_pci_alloc_resource()
818 struct cbb_softc *sc; in cbb_pci_adjust_resource()
833 struct cbb_softc *sc; in cbb_pci_release_resource()
[all …]
HDpccbb_isa.c128 struct cbb_softc *sc = device_get_softc(dev); in cbb_isa_activate()
169 struct cbb_softc *sc = device_get_softc(dev); in cbb_isa_deactivate()
183 struct cbb_softc *sc = device_get_softc(dev); in cbb_isa_probe()
253 sizeof(struct cbb_softc)