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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c178 PDC_SHM_SIZE = (4096 << 7), /* length of entire h/w buffer */ enumerator in enum:__anon4154
682 ab->addr = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
683 ab->len = cpu_to_le32(PDC_SHM_SIZE >> 1);
690 ab->sg[0].start = cpu_to_le32(host->shm_dma + (PDC_SHM_SIZE >> 1));
1551 memset(host->msg_base, 0, PDC_SHM_SIZE - RBUF_LEN);

Completed in 56 milliseconds