Searched refs:po_node (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/armv7/marvell/ |
H A D | mvpcie.c | 101 int po_node; member 335 po->po_node = node; in mvpcie_port_attach() 337 clock_enable_all(po->po_node); in mvpcie_port_attach() 339 if (OF_getpropintarray(po->po_node, "reg", reg, in mvpcie_port_attach() 343 if (OF_getpropintarray(po->po_node, "assigned-addresses", assigned, in mvpcie_port_attach() 347 po->po_port = OF_getpropint(po->po_node, "marvell,pcie-port", 0); in mvpcie_port_attach() 348 po->po_port = OF_getpropint(po->po_node, "marvell,pcie-lane", 0); in mvpcie_port_attach() 355 po->po_gpiolen = OF_getproplen(po->po_node, "reset-gpios"); in mvpcie_port_attach() 358 OF_getpropintarray(po->po_node, "reset-gpios", in mvpcie_port_attach() 847 cookie = arm_intr_establish_fdt_imap_cpu(po->po_node, reg, in mvpcie_intr_establish()
|