Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.h34 #define UCSI_BCD_GET_MAJOR(_v_) (((_v_) >> 8) & 0xFF) macro
H A Ducsi.c1611 UCSI_BCD_GET_MAJOR(ucsi->version), in ucsi_register()