Searched defs:chipid (Results 1 – 4 of 4) sorted by relevance
53 Pwm(int pin, bool owner = true, int chipid = -1) in Pwm()
100 int chipid; /**< the chip id, which the pwm resides */ member
301 #define BCM4707_CHIP(chipid) (((chipid) == BCM4707_CHIP_ID) || ((chipid) == BCM53018_CHIP_ID)) argument
1794 bcm_chipname(uint chipid, char *buf, uint len) in bcm_chipname()