| /linux/drivers/scsi/csiostor/ |
| A D | csio_hw.h | 561 #define csio_rd_reg8(_h, _r) readb(csio_reg((_h)->regstart, (_r))) argument 562 #define csio_rd_reg16(_h, _r) readw(csio_reg((_h)->regstart, (_r))) argument 563 #define csio_rd_reg32(_h, _r) readl(csio_reg((_h)->regstart, (_r))) argument 564 #define csio_rd_reg64(_h, _r) readq(csio_reg((_h)->regstart, (_r))) argument 567 csio_reg((_h)->regstart, (_r))) 569 csio_reg((_h)->regstart, (_r))) 571 csio_reg((_h)->regstart, (_r))) 601 #define csio_set_fwevt_intr_idx(_h, _i) ((_h)->fwevt_intr_idx = (_i)) argument 602 #define csio_get_fwevt_intr_idx(_h) ((_h)->fwevt_intr_idx) argument 603 #define csio_set_nondata_intr_idx(_h, _i) ((_h)->nondata_intr_idx = (_i)) argument [all …]
|
| /linux/drivers/media/platform/chips-media/wave5/ |
| A D | wave5.h | 11 #define WAVE5_SUBSAMPLED_ONE_SIZE(_w, _h) (ALIGN((_w) / 4, 16) * ALIGN((_h) / 4, 8)) argument 12 #define WAVE5_SUBSAMPLED_ONE_SIZE_AVC(_w, _h) (ALIGN((_w) / 4, 32) * ALIGN((_h) / 4, 4)) argument
|
| A D | wave5-vpuapi.h | 48 #define WAVE5_DEC_HEVC_BUF_SIZE(_w, _h) (DIV_ROUND_UP(_w, 64) * DIV_ROUND_UP(_h, 64) * 256 + 64) argument 49 #define WAVE5_DEC_AVC_BUF_SIZE(_w, _h) ((((ALIGN(_w, 256) / 16) * (ALIGN(_h, 16) / 16)) + 16) * 80) argument 51 #define WAVE5_FBC_LUMA_TABLE_SIZE(_w, _h) (ALIGN(_h, 64) * ALIGN(_w, 256) / 32) argument 52 #define WAVE5_FBC_CHROMA_TABLE_SIZE(_w, _h) (ALIGN((_h), 64) * ALIGN((_w) / 2, 256) / 32) argument 53 #define WAVE5_ENC_AVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) * ALIGN(_h, 64) / 32) argument 54 #define WAVE5_ENC_HEVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) / 64 * ALIGN(_h, 64) / 64 * 128) argument
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | head.h | 58 struct nvkm_head *_h = (h); \ 59 nvkm_##l(&_h->disp->engine.subdev, "head-%d: "f"\n", _h->id, ##a); \
|
| /linux/drivers/scsi/aic94xx/ |
| A D | aic94xx_dump.c | 423 #define PRINT_LREG_8bit(_h, _lseq, _n) \ argument 425 #define PRINT_LREG_16bit(_h, _lseq, _n) \ argument 427 #define PRINT_LREG_32bit(_h, _lseq, _n) \ argument 430 #define PRINT_LMIP_byte(_h, _lseq, _n) \ argument 432 asd_read_reg_byte(_h, LmSEQ_##_n(_lseq))) 433 #define PRINT_LMIP_word(_h, _lseq, _n) \ argument 435 asd_read_reg_word(_h, LmSEQ_##_n(_lseq))) 436 #define PRINT_LMIP_dword(_h, _lseq, _n) \ argument 438 asd_read_reg_dword(_h, LmSEQ_##_n(_lseq))) 442 asd_read_reg_dword(_h, LmSEQ_##_n(_lseq))) \ [all …]
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| A D | iavf_adminq_cmd.h | 17 #define IAVF_FW_MINOR_VERSION(_h) ((_h)->mac.type == IAVF_MAC_XL710 ? \ argument
|
| /linux/drivers/ps3/ |
| A D | ps3-sys-manager.c | 55 #define dump_sm_header(_h) _dump_sm_header(_h, __func__, __LINE__) argument
|
| /linux/drivers/md/bcache/ |
| A D | util.c | 24 int bch_ ## name ## _h(const char *cp, type *res) \
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | htc.h | 42 #define TSF_TO_TU(_h, _l) \ argument 43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|
| A D | ath9k.h | 695 #define TSF_TO_TU(_h,_l) \ argument 696 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | debugfs.c | 44 char _s, char _h, int idx) in wil_print_desc_edma() argument 58 seq_printf(s, "%c", (has_skb) ? _h : _s); in wil_print_desc_edma() 67 seq_printf(s, "%c", has_skb ? _h : _s); in wil_print_desc_edma() 76 char _s, char _h) in wil_print_ring() argument 119 wil_print_desc_edma(s, wil, ring, _s, _h, i); in wil_print_ring() 124 _s : (ring->ctx[i].skb ? _h : 'h')); in wil_print_ring()
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-mlink.c | 441 struct hdac_ext_link *hlink, *_h; in hda_bus_ml_free() local 447 list_for_each_entry_safe(hlink, _h, &bus->hlink_list, list) { in hda_bus_ml_free()
|
| /linux/fs/bcachefs/ |
| A D | subvolume.c | 482 struct btree_trans_commit_hook *_h) in bch2_subvolume_wait_for_pagecache_and_delete_hook() argument 484 struct subvolume_unlink_hook *h = container_of(_h, struct subvolume_unlink_hook, h); in bch2_subvolume_wait_for_pagecache_and_delete_hook()
|
| A D | ec.c | 1050 ec_stripes_heap *_h = (ec_stripes_heap *)h; in ec_stripes_heap_swap() local 1051 size_t i = _l - _h->data; in ec_stripes_heap_swap() 1052 size_t j = _r - _h->data; in ec_stripes_heap_swap() 1056 ec_stripes_heap_set_backpointer(_h, i); in ec_stripes_heap_swap() 1057 ec_stripes_heap_set_backpointer(_h, j); in ec_stripes_heap_swap()
|
| A D | util.c | 192 int bch2_ ## name ## _h(const char *cp, type *res) \
|
| /linux/drivers/scsi/qla2xxx/ |
| A D | qla_target.h | 73 #define GET_QID(_h) ((_h & QLA_QPID_HANDLE_MASK) >> QLA_QPID_HANDLE_SHIFT) argument
|
| /linux/drivers/video/fbdev/omap/ |
| A D | hwa742.c | 410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument 417 req->par.update.height = _h; \
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| A D | i40e_adminq_cmd.h | 20 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \ argument
|
| /linux/net/xfrm/ |
| A D | xfrm_state.c | 88 #define XFRM_STATE_INSERT(by, _n, _h, _type) \ argument 93 hlist_for_each_entry_rcu(_x, _h, by) { \ 102 hlist_add_head_rcu(_n, _h); \
|