Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dev.c71 bool soc = FIELD_GET(DWORD0_SOC, desc->dw0); in pt_core_execute_cmd()
78 desc->dw0 &= ~DWORD0_SOC; in pt_core_execute_cmd()
H A Dptdma.h280 #define DWORD0_SOC BIT(0) macro