Lines Matching refs:m5229_revision
47 static u8 m5229_revision; variable
145 if (m5229_revision > 0x20 && m5229_revision < 0xC2) { in ali_udma_filter()
212 if (m5229_revision < 0xC2 && drive->media != ide_disk) { in ali_dma_check()
233 m5229_revision = dev->revision; in init_chipset_ali15x3()
239 if (m5229_revision < 0xC2) { in init_chipset_ali15x3()
253 if (m5229_revision >= 0x20 && isa_dev) { in init_chipset_ali15x3()
283 if (m5229_revision < 0xC5 && isa_dev) in init_chipset_ali15x3()
290 if (m5229_revision == 0xC2) { in init_chipset_ali15x3()
295 } else if (m5229_revision >= 0xC3) { in init_chipset_ali15x3()
314 if (m5229_revision >= 0x20) { in init_chipset_ali15x3()
317 if (m5229_revision <= 0x20) in init_chipset_ali15x3()
319 else if (m5229_revision == 0xc7 || m5229_revision == 0xc8) in init_chipset_ali15x3()
386 if (m5229_revision >= 0xC2) { in ali_cable_detect()