Searched defs:__hw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/csiostor/ |
A D | csio_wr.h | 452 #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 459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size) argument 462 #define csio_q_wr_sz(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->wr_sz) argument 464 #define csio_q_physiqid(__hw, __idx) \ argument 466 #define csio_q_iq_flq_idx(__hw, __idx) \ argument 471 #define csio_q_physeqid(__hw, __idx) \ argument 475 #define csio_q_iq_to_flid(__hw, __iq_idx) \ argument [all …]
|
A D | csio_hw.h | 430 #define csio_is_hw_intr_enabled(__hw) \ argument 432 #define csio_is_host_intr_enabled(__hw) \ argument 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 437 #define csio_valid_vpd_copied(__hw) ((__hw)->flags |= CSIO_HWF_VPD_VALID) argument 611 #define csio_info(__hw, __fmt, ...) \ argument 614 #define csio_fatal(__hw, __fmt, ...) \ argument 617 #define csio_err(__hw, __fmt, ...) \ argument 620 #define csio_warn(__hw, __fmt, ...) \ argument 624 #define csio_dbg(__hw, __fmt, ...) \ argument [all …]
|
A D | csio_mb.h | 54 #define CSIO_DUMP_MB(__hw, __num, __mb) \ argument
|
/linux/drivers/clk/imx/ |
A D | clk-pllv4.c | 52 #define to_clk_pllv4(__hw) container_of(__hw, struct clk_pllv4, hw) argument
|
Completed in 13 milliseconds