Home
last modified time | relevance | path

Searched refs:LAN8841_PTP_GPIO_NUM (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/net/phy/
Dmicrel.c4111 #define LAN8841_PTP_GPIO_NUM 10 macro
4265 if (pin == -1 || pin >= LAN8841_PTP_GPIO_NUM) in lan8841_ptp_perout()
4449 if (pin == -1 || pin >= LAN8841_PTP_GPIO_NUM) in lan8841_ptp_extts()
4504 .n_per_out = LAN8841_PTP_GPIO_NUM,
4505 .n_ext_ts = LAN8841_PTP_GPIO_NUM,
4506 .n_pins = LAN8841_PTP_GPIO_NUM,
4535 LAN8841_PTP_GPIO_NUM, in lan8841_probe()
4541 for (int i = 0; i < LAN8841_PTP_GPIO_NUM; ++i) { in lan8841_probe()