Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-marvell.c324 u_int8_t *bytep; in ata_marvell_edma_begin_transaction() local
356 bytep += (slot << 5); in ata_marvell_edma_begin_transaction()
369 bytep[i++] = 0x10 | ATA_COUNT; in ata_marvell_edma_begin_transaction()
371 bytep[i++] = 0x10 | ATA_COUNT; in ata_marvell_edma_begin_transaction()
374 bytep[i++] = 0x10 | ATA_SECTOR; in ata_marvell_edma_begin_transaction()
376 bytep[i++] = 0x10 | ATA_SECTOR; in ata_marvell_edma_begin_transaction()
389 bytep[i++] = 0x10 | ATA_DRIVE; in ata_marvell_edma_begin_transaction()
398 bytep[i++] = 0; in ata_marvell_edma_begin_transaction()
399 bytep[i++] = 0; in ata_marvell_edma_begin_transaction()
415 bytep[i++] = 0; in ata_marvell_edma_begin_transaction()
[all …]
H A Data-promise.c1074 bytep[i++] = ATA_A_4BIT; in ata_promise_apkt()
1079 bytep[i++] = request->u.ata.feature; in ata_promise_apkt()
1082 bytep[i++] = request->u.ata.count; in ata_promise_apkt()
1084 bytep[i++] = request->u.ata.lba >> 24; in ata_promise_apkt()
1085 bytep[i++] = request->u.ata.lba; in ata_promise_apkt()
1087 bytep[i++] = request->u.ata.lba >> 32; in ata_promise_apkt()
1088 bytep[i++] = request->u.ata.lba >> 8; in ata_promise_apkt()
1097 bytep[i++] = request->u.ata.feature; in ata_promise_apkt()
1099 bytep[i++] = request->u.ata.count; in ata_promise_apkt()
1101 bytep[i++] = request->u.ata.lba; in ata_promise_apkt()
[all …]