Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-siliconimage.c215 int ureg = ch->unit ? 0x7b : 0x73; in ata_cmd_setmode() local
225 u_int8_t umode = pci_read_config(parent, ureg, 1); in ata_cmd_setmode()
229 pci_write_config(parent, ureg, umode, 1); in ata_cmd_setmode()
232 pci_write_config(parent, ureg, in ata_cmd_setmode()
233 pci_read_config(parent, ureg, 1) & in ata_cmd_setmode()
355 u_int8_t ureg = 0xac + rego; in ata_sii_setmode() local
375 pci_write_config(parent, ureg, in ata_sii_setmode()
376 (pci_read_config(parent, ureg, 1) & ~0x3f) | in ata_sii_setmode()