Searched refs:isp_semaphore (Results 1 – 2 of 2) sorted by relevance
213 writel((sem_mask | sem_bits), isp_semaphore(ha)); in ql4xxx_sem_spinlock()214 value = readw(isp_semaphore(ha)); in ql4xxx_sem_spinlock()232 writel(sem_mask, isp_semaphore(ha)); in ql4xxx_sem_unlock()233 readl(isp_semaphore(ha)); in ql4xxx_sem_unlock()246 writel((sem_mask | sem_bits), isp_semaphore(ha)); in ql4xxx_sem_lock()247 value = readw(isp_semaphore(ha)); in ql4xxx_sem_lock()
933 static inline void __iomem* isp_semaphore(struct scsi_qla_host *ha) in isp_semaphore() function