H A D | scc_core.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2006 Marcel Moolenaar 62 cl = sc->sc_class; in scc_bfe_intr() 63 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) { in scc_bfe_intr() 70 for (c = 0; c < cl->cl_channels; c++) { in scc_bfe_intr() 71 ch = &sc->sc_cha in scc_bfe_intr() 106 rman_res_t base, size, start, sz; scc_bfe_attach() local 409 scc_bus_alloc_resource(device_t dev,device_t child,int type,int * rid,rman_res_t start,rman_res_t end,rman_res_t count,u_int flags) scc_bus_alloc_resource() argument 433 scc_bus_get_resource(device_t dev,device_t child,int type,int rid,rman_res_t * startp,rman_res_t * countp) scc_bus_get_resource() argument 457 scc_bus_read_ivar(device_t dev,device_t child,int index,uintptr_t * result) scc_bus_read_ivar() argument 498 scc_bus_release_resource(device_t dev,device_t child,struct resource * res) scc_bus_release_resource() argument 515 scc_bus_setup_intr(device_t dev,device_t child,struct resource * r,int flags,driver_filter_t * filt,void (* ihand)(void *),void * arg,void ** cookiep) scc_bus_setup_intr() argument 564 scc_bus_teardown_intr(device_t dev,device_t child,struct resource * r,void * cookie) scc_bus_teardown_intr() argument [all...] |