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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nvram.c192 writel((sem_mask | sem_bits), isp_semaphore(ha));
193 value = readw(isp_semaphore(ha));
211 writel(sem_mask, isp_semaphore(ha));
212 readl(isp_semaphore(ha));
225 writel((sem_mask | sem_bits), isp_semaphore(ha));
226 value = readw(isp_semaphore(ha));
H A Dql4_def.h659 static inline void __iomem* isp_semaphore(struct scsi_qla_host *ha) function

Completed in 50 milliseconds