HomeSort by relevance Sort by last modified time
    Searched refs:chippkg (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 35 #define IS_SIM(chippkg) ((chippkg == HDLSIM_PKG_ID) || (chippkg == HWSIM_PKG_ID))
siutils.c 270 (sii->pub.chippkg != BCM4712LARGE_PKG_ID) && (sii->pub.chiprev <= 3))
362 sih->chippkg = (w & CID_PKG_MASK) >> CID_PKG_SHIFT;
363 if ((CHIPID(sih->chip) == BCM4329_CHIP_ID) && (sih->chippkg != BCM4329_289PIN_PKG_ID))
364 sih->chippkg = BCM4329_182PIN_PKG_ID;
365 sih->issim = IS_SIM(sih->chippkg);
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
siutils.h 49 uint chippkg; member in struct:si_pub

Completed in 12 milliseconds