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

/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-ati.c132 uint8_t satacfg; local
155 satacfg = pci_read_config(smbdev, 0xad, 1);
158 (satacfg & 0x01) == 0 ? "disabled" : "enabled",
159 (satacfg & 0x08) == 0 ? "" : "combined mode, ",
160 (satacfg & 0x10) == 0 ? "primary" : "secondary");
161 ctlr->chipset_data = (void *)(uintptr_t)satacfg;
166 if ((satacfg & 0x09) == 0x01)
167 ctlr->ichannels &= ~(1 << ((satacfg & 0x10) >> 4));
195 uint8_t satacfg = (uint8_t)(uintptr_t)ctlr->chipset_data; local
202 if (ch->unit == ((satacfg
[all...]

Completed in 56 milliseconds