Searched refs:__bytes (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.h | 902 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument 904 vmw_cmd_ctx_reserve(__priv, __bytes, __ctx_id) ? : ({ \ 906 __func__, (unsigned int) __bytes); \ 911 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument 912 VMW_CMD_CTX_RESERVE(__priv, __bytes, SVGA3D_INVALID_ID)
|
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | core.h | 2060 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument 2061 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
|