Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c273 AR8216_ATU_ACTIVE, in ar8xxx_atu_wait_ready()
299 AR8216_ATU_OP_FLUSH | AR8216_ATU_ACTIVE); in ar8xxx_atu_flush()
332 val | AR8216_ATU_ACTIVE); in ar8xxx_atu_flush_port()
377 val |= AR8216_ATU_ACTIVE; in ar8xxx_atu_fetch_table()
H A Darswitchreg.h147 #define AR8216_ATU_ACTIVE BIT(3) macro