Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ssb/
Ddriver_gige.c226 tmslow &= ~SSB_GIGE_TMSLOW_RXBYPASS; in ssb_gige_probe()
230 tmslow |= SSB_GIGE_TMSLOW_RXBYPASS; in ssb_gige_probe()
/linux-6.6.21/include/linux/ssb/
Dssb_driver_gige.h28 #define SSB_GIGE_TMSLOW_RXBYPASS 0x00100000 /* RX bypass (no delay) */ macro