Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/etherswitch/mtkswitch/
Dmtkswitch_mt7620.c281 while (sc->hal.mtkswitch_read(sc, MTKSWITCH_ATC) & ATC_BUSY); in mtkswitch_atu_flush()
282 sc->hal.mtkswitch_write(sc, MTKSWITCH_ATC, ATC_BUSY | in mtkswitch_atu_flush()
284 while (sc->hal.mtkswitch_read(sc, MTKSWITCH_ATC) & ATC_BUSY); in mtkswitch_atu_flush()
Dmtkswitch_mt7620.h32 #define MTKSWITCH_ATC 0x0080 macro