Searched refs:mtk_pic_spec (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_intr_v1.c87 static struct resource_spec mtk_pic_spec[] = { variable in typeref:struct:resource_spec
172 if (bus_alloc_resources(dev, mtk_pic_spec, sc->pic_res)) {
218 bus_release_resources(dev, mtk_pic_spec, sc->pic_res);
H A Dmtk_intr_v2.c87 static struct resource_spec mtk_pic_spec[] = { variable in typeref:struct:resource_spec
167 if (bus_alloc_resources(dev, mtk_pic_spec, sc->pic_res)) {
213 bus_release_resources(dev, mtk_pic_spec, sc->pic_res);

Completed in 122 milliseconds