Lines Matching refs:phandle
47 uint32_t phandle = cells[0]; in clock_get_frequency_cells() local
51 if (cd->cd_phandle == phandle) in clock_get_frequency_cells()
58 node = OF_getnodebyphandle(phandle); in clock_get_frequency_cells()
81 uint32_t phandle = cells[0]; in clock_set_frequency_cells() local
84 if (cd->cd_phandle == phandle) in clock_set_frequency_cells()
98 uint32_t phandle = cells[0]; in clock_set_parent_cells() local
101 if (cd->cd_phandle == phandle) in clock_set_parent_cells()
115 uint32_t phandle = cells[0]; in clock_enable_cells() local
118 if (cd->cd_phandle == phandle) in clock_enable_cells()
129 uint32_t phandle = cells[0]; in clock_next_clock() local
132 node = OF_getnodebyphandle(phandle); in clock_next_clock()
356 uint32_t phandle = cells[0]; in reset_assert_cells() local
359 if (rd->rd_phandle == phandle) in reset_assert_cells()
370 uint32_t phandle = cells[0]; in reset_next_reset() local
373 node = OF_getnodebyphandle(phandle); in reset_next_reset()