Searched refs:ch_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/allwinner/
H A Da10_dmac.c65 uint8_t ch_index; member in struct:a10dmac_channel
145 sc->sc_ndma_channels[index].ch_index = index;
154 sc->sc_ddma_channels[index].ch_index = index;
383 sta = AWIN_DMA_IRQ_NDMA_END(ch->ch_index);
386 sta = AWIN_DMA_IRQ_DDMA_END(ch->ch_index);
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm_phy_db.c425 uint8_t ch_index = ch_id_to_ch_index(ch_id); local
426 if (ch_index == 0xff)
437 if (le16toh(txp_chg->max_channel_idx) >= ch_index)

Completed in 161 milliseconds