Home
last modified time | relevance | path

Searched refs:__hw (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx]) argument
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type) argument
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx) argument
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx) argument
456 #define csio_q_inc_idx(__hw, __idx) ((__hw) argument
457 csio_q_vstart(__hw,__idx) global() argument
458 csio_q_pstart(__hw,__idx) global() argument
459 csio_q_size(__hw,__idx) global() argument
460 csio_q_credits(__hw,__idx) global() argument
461 csio_q_portid(__hw,__idx) global() argument
462 csio_q_wr_sz(__hw,__idx) global() argument
463 csio_q_iqid(__hw,__idx) global() argument
464 csio_q_physiqid(__hw,__idx) global() argument
466 csio_q_iq_flq_idx(__hw,__idx) global() argument
468 csio_q_eqid(__hw,__idx) global() argument
469 csio_q_flid(__hw,__idx) global() argument
471 csio_q_physeqid(__hw,__idx) global() argument
475 csio_q_iq_to_flid(__hw,__iq_idx) global() argument
477 csio_q_set_intr_map(__hw,__iq_idx,__rel_iq_id) global() argument
479 csio_q_eq_wrap(__hw,__idx) global() argument
[all...]
H A Dcsio_hw.h430 #define csio_is_hw_intr_enabled(__hw) \ argument
431 ((__hw)->flags & CSIO_HWF_HW_INTR_ENABLED)
432 #define csio_is_host_intr_enabled(__hw) \ argument
433 ((__hw)->flags & CSIO_HWF_HOST_INTR_ENABLED)
434 #define csio_is_hw_master(__hw) ((__hw)->flags & CSIO_HWF_MASTER) argument
435 #define csio_is_valid_vpd(__hw) ((__hw)->flags & CSIO_HWF_VPD_VALID) argument
436 #define csio_is_dev_id_cached(__hw) ((__hw) argument
437 csio_valid_vpd_copied(__hw) global() argument
438 csio_dev_id_cached(__hw) global() argument
611 csio_info(__hw,__fmt,...) global() argument
614 csio_fatal(__hw,__fmt,...) global() argument
617 csio_err(__hw,__fmt,...) global() argument
620 csio_warn(__hw,__fmt,...) global() argument
624 csio_dbg(__hw,__fmt,...) global() argument
627 csio_dbg(__hw,__fmt,...) global() argument
[all...]
H A Dcsio_mb.h54 #define CSIO_DUMP_MB(__hw, __num, __mb) \ argument
55 csio_dbg(__hw, "\t%llx %llx %llx %llx %llx %llx %llx %llx\n", \
56 (unsigned long long)csio_rd_reg64(__hw, __mb), \
57 (unsigned long long)csio_rd_reg64(__hw, __mb + 8), \
58 (unsigned long long)csio_rd_reg64(__hw, __mb + 16), \
59 (unsigned long long)csio_rd_reg64(__hw, __mb + 24), \
60 (unsigned long long)csio_rd_reg64(__hw, __mb + 32), \
61 (unsigned long long)csio_rd_reg64(__hw, __mb + 40), \
62 (unsigned long long)csio_rd_reg64(__hw, __mb + 48), \
63 (unsigned long long)csio_rd_reg64(__hw, __m
[all...]
/linux/drivers/clk/imx/
H A Dclk-pllv4.c56 #define to_clk_pllv4(__hw) container_of(__hw, struct clk_pllv4, hw) argument