Home
last modified time | relevance | path

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

/linux/drivers/soc/apple/
H A Drtkit.c123 int want_ver = min(APPLE_RTKIT_MAX_SUPPORTED_VERSION, max_ver); in apple_rtkit_management_rx_hello() local
140 want_ver); in apple_rtkit_management_rx_hello()
141 rtk->version = want_ver; in apple_rtkit_management_rx_hello()
143 reply = FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MINVER, want_ver); in apple_rtkit_management_rx_hello()
144 reply |= FIELD_PREP(APPLE_RTKIT_MGMT_HELLO_MAXVER, want_ver); in apple_rtkit_management_rx_hello()