Home
last modified time | relevance | path

Searched refs:PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_power.c171 #define PAYLOAD_SIZE(_size) ((_size) * sizeof(u32)) macro
205 PAYLOAD_SIZE(AGC_LEVEL_CONFIG + 1)); in a540_lm_setup()
/openbmc/linux/drivers/misc/mei/
H A Dhw-txe-regs.h232 #define PAYLOAD_SIZE 64 macro
H A Dhw-txe.c24 #define TXE_HBUF_DEPTH (PAYLOAD_SIZE / MEI_SLOT_SIZE)
/openbmc/qemu/include/hw/cxl/
H A Dcxl_device.h315 FIELD(CXL_DEV_MAILBOX_CAP, PAYLOAD_SIZE, 0, 5)
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c361 PAYLOAD_SIZE, CXL_MAILBOX_PAYLOAD_SHIFT); in mailbox_reg_init_common()