Searched refs:_emit_MOV (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | pl330.c | 705 static inline u32 _emit_MOV(unsigned dry_run, u8 buf[], in _emit_MOV() function 1296 off += _emit_MOV(dry_run, &buf[off], SAR, x->src_addr); in _setup_xfer() 1298 off += _emit_MOV(dry_run, &buf[off], DAR, x->dst_addr); in _setup_xfer() 1321 off += _emit_MOV(dry_run, &buf[off], CCR, pxs->ccr); in _setup_req()
|