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

  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h 51 void *regs[SI_MAXCORES]; /* other regs va */
52 void *regs2[SI_MAXCORES]; /* va of each core second register set (usbh20) */
53 uint coreid[SI_MAXCORES]; /* id of each core */
54 uint32 cia[SI_MAXCORES]; /* erom cia entry for each core */
55 uint32 cib[SI_MAXCORES]; /* erom cia entry for each core */
56 uint32 coresba_size[SI_MAXCORES]; /* backplane address space size */
57 uint32 coresba2_size[SI_MAXCORES]; /* second address space size */
58 uint32 coresba[SI_MAXCORES]; /* backplane address of each core */
59 uint32 coresba2[SI_MAXCORES]; /* address of each core second register set (usbh20) */
60 void *wrappers[SI_MAXCORES]; /* other cores wrapper va *
    [all...]
aiutils.c 499 if (coreidx >= SI_MAXCORES)
sbutils.c 366 if (coreidx >= SI_MAXCORES)
siutils.c 424 for (idx = 0; idx < SI_MAXCORES; idx++)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 46 #ifndef SI_MAXCORES
47 #define SI_MAXCORES 16 /* Max cores (this is arbitrary, for software

Completed in 17 milliseconds