Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_misc.c233 uint32_t dw_cnt, uint32_t *rd_buff) in crystalhd_mem_rd() argument
238 (bc_chk_dram_range(adp, start_off, dw_cnt) != BC_STS_SUCCESS)) { in crystalhd_mem_rd()
242 for (ix = 0; ix < dw_cnt; ix++) in crystalhd_mem_rd()
261 uint32_t dw_cnt, uint32_t *wr_buff) in crystalhd_mem_wr() argument
266 (bc_chk_dram_range(adp, start_off, dw_cnt) != BC_STS_SUCCESS)) { in crystalhd_mem_wr()
271 for (ix = 0; ix < dw_cnt; ix++) in crystalhd_mem_wr()