Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 13 of 13) sorted by relevance

/linux/scripts/
A Drecordmcount.h54 #undef _w
93 # define _w w8 macro
131 # define _w w macro
281 shstr->sh_size = _w(t); in append_func()
310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
312 mcsec.sh_offset = _w(t); in append_func()
317 mcsec.sh_entsize = _w(_size); in append_func()
428 _w(_w(relp->r_offset) - recval + mcount_adjust); in sift_rel_mcount()
429 mrelp->r_offset = _w(offbase in sift_rel_mcount()
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount()
[all …]
A Dsorttable.h42 #undef _w
67 # define _w w8 macro
91 # define _w w macro
/linux/drivers/media/platform/chips-media/wave5/
A Dwave5.h11 #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 Dwave5-vpuapi.h48 #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/md/bcache/
A Dbtree.h331 bool _w = l <= (op)->lock; \
333 _w, b); \
336 rw_unlock(_w, _child); \
353 bool _w = insert_lock(op, _b); \
354 rw_lock(_w, _b, _b->level); \
356 _w == insert_lock(op, _b)) { \
359 rw_unlock(_w, _b); \
/linux/drivers/net/wireless/microchip/wilc1000/
A Dnetdev.h35 struct wilc *_w = w; \
36 list_for_each_entry_srcu(v, &_w->vif_list, list, \
37 srcu_read_lock_held(&_w->srcu))
/linux/drivers/hwtracing/intel_th/
A Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
231 .writable = (_w) }
/linux/sound/soc/atmel/
A Dmchp-i2s-mcc.c231 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
A Dmchp-pdmc.c100 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
/linux/drivers/video/fbdev/omap/
A Dhwa742.c410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
416 req->par.update.width = _w; \
/linux/include/sound/
A Dsoc.h1155 #define for_each_card_widgets_safe(card, w, _w) \ argument
1156 list_for_each_entry_safe(w, _w, &card->widgets, list)
/linux/fs/bcachefs/
A Dfsck.c765 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i) \ argument
766 for (_i = (_w)->inodes.data; _i < (_w)->inodes.data + (_w)->inodes.nr && \
/linux/drivers/usb/musb/
A Dmusb_core.c2215 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
2220 list_for_each_entry_safe(w, _w, &musb->pending_list, node) { in musb_run_resume_work()

Completed in 56 milliseconds