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

/freebsd-10.2-release/sys/dev/mvs/
H A Dmvs.c1274 struct mvs_eprd *eprd; local
1290 eprd = (struct mvs_eprd *)
1294 eprd[i].prdbal = htole32(segs[i].ds_addr);
1295 eprd[i].bytecount = htole32(segs[i].ds_len & MVS_EPRD_MASK);
1296 eprd[i].prdbah = htole32((segs[i].ds_addr >> 16) >> 16);
1298 eprd[i - 1].bytecount |= htole32(MVS_EPRD_EOF);
1314 bus_addr_t eprd; local
1409 eprd = ch->dma.workrq_bus + MVS_EPRD_OFFSET +
1411 ATA_OUTL(ch->r_mem, DMA_DTLBA, eprd);
1412 ATA_OUTL(ch->r_mem, DMA_DTHBA, (eprd >> 1
1429 bus_addr_t eprd; local
[all...]

Completed in 45 milliseconds