Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dmxs_spi.c198 const uint32_t dstart = (uint32_t)data; in mxs_spi_xfer_dma() local
228 flush_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
231 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
305 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c36 int dstart; in shape_hello() member
74 shape.start += shape.dstart; in shape_hello()
77 shape.dstart = -shape.dstart; in shape_hello()
79 shape.start += shape.dstart; in shape_hello()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dtime.c172 unsigned int dstart, dend; in via_calibrate_decr() local
201 dstart = get_dec(); in via_calibrate_decr()
208 ppc_tb_freq = (dstart - dend) * 100 / 6; in via_calibrate_decr()