Lines Matching refs:register_value
307 unsigned long register_value in SA5_completed() local
309 if(register_value != FIFO_EMPTY) in SA5_completed()
313 printk("cciss: Read %lx back from board\n", register_value); in SA5_completed()
322 return ( register_value); in SA5_completed()
329 unsigned long register_value = FIFO_EMPTY; in SA5_performant_completed() local
334 register_value = readl(h->vaddr + SA5_OUTDB_STATUS); in SA5_performant_completed()
341 register_value = readl(h->vaddr + SA5_OUTDB_STATUS); in SA5_performant_completed()
345 register_value = *(h->reply_pool_head); in SA5_performant_completed()
349 register_value = FIFO_EMPTY; in SA5_performant_completed()
357 return register_value; in SA5_performant_completed()
364 unsigned long register_value = in SA5_intr_pending() local
367 printk("cciss: intr_pending %lx\n", register_value); in SA5_intr_pending()
369 if( register_value & SA5_INTR_PENDING) in SA5_intr_pending()
379 unsigned long register_value = in SA5B_intr_pending() local
382 printk("cciss: intr_pending %lx\n", register_value); in SA5B_intr_pending()
384 if( register_value & SA5B_INTR_PENDING) in SA5B_intr_pending()
391 unsigned long register_value = readl(h->vaddr + SA5_INTR_STATUS); in SA5_performant_intr_pending() local
393 if (!register_value) in SA5_performant_intr_pending()
400 register_value = readl(h->vaddr + SA5_OUTDB_STATUS); in SA5_performant_intr_pending()
401 return register_value & SA5_OUTDB_STATUS_PERF_BIT; in SA5_performant_intr_pending()