Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-adaptec.c29 #undef MV_7042
31 #define MV_7042 72 //must match ata_marvell.c's definition macro
42 { ATA_ADAPTEC_1430, 0, 4, MV_7042, ATA_SA300, "1430SA" }, in ata_adaptec_ident()
H A Data-marvell.c41 #undef MV_7042
45 #define MV_7042 72 macro
82 { ATA_M88SX7042, 0, 4, MV_7042, ATA_SA300, "88SX7042" }, in ata_marvell_ident()
100 case MV_7042: in ata_marvell_ident()
237 case MV_7042: in ata_marvell_edma_allocate()
363 if (ctlr->chip->cfg2 != MV_6042 && ctlr->chip->cfg2 != MV_7042) { in ata_marvell_edma_begin_transaction()