Searched refs:cycle_width_ns (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/ |
H A D | ksz_ptp.c | 142 u32 cycle_width_ns, u32 pulse_width_ns, in ksz_ptp_configure_perout() 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() 141 ksz_ptp_configure_perout(struct ksz_device *dev, u32 cycle_width_ns, u32 pulse_width_ns, struct timespec64 const *target_time, u8 index) ksz_ptp_configure_perout() argument
|
Completed in 2 milliseconds