Searched refs:__bytes (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_drv.h | 987 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument 989 vmw_cmd_ctx_reserve(__priv, __bytes, __ctx_id) ? : ({ \ 991 __func__, (unsigned int) __bytes); \ 996 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument 997 VMW_CMD_CTX_RESERVE(__priv, __bytes, SVGA3D_INVALID_ID)
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| A D | core.h | 1392 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \ argument 1393 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
|
Completed in 24 milliseconds