Home
last modified time | relevance | path

Searched refs:hflags (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2412 u_char hflags, hflags0; local
2583 hflags = hflags0;
2585 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) {
2586 if (hflags & HF_IN_PM0)
2588 else if (hflags & HF_IN_PM1)
2591 if (hflags & HF_DP_SAVED)
2592 hflags ^= HF_ACT_PM;
2595 if (!(hflags & HF_ACT_PM)) {
2604 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED);
2605 if (hflags != hflags0)
[all …]
/drivers/ata/
Dsata_qstor.c283 u8 hflags = QS_HF_DAT | QS_HF_IEN | QS_HF_VLD; in qs_qc_prep() local
296 hflags |= QS_HF_DIRO; in qs_qc_prep()
302 buf[ 1] = hflags; in qs_qc_prep()
Dlibata-sff.c2510 int hflags, bool bmdma) in ata_pci_init_one() argument
2543 host->flags |= hflags; in ata_pci_init_one()
3308 int hflags) in ata_pci_bmdma_init_one() argument
3310 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()