Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:chipid

1601 bcm_chipname(uint chipid, char *buf, uint len)
1605 fmt = ((chipid > 0xa000) || (chipid < 0x4000)) ? "%d" : "%x";
1606 snprintf(buf, len, fmt, chipid);