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

/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-ite.c181 u_int8_t reg48 = pci_read_config(parent, 0x48, 1); local
200 pci_write_config(parent, 0x48, reg48 | (0x0001 << target), 2);
206 pci_write_config(parent, 0x48, reg48 & ~(0x0001 << target), 2);
H A Data-intel.c485 u_int8_t reg48 = pci_read_config(parent, 0x48, 1); local
507 pci_write_config(parent, 0x48, reg48 | (0x0001 << devno), 2);
513 pci_write_config(parent, 0x48, reg48 & ~(0x0001 << devno), 2);

Completed in 81 milliseconds