Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs42l51.h26 #define CS42L51_MK_CHIP_REV(a, b) ((a)<<3|(b)) macro
H A Dcs42l51.c766 if ((val != CS42L51_MK_CHIP_REV(CS42L51_CHIP_ID, CS42L51_CHIP_REV_A)) && in cs42l51_probe()
767 (val != CS42L51_MK_CHIP_REV(CS42L51_CHIP_ID, CS42L51_CHIP_REV_B))) { in cs42l51_probe()