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

/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-siliconimage.c218 int ureg = ch->unit ? 0x7b : 0x73; local
228 u_int8_t umode = pci_read_config(parent, ureg, 1);
232 pci_write_config(parent, ureg, umode, 1);
235 pci_write_config(parent, ureg,
236 pci_read_config(parent, ureg, 1) &
358 u_int8_t ureg = 0xac + rego; local
378 pci_write_config(parent, ureg,
379 (pci_read_config(parent, ureg, 1) & ~0x3f) |

Completed in 110 milliseconds