Lines Matching +full:clock +full:- +full:indices
2 * Header file describing the internal (inter-module) DHD interfaces.
24 * <<Broadcom-WL-IPTag/Open:>>
106 /* Check for and handle local prot-specific iovar commands */
122 /* Set user-specified nvram parameters. */
138 (_bus)->dhd->busstate = DHD_BUS_DOWN; \
162 /* DMA Indices array buffers for: H2D WR and RD, and D2H WR and RD */
163 H2D_DMA_INDX_WR_BUF, /* update H2D WR dma indices buf base addr to dongle */
164 H2D_DMA_INDX_RD_BUF, /* update H2D RD dma indices buf base addr to dongle */
165 D2H_DMA_INDX_WR_BUF, /* update D2H WR dma indices buf base addr to dongle */
166 D2H_DMA_INDX_RD_BUF, /* update D2H RD dma indices buf base addr to dongle */
168 /* DHD sets/gets WR or RD index, in host's H2D and D2H DMA indices buffer */
169 H2D_DMA_INDX_WR_UPD, /* update H2D WR index in H2D WR dma indices buf */
170 H2D_DMA_INDX_RD_UPD, /* update H2D RD index in H2D RD dma indices buf */
171 D2H_DMA_INDX_WR_UPD, /* update D2H WR index in D2H WR dma indices buf */
172 D2H_DMA_INDX_RD_UPD, /* update D2H RD index in D2H RD dma indices buf */
174 /* DHD Indices array buffers and update for: H2D flow ring WR */
175 H2D_IFRM_INDX_WR_BUF, /* update H2D WR dma indices buf base addr to dongle */
176 H2D_IFRM_INDX_WR_UPD, /* update H2D WR dma indices buf base addr to dongle */
333 * SDIO layer clock control functions exposed to be called from other layers.
335 * BT and SDIO and we have to control the clock. The callers of this function