Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/
Darm_scpi.c70 #define PROTOCOL_REV_MINOR_BITS 16 macro
71 #define PROTOCOL_REV_MINOR_MASK ((1U << PROTOCOL_REV_MINOR_BITS) - 1)
72 #define PROTOCOL_REV_MAJOR(x) ((x) >> PROTOCOL_REV_MINOR_BITS)