Searched defs:and (Results 1 – 4 of 4) sorted by relevance
/drivers/dma/ |
D | edma.c | 300 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify() 310 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and() 339 unsigned and, unsigned or) in edma_modify_array() 398 int param_no, unsigned and, unsigned or) in edma_param_modify() 404 unsigned and) in edma_param_and()
|
/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 66 int and; member
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 2180 #define WREG32_AND(reg, and) WREG32_P(reg, 0, and) argument
|
/drivers/gpu/drm/radeon/ |
D | radeon.h | 2572 #define WREG32_AND(reg, and) WREG32_P(reg, 0, and) argument
|