Home
last modified time | relevance | path

Searched refs:wcbbase (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/malo/
H A Dif_malohal.h77 uint32_t wcbbase[4]; member
88 uint32_t wcbbase[4]; member
H A Dif_malohal.c554 hw->wcbbase[0] = le32toh(cmd->wcbbase0) & 0x0000ffff; in malo_hal_gethwspecs()
555 hw->wcbbase[1] = le32toh(cmd->wcbbase1) & 0x0000ffff; in malo_hal_gethwspecs()
556 hw->wcbbase[2] = le32toh(cmd->wcbbase2) & 0x0000ffff; in malo_hal_gethwspecs()
557 hw->wcbbase[3] = le32toh(cmd->wcbbase3) & 0x0000ffff; in malo_hal_gethwspecs()
H A Dif_malo.c215 sc->malo_hwspecs.wcbbase[0], sc->malo_hwspecs.wcbbase[1], in malo_attach()
216 sc->malo_hwspecs.wcbbase[2], sc->malo_hwspecs.wcbbase[3]); in malo_attach()
705 sc->malo_hwspecs.wcbbase[i], sc->malo_hwdma.wcbbase[i]); in malo_hal_set_rxtxdma()
724 sc->malo_hwdma.wcbbase[i] = txq->dma.dd_desc_paddr; in malo_setup_hwdma()
H A Dif_malo.h217 uint32_t wcbbase[MALO_MAX_TXWCB_QUEUES]; member