Home
last modified time | relevance | path

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

/drivers/ptp/
Dptp_ines.c78 #define TS_ENABLE BIT(15) macro
346 ts_stat_tx = TS_ENABLE; in ines_hwtstamp()
349 ts_stat_tx = TS_ENABLE; in ines_hwtstamp()
374 ts_stat_rx = TS_ENABLE; in ines_hwtstamp()
391 port->rxts_enabled = ts_stat_rx == TS_ENABLE; in ines_hwtstamp()
392 port->txts_enabled = ts_stat_tx == TS_ENABLE; in ines_hwtstamp()
/drivers/net/dsa/microchip/
Dksz9477_reg.h604 #define TS_ENABLE BIT(1) macro
613 (TS_INT_ENABLE | TS_ENABLE | TS_RESET)