Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/media/platform/chips-media/wave5/
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
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-6.12.1/scripts/
Dsorttable.h67 # define _w w8 macro
91 # define _w w macro
Drecordmcount.h93 # define _w w8 macro
131 # define _w w macro
/linux-6.12.1/drivers/hwtracing/intel_th/
Dgth.c225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument
/linux-6.12.1/sound/soc/atmel/
Dmchp-i2s-mcc.c231 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
Dmchp-pdmc.c100 #define DMA_BURST_ALIGNED(_p, _s, _w) !(_p % (_s * _w)) argument
/linux-6.12.1/drivers/video/fbdev/omap/
Dhwa742.c410 #define ADD_PREQ(_x, _y, _w, _h, can_sleep) do {\ argument
/linux-6.12.1/drivers/usb/musb/
Dmusb_core.c2215 struct musb_pending_work *w, *_w; in musb_run_resume_work() local
/linux-6.12.1/fs/bcachefs/
Dfsck.c765 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i) \ argument
/linux-6.12.1/include/sound/
Dsoc.h1155 #define for_each_card_widgets_safe(card, w, _w) \ argument