Searched defs:and (Results 1 – 4 of 4) sorted by relevance
/drivers/dma/ti/ |
D | edma.c | 319 static inline void edma_modify(struct edma_cc *ecc, int offset, unsigned and, in edma_modify() 329 static inline void edma_and(struct edma_cc *ecc, int offset, unsigned and) in edma_and() 358 unsigned and, unsigned or) in edma_modify_array() 417 int param_no, unsigned and, unsigned or) in edma_param_modify() 423 unsigned and) in edma_param_and()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 1204 #define WREG32_AND(reg, and) WREG32_P(reg, 0, and) argument
|
/drivers/misc/habanalabs/common/ |
D | habanalabs.h | 2026 #define WREG32_AND(reg, and) WREG32_P(reg, 0, and) argument
|
/drivers/gpu/drm/radeon/ |
D | radeon.h | 2582 #define WREG32_AND(reg, and) WREG32_P(reg, 0, and) argument
|