Searched refs:VIA_NO_ENABLES (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | pata_via.c | 76 VIA_NO_ENABLES = 0x40, /* Has no enablebits */ enumerator 102 { "vt6410", PCI_DEVICE_ID_VIA_6410, 0x00, 0x2f, ATA_UDMA6, VIA_BAD_AST | VIA_NO_ENABLES }, 103 { "vt6415", PCI_DEVICE_ID_VIA_6415, 0x00, 0xff, ATA_UDMA6, VIA_BAD_AST | VIA_NO_ENABLES }, 216 if (!(config->flags & VIA_NO_ENABLES)) { in via_pre_reset() 612 if (!(config->flags & VIA_NO_ENABLES)) { in via_init_one()
|