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

/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_nvram.c213 writel((sem_mask | sem_bits), isp_semaphore(ha)); ql4xxx_sem_spinlock()
214 value = readw(isp_semaphore(ha)); ql4xxx_sem_spinlock()
232 writel(sem_mask, isp_semaphore(ha)); ql4xxx_sem_unlock()
233 readl(isp_semaphore(ha)); ql4xxx_sem_unlock()
246 writel((sem_mask | sem_bits), isp_semaphore(ha)); ql4xxx_sem_lock()
247 value = readw(isp_semaphore(ha)); ql4xxx_sem_lock()
H A Dql4_def.h933 static inline void __iomem* isp_semaphore(struct scsi_qla_host *ha) isp_semaphore() function

Completed in 119 milliseconds