Searched refs:UCSI_BCD_GET_MINOR (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/typec/ucsi/ | ||
H A D | ucsi.h | 35 #define UCSI_BCD_GET_MINOR(_v_) (((_v_) >> 4) & 0x0F) macro |
H A D | ucsi.c | 1612 UCSI_BCD_GET_MINOR(ucsi->version), in ucsi_register() |