Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c193 const uint32_t dstart = (uint32_t)data; in mxs_spi_xfer_dma() local
223 flush_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
226 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
300 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c35 int dstart; in shape_hello() member
73 shape.start += shape.dstart; in shape_hello()
76 shape.dstart = -shape.dstart; in shape_hello()
78 shape.start += shape.dstart; in shape_hello()
/openbmc/linux/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()