Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pccbb/
H A Dpccbb.c149 static void cbb_insert(struct cbb_softc *sc);
150 static void cbb_removal(struct cbb_softc *sc);
219 cbb_destroy_res(struct cbb_softc *sc) in cbb_destroy_res()
245 cbb_disable_func_intr(struct cbb_softc *sc) in cbb_disable_func_intr()
264 cbb_enable_func_intr(struct cbb_softc *sc) in cbb_enable_func_intr()
450 struct cbb_softc *sc = arg; in cbb_event_thread()
534 cbb_insert(struct cbb_softc *sc) in cbb_insert()
570 cbb_removal(struct cbb_softc *sc) in cbb_removal()
590 struct cbb_softc *sc = ih->sc; in cbb_func_filt()
609 struct cbb_softc *sc = ih->sc; in cbb_func_intr()
[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.c119 static void cbb_chipinit(struct cbb_softc *sc);
284 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_attach()
447 cbb_chipinit(struct cbb_softc *sc) in cbb_chipinit()
657 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(pcib); in cbb_route_interrupt()
665 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_shutdown()
702 struct cbb_softc *sc = arg; in cbb_pci_filt()
796 struct cbb_softc *sc; in cbb_pci_alloc_resource()
810 struct cbb_softc *sc; in cbb_pci_adjust_resource()
825 struct cbb_softc *sc; in cbb_pci_release_resource()
892 struct cbb_softc *sc = (struct cbb_softc *)device_get_softc(brdev); in cbb_pci_resume()
[all …]