Home
last modified time | relevance | path

Searched refs:CB_MAX_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/firmware/
Dxlnx-event-manager.h13 #define CB_MAX_PAYLOAD_SIZE (4U) /*In payload maximum 32bytes */ macro
/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c507 u32 payload[CB_MAX_PAYLOAD_SIZE] = {0}; in xlnx_event_handler()
508 u32 event_data[CB_MAX_PAYLOAD_SIZE] = {0}; in xlnx_event_handler()
533 memcpy(event_data, payload, (4 * CB_MAX_PAYLOAD_SIZE)); in xlnx_event_handler()