HomeSort by: relevance | last modified time | path
    Searched defs:ac_chipmask (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/mips/atheros/
ar_conf.c 50 uint8_t ac_chipmask; member in struct:atheros_chip
62 .ac_chipmask = 0xff,
73 .ac_chipmask = 0xf0,
83 .ac_chipmask = 0xf3,
90 .ac_chipmask = 0xf3,
97 .ac_chipmask = 0xf3,
107 .ac_chipmask = 0xff,
114 .ac_chipmask = 0xff,
186 if ((chipid & ac->ac_chipmask) == ac->ac_chipid) {

Completed in 13 milliseconds