Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/marvell/
H A Dpci_machdep.c332 prop_array_t int2gpp; in gtpci_gpp_intr_string() local
335 int2gpp = prop_dictionary_get(device_properties(sc->sc_dev), "int2gpp"); in gtpci_gpp_intr_string()
336 gpp = prop_array_get(int2gpp, pin); in gtpci_gpp_intr_string()
355 prop_array_t int2gpp; in gtpci_gpp_intr_establish() local
359 int2gpp = prop_dictionary_get(device_properties(sc->sc_dev), "int2gpp"); in gtpci_gpp_intr_establish()
360 gpp = prop_array_get(int2gpp, int_pin); in gtpci_gpp_intr_establish()
/netbsd-src/sys/dev/marvell/
H A Dgtpci.c121 prop_array_t int2gpp; in gtpci_attach() local
203 int2gpp = prop_dictionary_get(dict, "int2gpp"); in gtpci_attach()
204 if (int2gpp != NULL) { in gtpci_attach()
205 if (prop_object_type(int2gpp) != PROP_TYPE_ARRAY) { in gtpci_attach()
212 intr < prop_array_count(int2gpp); in gtpci_attach()
214 gpp = prop_array_get(int2gpp, intr); in gtpci_attach()
/netbsd-src/sys/arch/evbarm/marvell/
H A Dmarvell_machdep.c544 prop_array_t int2gpp; in marvell_device_register() local
598 int2gpp = in marvell_device_register()
603 prop_array_add(int2gpp, gpp); in marvell_device_register()
608 prop_array_add(int2gpp, gpp); in marvell_device_register()
611 prop_dictionary_set(dict, "int2gpp", int2gpp); in marvell_device_register()