Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h483 #define DMA_CTRL_DMAR_BURST_LEN_MASK 7 macro
H A Datl1e_main.c1031 dma_ctrl_data |= (((u32)hw->dmar_block) & DMA_CTRL_DMAR_BURST_LEN_MASK) in atl1e_configure_dma()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.h195 #define DMA_CTRL_DMAR_BURST_LEN_MASK 7 macro
H A Datl1.c1586 value = ((((u32) hw->dmar_block) & DMA_CTRL_DMAR_BURST_LEN_MASK) in atl1_configure()