Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hsi/clients/
Dssi_protocol.c57 #define SSIP_DATA_VERSION(data) ((data) & 0xff) macro
67 SSIP_CMD(SSIP_BOOTINFO_REQ, SSIP_DATA_VERSION(ver))
69 SSIP_CMD(SSIP_BOOTINFO_RESP, SSIP_DATA_VERSION(ver))
684 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforeq()
701 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforesp()