phc_time 88 drivers/net/dsa/mv88e6xxx/ptp.c u16 phc_time[2]; phc_time 91 drivers/net/dsa/mv88e6xxx/ptp.c err = mv88e6xxx_tai_read(chip, MV88E6XXX_TAI_TIME_LO, phc_time, phc_time 92 drivers/net/dsa/mv88e6xxx/ptp.c ARRAY_SIZE(phc_time)); phc_time 96 drivers/net/dsa/mv88e6xxx/ptp.c return ((u32)phc_time[1] << 16) | phc_time[0]; phc_time 102 drivers/net/dsa/mv88e6xxx/ptp.c u16 phc_time[2]; phc_time 105 drivers/net/dsa/mv88e6xxx/ptp.c err = mv88e6xxx_tai_read(chip, MV88E6XXX_PTP_GC_TIME_LO, phc_time, phc_time 106 drivers/net/dsa/mv88e6xxx/ptp.c ARRAY_SIZE(phc_time)); phc_time 110 drivers/net/dsa/mv88e6xxx/ptp.c return ((u32)phc_time[1] << 16) | phc_time[0];