Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/
H A Dkudo-ras.sh185 REG53=$(i2cget -f -y "${I2C_S0_SMPRO[0]}" 0x"${I2C_S0_SMPRO[1]}" 0x53 w) # GPI Control #3
211 REG53_0100=$((REG53 & 0x0100))
213 REG53_0200=$((REG53 & 0x0200))
215 REG53_0800=$((REG53 & 0x0800))
217 REG53_2000=$((REG53 & 0x2000))
219 REG53_4000=$((REG53 & 0x4000))
221 REG53_8000=$((REG53 & 0x8000))
223 REG53_0001=$((REG53 & 0x0001))
/openbmc/linux/include/sound/
H A Demu10k1.h730 #define REG53 0x53 /* DO NOT PROGRAM THIS REGISTER!!! MAY DESTROY CHIP */ macro