Searched refs:chipid (Results 1 – 3 of 3) sorted by relevance
301 #define BCM4707_CHIP(chipid) (((chipid) == BCM4707_CHIP_ID) || ((chipid) == BCM53018_CHIP_ID)) argument
804 extern char *bcm_chipname(uint chipid, char *buf, uint len);
1794 bcm_chipname(uint chipid, char *buf, uint len) in bcm_chipname() argument1798 fmt = ((chipid > 0xa000) || (chipid < 0x4000)) ? "%d" : "%x"; in bcm_chipname()1799 snprintf(buf, len, fmt, chipid); in bcm_chipname()