Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/
Dclk-si5351.h90 #define SI5351_PARAMETERS_LENGTH 8 macro
Dclk-si5351.c130 return SI5351_CLK0_PARAMETERS + (SI5351_PARAMETERS_LENGTH * num); in si5351_msynth_params_address()
136 u8 buf[SI5351_PARAMETERS_LENGTH]; in si5351_read_parameters()
147 si5351_bulk_read(drvdata, reg, SI5351_PARAMETERS_LENGTH, buf); in si5351_read_parameters()
158 u8 buf[SI5351_PARAMETERS_LENGTH]; in si5351_write_parameters()
178 si5351_bulk_write(drvdata, reg, SI5351_PARAMETERS_LENGTH, buf); in si5351_write_parameters()