Home | Sort by: relevance | last modified time | path |
/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; |