Searched refs:npp (Results 1 – 3 of 3) sorted by relevance
252 static char *parse_node(char *buf, size_t bufsize, struct device_node **npp) in parse_node() argument256 *npp = NULL; in parse_node()268 *npp = of_find_node_by_phandle(handle); in parse_node()
75 u32 npp; in xgene_cle_dn_to_hw() local87 npp = br->next_packet_pointer; in xgene_cle_dn_to_hw()89 if ((br->jump_rel == JMP_ABS) && (npp < CLE_PKTRAM_SIZE)) in xgene_cle_dn_to_hw()90 npp += jb; in xgene_cle_dn_to_hw()93 SET_VAL(CLE_BR_NPPTR, npp) | in xgene_cle_dn_to_hw()
808 struct device_node *npp; in xemaclite_mdio_setup() local818 npp = of_get_parent(np); in xemaclite_mdio_setup()819 ret = of_address_to_resource(npp, 0, &res); in xemaclite_mdio_setup()820 of_node_put(npp); in xemaclite_mdio_setup()