Searched refs:ict_dma (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_iwnvar.h249 struct iwn_dma_info ict_dma; member in struct:iwn_softc
H A Dif_iwmvar.h524 struct iwm_dma_info ict_dma; member in struct:iwm_softc
H A Dif_iwxvar.h674 struct iwx_dma_info ict_dma; member in struct:iwx_softc
H A Dif_iwx.c2290 memset(sc->ict_dma.vaddr, 0, IWX_ICT_SIZE);
2298 | sc->ict_dma.paddr >> IWX_ICT_PADDR_SHIFT);
10185 uint32_t *ict = sc->ict_dma.vaddr;
11193 err = iwx_dma_contig_alloc(sc->sc_dmat, &sc->ict_dma,
11329 if (sc->ict_dma.vaddr != NULL)
11330 iwx_dma_contig_free(&sc->ict_dma);
H A Dif_iwn.c1146 return iwn_dma_contig_alloc(sc->sc_dmat, &sc->ict_dma,
1153 iwn_dma_contig_free(&sc->ict_dma);
1396 IWN_DRAM_INT_TBL_WRAP_CHECK | sc->ict_dma.paddr >> 12);
H A Dif_iwm.c1657 memset(sc->ict_dma.vaddr, 0, IWM_ICT_SIZE);
1665 | sc->ict_dma.paddr >> IWM_ICT_PADDR_SHIFT);
11370 uint32_t *ict = sc->ict_dma.vaddr;
11895 err = iwm_dma_contig_alloc(sc->sc_dmat, &sc->ict_dma,
12047 fail3: if (sc->ict_dma.vaddr != NULL)
12048 iwm_dma_contig_free(&sc->ict_dma);

Completed in 299 milliseconds