Searched refs:__bytes (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 895 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument 897 vmw_cmd_ctx_reserve(__priv, __bytes, __ctx_id) ? : ({ \ 899 __func__, (unsigned int) __bytes); \ 904 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument 905 VMW_CMD_CTX_RESERVE(__priv, __bytes, SVGA3D_INVALID_ID)
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 2441 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument 2442 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
|