Searched refs:PCI_CLASS_MASS (Results 1 – 4 of 4) sorted by relevance
41 #define PCIIDE_BM_CLASS ((PCI_CLASS_MASS << 16) | (PCI_MASS_IDE << 8) | 0x80)
203 #define PCI_CLASS_MASS 0x1 /* Mass storage Controller class */ macro
540 } else if (class == PCI_CLASS_MASS) { in declare_dev_and_fn()
1684 if (basecl != PCI_CLASS_MASS) in is_pciide()3011 if ((baseclass == PCI_CLASS_MASS) && (subclass == PCI_MASS_IDE)) { in add_model_prop()