Home
last modified time | relevance | path

Searched refs:fixed_dwidth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dat_xdmac.c666 u32 len, mem, dwidth, fixed_dwidth; in at_xdmac_prep_slave_sg() local
695 fixed_dwidth = IS_ALIGNED(len, 1 << dwidth) in at_xdmac_prep_slave_sg()
701 | (len >> fixed_dwidth); /* microblock length */ in at_xdmac_prep_slave_sg()
703 AT_XDMAC_CC_DWIDTH(fixed_dwidth); in at_xdmac_prep_slave_sg()
/kernel/linux/linux-6.6/drivers/dma/
H A Dat_xdmac.c796 u32 len, mem, dwidth, fixed_dwidth; in at_xdmac_prep_slave_sg() local
825 fixed_dwidth = IS_ALIGNED(len, 1 << dwidth) in at_xdmac_prep_slave_sg()
831 | (len >> fixed_dwidth); /* microblock length */ in at_xdmac_prep_slave_sg()
833 AT_XDMAC_CC_DWIDTH(fixed_dwidth); in at_xdmac_prep_slave_sg()

Completed in 12 milliseconds