Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/marvell/
H A Dmvmbus.c121 void *mbusc; in mvmbus_attach() local
128 mbusc = fdt_find_phandle(OF_getpropint(faa->fa_node, "controller", 0)); in mvmbus_attach()
129 if (mbusc == NULL) in mvmbus_attach()
132 if (fdt_get_reg(mbusc, 0, &reg)) in mvmbus_attach()
139 if (fdt_get_reg(mbusc, 1, &reg)) in mvmbus_attach()
147 if (fdt_get_reg(mbusc, 2, &reg) == 0) in mvmbus_attach()