Searched refs:reg48 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-ite.c | 178 u_int8_t reg48 = pci_read_config(parent, 0x48, 1); in ata_ite_8213_setmode() local 197 pci_write_config(parent, 0x48, reg48 | (0x0001 << target), 2); in ata_ite_8213_setmode() 203 pci_write_config(parent, 0x48, reg48 & ~(0x0001 << target), 2); in ata_ite_8213_setmode()
|
H A D | ata-intel.c | 484 u_int8_t reg48 = pci_read_config(parent, 0x48, 1); in ata_intel_new_setmode() local 506 pci_write_config(parent, 0x48, reg48 | (0x0001 << devno), 2); in ata_intel_new_setmode() 512 pci_write_config(parent, 0x48, reg48 & ~(0x0001 << devno), 2); in ata_intel_new_setmode()
|