Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/
H A Dsdsi.c70 #define CTRL_PACKET_SIZE GENMASK(31, 16) macro
173 FIELD_PREP(CTRL_PACKET_SIZE, info->size); in sdsi_mbox_cmd_read()
191 packet_size = FIELD_GET(CTRL_PACKET_SIZE, control); in sdsi_mbox_cmd_read()
255 FIELD_PREP(CTRL_PACKET_SIZE, info->size); in sdsi_mbox_cmd_write()