stat_mask         983 drivers/edac/altera_edac.c 	u32 init_mask, stat_mask, clear_mask;
stat_mask         988 drivers/edac/altera_edac.c 		stat_mask = ALTR_A10_ECC_INITCOMPLETEB;
stat_mask         992 drivers/edac/altera_edac.c 		stat_mask = ALTR_A10_ECC_INITCOMPLETEA;
stat_mask         998 drivers/edac/altera_edac.c 		if (ecc_test_bits(stat_mask,
stat_mask        11373 drivers/infiniband/hw/hfi1/chip.c 	u64 changing_mask, ld_mask, stat_mask;
stat_mask        11429 drivers/infiniband/hw/hfi1/chip.c 	stat_mask =
stat_mask        11435 drivers/infiniband/hw/hfi1/chip.c 	for (i = 0; i < NUM_USABLE_VLS; i++, stat_mask <<= 1) {
stat_mask        11445 drivers/infiniband/hw/hfi1/chip.c 			changing_mask |= stat_mask;
stat_mask        11451 drivers/infiniband/hw/hfi1/chip.c 			ld_mask |= stat_mask;
stat_mask         788 drivers/pci/hotplug/pciehp_hpc.c 	u16 stat_mask = 0, ctrl_mask = 0;
stat_mask         798 drivers/pci/hotplug/pciehp_hpc.c 		stat_mask |= PCI_EXP_SLTSTA_PDC;
stat_mask         801 drivers/pci/hotplug/pciehp_hpc.c 	stat_mask |= PCI_EXP_SLTSTA_DLLSC;
stat_mask         809 drivers/pci/hotplug/pciehp_hpc.c 	pcie_capability_write_word(pdev, PCI_EXP_SLTSTA, stat_mask);
stat_mask         265 drivers/scsi/arm/acornscsi.c acornscsi_sbic_wait(AS_Host *host, int stat_mask, int stat, int timeout, char *msg)
stat_mask         272 drivers/scsi/arm/acornscsi.c 		if ((asr & stat_mask) == stat)