Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hsi/clients/
H A Dssi_protocol.c60 #define SSIP_DATA_VERSION(data) ((data) & 0xff) macro
70 SSIP_CMD(SSIP_BOOTINFO_REQ, SSIP_DATA_VERSION(ver))
72 SSIP_CMD(SSIP_BOOTINFO_RESP, SSIP_DATA_VERSION(ver))
686 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforeq()
703 if (SSIP_DATA_VERSION(cmd) != SSIP_LOCAL_VERID) in ssip_rx_bootinforesp()
/kernel/linux/linux-6.6/drivers/hsi/clients/
H A Dssi_protocol.c58 #define SSIP_DATA_VERSION(data) ((data) & 0xff) macro
68 SSIP_CMD(SSIP_BOOTINFO_REQ, SSIP_DATA_VERSION(ver))
70 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()

Completed in 4 milliseconds