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

  /src/sys/arch/mips/atheros/
ar_conf.c 56 static const struct atheros_chip chips[] = { variable in typeref:typename:const struct atheros_chip[]
122 __CTASSERT(__arraycount(chips) > 0);
175 for (const struct atheros_chip *ac = chips;
176 ac < chips + __arraycount(chips);
  /src/sys/arch/arm/broadcom/
bcm53xx_board.c 172 u_int chips = 0; local in function:bcm53xx_memprobe
175 chips += (cs_map & 1);
191 return (psize_t) chips << chip_size_log2;

Completed in 13 milliseconds