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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h433 #define NCR_LOCK_DRIVER(flags) spin_lock_irqsave(&DRIVER_SMP_LOCK, flags) macro
448 #define NCR_LOCK_DRIVER(flags) do { save_flags(flags); cli(); } while (0) macro
756 NCR_LOCK_DRIVER(flags);
765 NCR_LOCK_DRIVER(flags);
872 NCR_LOCK_DRIVER(flags);
890 NCR_LOCK_DRIVER(flags);
907 NCR_LOCK_DRIVER(flags);
H A Dsym53c8xx.c635 #define NCR_LOCK_DRIVER(flags) spin_lock_irqsave(&sym53c8xx_lock, flags) macro
649 #define NCR_LOCK_DRIVER(flags) do { save_flags(flags); cli(); } while (0) macro
946 NCR_LOCK_DRIVER(flags);
955 NCR_LOCK_DRIVER(flags);
1062 NCR_LOCK_DRIVER(flags);
1080 NCR_LOCK_DRIVER(flags);
1097 NCR_LOCK_DRIVER(flags);

Completed in 72 milliseconds