Home | History | Annotate | Download | only in dhdutil

Lines Matching full:chipid

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