Searched refs:isp_semaphore (Results 1 – 2 of 2) sorted by relevance
192 writel((sem_mask | sem_bits), isp_semaphore(ha)); in ql4xxx_sem_spinlock()193 value = readw(isp_semaphore(ha)); in ql4xxx_sem_spinlock()211 writel(sem_mask, isp_semaphore(ha)); in ql4xxx_sem_unlock()212 readl(isp_semaphore(ha)); in ql4xxx_sem_unlock()225 writel((sem_mask | sem_bits), isp_semaphore(ha)); in ql4xxx_sem_lock()226 value = readw(isp_semaphore(ha)); in ql4xxx_sem_lock()
467 static inline void __iomem* isp_semaphore(struct scsi_qla_host *ha) in isp_semaphore() function