Searched refs:phc_time (Results 1 – 1 of 1) sorted by relevance
72 u16 phc_time[2]; in mv88e6352_ptp_clock_read() local75 err = mv88e6xxx_tai_read(chip, MV88E6XXX_TAI_TIME_LO, phc_time, in mv88e6352_ptp_clock_read()76 ARRAY_SIZE(phc_time)); in mv88e6352_ptp_clock_read()80 return ((u32)phc_time[1] << 16) | phc_time[0]; in mv88e6352_ptp_clock_read()86 u16 phc_time[2]; in mv88e6165_ptp_clock_read() local89 err = mv88e6xxx_tai_read(chip, MV88E6XXX_PTP_GC_TIME_LO, phc_time, in mv88e6165_ptp_clock_read()90 ARRAY_SIZE(phc_time)); in mv88e6165_ptp_clock_read()94 return ((u32)phc_time[1] << 16) | phc_time[0]; in mv88e6165_ptp_clock_read()