OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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: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
175
chips
+= (cs_map & 1);
191
return (psize_t)
chips
<< chip_size_log2;
Completed in 18 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026