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