Searched refs:cal_gpio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | dp83640.c | 628 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local 631 cal_gpio = 1 + ptp_find_pin_unlocked(clock->ptp_clock, PTP_PF_PHYSYNC, 0); in recalibrate() 632 if (cal_gpio < 1) { in recalibrate() 659 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate() 672 ptp_trig |= (cal_gpio & TRIG_GPIO_MASK) << TRIG_GPIO_SHIFT; in recalibrate()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | dp83640.c | 636 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local 639 cal_gpio = 1 + ptp_find_pin_unlocked(clock->ptp_clock, PTP_PF_PHYSYNC, 0); in recalibrate() 640 if (cal_gpio < 1) { in recalibrate() 666 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate() 677 ptp_trig |= (cal_gpio & TRIG_GPIO_MASK) << TRIG_GPIO_SHIFT; in recalibrate()
|
Completed in 5 milliseconds