Searched refs:clkpol_pos (Results 1 – 1 of 1) sorted by relevance
358 const u32 clkpol_pos = 2; in nx_dpc_set_clock_polarity() local359 const u32 clkpol_mask = 1ul << clkpol_pos; in nx_dpc_set_clock_polarity()374 const u32 clkpol_pos = 2; in nx_dpc_get_clock_polarity() local375 const u32 clkpol_mask = 1ul << clkpol_pos; in nx_dpc_get_clock_polarity()
Completed in 7 milliseconds