Home
last modified time | relevance | path

Searched refs:pulse_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
165 data = (pulse_width_ns / 8); in ksz_ptp_configure_perout()
184 u64 pulse_width_ns; in ksz_ptp_enable_perout() local
227 pulse_width_ns = request->on.sec * NSEC_PER_SEC + in ksz_ptp_enable_perout()
235 pulse_width_ns = min_t(u64, req_pulse_width_ns, in ksz_ptp_enable_perout()
239 ret = ksz_ptp_tou_pulse_verify(pulse_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()