Home
last modified time | relevance | path

Searched refs:QDMA_IDENTIFIER_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma/amd/qdma/
H A Dqdma.h42 #define QDMA_IDENTIFIER_MASK GENMASK(31, 16) macro
H A Dqdma.c482 value = FIELD_GET(QDMA_IDENTIFIER_MASK, value); in qdma_device_verify()