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

/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-acard.c184 u_int16_t reg44 = pci_read_config(parent, 0x44, 2); local
186 reg44 &= ~(0x000f << (devno << 2));
188 reg44 |= (((mode & ATA_MODE_MASK) + 1) << (devno << 2));
189 pci_write_config(parent, 0x44, reg44, 2);
H A Data-ite.c178 u_int8_t reg44 = pci_read_config(parent, 0x44, 1); local
231 pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);
H A Data-intel.c482 u_int8_t reg44 = pci_read_config(parent, 0x44, 1); local
542 pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);

Completed in 87 milliseconds