Home
last modified time | relevance | path

Searched refs:zl3073x_write_u48 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Dchan.c375 rc = zl3073x_write_u48(zldev, ZL_REG_DPLL_TOD_SEC(ch), ts.tv_sec); in zl3073x_chan_tod_write()
456 rc = zl3073x_write_u48(zldev, ZL_REG_DPLL_DF_OFFSET(ch), offset); in zl3073x_chan_df_offset_set()
491 rc = zl3073x_write_u48(zldev, ZL_REG_DPLL_TIE_DATA(ch), tie_data); in zl3073x_chan_tie_write()
H A Dref.c230 rc = zl3073x_write_u48(zldev, in zl3073x_ref_state_set()
H A Dcore.h156 int zl3073x_write_u48(struct zl3073x_dev *zldev, unsigned int reg, u64 val);
H A Dcore.c293 int zl3073x_write_u48(struct zl3073x_dev *zldev, unsigned int reg, u64 val) in zl3073x_write_u48() function