Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.c142 u32 cycle_width_ns, u32 pulse_width_ns, in ksz_ptp_configure_perout() argument
156 ret = ksz_write32(dev, REG_TRIG_CYCLE_WIDTH, cycle_width_ns); in ksz_ptp_configure_perout()
183 u64 cycle_width_ns; in ksz_ptp_enable_perout() local
222 cycle_width_ns = timespec64_to_ns(&ptp_data->perout_period); in ksz_ptp_enable_perout()
223 if ((cycle_width_ns & TRIG_CYCLE_WIDTH_M) != cycle_width_ns) in ksz_ptp_enable_perout()
243 ret = ksz_ptp_configure_perout(dev, cycle_width_ns, pulse_width_ns, in ksz_ptp_enable_perout()