Searched refs:UCSI_BCD_GET_MAJOR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/typec/ucsi/ | ||
H A D | ucsi.h | 34 #define UCSI_BCD_GET_MAJOR(_v_) (((_v_) >> 8) & 0xFF) macro |
H A D | ucsi.c | 1611 UCSI_BCD_GET_MAJOR(ucsi->version), in ucsi_register() |