Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_setup.c137 switch (AR5312_REVISION_MAJOR(ver)) { in ar5315_detect_sys_type()
H A Dar5312reg.h165 #define AR5312_REVISION_MAJOR(x) (((x) >> 4) & 0xf) macro