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