Home
last modified time | relevance | path

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

/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2399 u_char hflags, hflags0; local
2570 hflags = hflags0;
2572 if (hflags & (HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED)) {
2573 if (hflags & HF_IN_PM0)
2575 else if (hflags & HF_IN_PM1)
2578 if (hflags & HF_DP_SAVED)
2579 hflags ^= HF_ACT_PM;
2582 if (!(hflags & HF_ACT_PM)) {
2591 hflags &= ~(HF_IN_PM0 | HF_IN_PM1 | HF_DP_SAVED);
2592 if (hflags != hflags0)
[all …]
/drivers/ata/
Dsata_qstor.c267 u8 hflags = QS_HF_DAT | QS_HF_IEN | QS_HF_VLD; in qs_qc_prep() local
280 hflags |= QS_HF_DIRO; in qs_qc_prep()
286 buf[ 1] = hflags; in qs_qc_prep()
Dlibata-sff.c2448 int hflags, bool bmdma) in ata_pci_init_one() argument
2481 host->flags |= hflags; in ata_pci_init_one()
3236 int hflags) in ata_pci_bmdma_init_one() argument
3238 return ata_pci_init_one(pdev, ppi, sht, host_priv, hflags, 1); in ata_pci_bmdma_init_one()