Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-siliconimage.c213 u_int8_t reg71; in ata_cmd_status() local
215 if (((reg71 = pci_read_config(device_get_parent(ch->dev), 0x71, 1)) & in ata_cmd_status()
218 reg71 & ~(ch->unit ? 0x04 : 0x08), 1); in ata_cmd_status()