Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ata/chipsets/
Data-adaptec.c56 #define MV_7042 72 //must match ata_marvell.c's definition macro
67 { ATA_ADAPTEC_1430, 0, 4, MV_7042, ATA_SA300, "1430SA" }, in ata_adaptec_probe()
Data-marvell.c72 #define MV_7042 72 macro
110 { ATA_M88SX7042, 0, 4, MV_7042, ATA_SA300, "88SX7042" }, in ata_marvell_probe()
133 case MV_7042: in ata_marvell_probe()
291 case MV_7042: in ata_marvell_edma_ch_attach()
425 if (ctlr->chip->cfg2 != MV_6042 && ctlr->chip->cfg2 != MV_7042) { in ata_marvell_edma_begin_transaction()