Searched defs:CH (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 351 static void set_algorithm( OPL_CH *CH) in set_algorithm() 359 static inline void CALC_FCSLOT(OPL_CH *CH,OPL_SLOT *SLOT) in CALC_FCSLOT() 381 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_mul() local 395 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ksl_tl() local 411 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_ar_dr() local 428 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_sl_rr() local 443 static inline void OPL_CALC_CH( OPL_CH *CH ) in OPL_CALC_CH() 488 static inline void OPL_CALC_RH( OPL_CH *CH ) in OPL_CALC_RH() 706 static inline void CSMKeyControll(OPL_CH *CH) in CSMKeyControll() 746 OPL_CH *CH; in OPLWriteReg() local [all …]
|
/openbmc/qemu/hw/char/ |
H A D | ipoctal232.c | 92 #define ISR_TXRDY(CH) (((CH) & 1) ? BIT(4) : BIT(0)) argument 93 #define ISR_RXRDY(CH) (((CH) & 1) ? BIT(5) : BIT(1)) argument 94 #define ISR_BREAK(CH) (((CH) & 1) ? BIT(6) : BIT(2)) argument
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sha256.c | 16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
|
H A D | avb_sha512.c | 16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ds1302.c | 45 unsigned char CH:1; /* clock halt 1=stop 0=start */ member
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 246 #define CH(cpu) RH(cpu, R_ECX) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cpm1.h | 45 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | cpm_8xx.h | 49 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
|
/openbmc/webui-vue/src/locales/ |
H A D | en-US.json | 1238 "CH": "Switzerland", string
|
H A D | ru-RU.json | 1224 "CH": "Швейцария", string
|