Home
last modified time | relevance | path

Searched defs:chipid (Results 1 – 4 of 4) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/api/mraa/
Dpwm.hpp53 Pwm(int pin, bool owner = true, int chipid = -1) in Pwm()
/hardware/bsp/intel/peripheral/libmraa/include/
Dmraa_internal_types.h100 int chipid; /**< the chip id, which the pwm resides */ member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmdevs.h301 #define BCM4707_CHIP(chipid) (((chipid) == BCM4707_CHIP_ID) || ((chipid) == BCM53018_CHIP_ID)) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1794 bcm_chipname(uint chipid, char *buf, uint len) in bcm_chipname()