Home
last modified time | relevance | path

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

/drivers/block/
Dsx8.c184 PDC_SHM_SIZE = (4096 << 7), /* length of entire h/w buffer */ enumerator
699 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()
700 ab->len = cpu_to_le32(PDC_SHM_SIZE >> 1); in carm_fill_alloc_buf()
707 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1)); in carm_fill_alloc_buf()
1563 memset(host->msg_base, 0, PDC_SHM_SIZE - RBUF_LEN); in carm_init_shm()