Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_power.c106 gate |= CURRENT_GATE_DMA; in sm750_enable_dma()
108 gate &= ~CURRENT_GATE_DMA; in sm750_enable_dma()
H A Dddk750_reg.h330 #define CURRENT_GATE_DMA BIT(0) macro