Searched refs:ctlhi (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/dma/dw/ |
H A D | core.c | 164 channel_writel(dwc, CTL_HI, lli_read(desc, ctlhi)); in dwc_do_single_block() 292 u32 ctlhi = channel_readl(dwc, CTL_HI); in dwc_get_sent() local 295 return dw->block2bytes(dwc, ctlhi, ctllo >> 4 & 7); in dwc_get_sent() 417 lli_read(desc, ctlhi), in dwc_dump_lli() 552 u32 ctllo, ctlhi; in dwc_prep_dma_memcpy() local 581 ctlhi = dw->bytes2block(dwc, len - offset, src_width, &xfer_count); in dwc_prep_dma_memcpy() 586 lli_write(desc, ctlhi, ctlhi); in dwc_prep_dma_memcpy() 624 u32 ctllo, ctlhi; in dwc_prep_slave_sg() local 669 ctlhi = dw->bytes2block(dwc, len, mem_width, &dlen); in dwc_prep_slave_sg() 673 lli_write(desc, ctlhi, ctlhi); in dwc_prep_slave_sg() [all …]
|
H A D | regs.h | 376 __le32 ctlhi; member
|
/linux/drivers/dma/ |
H A D | idma64.h | 101 u32 ctlhi; member
|