Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/atheros/
Dar_conf.c184 const uint32_t chipid = AR9344_REVISION_CHIPID(revision_id); in atheros_set_platformsw()
/netbsd/src/sys/arch/mips/atheros/include/
Dar9344reg.h206 #define AR9344_REVISION_CHIPID(x) (((x) >> 0) & 0xff) macro