Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-via.c387 u_int8_t reg76 = pci_read_config(children[i], 0x76, 1); in ata_via_southbridge_fixup() local
389 if ((reg76 & 0xf0) != 0xd0) { in ata_via_southbridge_fixup()
393 pci_write_config(children[i], 0x76, (reg76 & 0x0f) | 0xd0, 1); in ata_via_southbridge_fixup()