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

/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-acard.c186 u_int16_t reg44 = pci_read_config(parent, 0x44, 2); local
188 reg44 &= ~(0x000f << (devno << 2));
190 reg44 |= (((mode & ATA_MODE_MASK) + 1) << (devno << 2));
191 pci_write_config(parent, 0x44, reg44, 2);
H A Data-ite.c180 u_int8_t reg44 = pci_read_config(parent, 0x44, 1); local
233 pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);
H A Data-intel.c484 u_int8_t reg44 = pci_read_config(parent, 0x44, 1); local
544 pci_write_config(parent, 0x44, (reg44 & ~mask44) | new44, 1);

Completed in 79 milliseconds