Home
last modified time | relevance | path

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

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