Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c279 while (sc->hal.mtkswitch_read(sc, MTKSWITCH_ATC) & ATC_BUSY); in mtkswitch_atu_flush()
280 sc->hal.mtkswitch_write(sc, MTKSWITCH_ATC, ATC_BUSY | in mtkswitch_atu_flush()
282 while (sc->hal.mtkswitch_read(sc, MTKSWITCH_ATC) & ATC_BUSY); in mtkswitch_atu_flush()
H A Dmtkswitch_mt7620.h31 #define ATC_BUSY (1u<<15) macro