Home
last modified time | relevance | path

Searched refs:CH (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/hw/audio/
H A Dfmopl.c351 static void set_algorithm( OPL_CH *CH) in set_algorithm() argument
354 CH->connect1 = CH->CON ? carrier : &feedback2; in set_algorithm()
355 CH->connect2 = carrier; in set_algorithm()
359 static inline void CALC_FCSLOT(OPL_CH *CH,OPL_SLOT *SLOT) in CALC_FCSLOT() argument
364 SLOT->Incr = CH->fc * SLOT->mul; in CALC_FCSLOT()
365 ksr = CH->kcode >> SLOT->KSR; in CALC_FCSLOT()
375 SLOT->TLL = SLOT->TL + (CH->ksl_base>>SLOT->ksl); in CALC_FCSLOT()
381 OPL_CH *CH = &OPL->P_CH[slot/2]; in set_mul() local
382 OPL_SLOT *SLOT = &CH->SLOT[slot&1]; in set_mul()
389 CALC_FCSLOT(CH,SLOT); in set_mul()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Huesca5 [CH 43 HTV-HuescaTelevision]
17 [CH 44 La Sexta 2]
29 [CH 45 TVE HD]
41 [CH 48 NITRO]
53 [CH 54 BOING]
65 [CH 57 ARAGON TV]
77 [CH 61 TVE]
89 [CH 67]
101 [CH 68]
113 [CH 69]
/openbmc/linux/arch/x86/crypto/
H A Dsha512-avx2-asm.S187 mov f, y2 # y2 = f # CH
191 xor g, y2 # y2 = f^g # CH
194 and e, y2 # y2 = (f^g)&e # CH
203 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
208 add y0, y2 # y2 = S1 + CH # --
212 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
214 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
251 mov f, y2 # y2 = f # CH
254 xor g, y2 # y2 = f^g # CH
260 and e, y2 # y2 = (f^g)&e # CH
[all …]
H A Dsha256-avx2-asm.S164 mov f, y2 # y2 = f # CH
168 xor g, y2 # y2 = f^g # CH
172 and e, y2 # y2 = (f^g)&e # CH
182 xor g, y2 # y2 = CH = ((f^g)&e)^g # CH
188 add y0, y2 # y2 = S1 + CH # --
193 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # --
197 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# --
214 mov f, y2 # y2 = f # CH
217 xor g, y2 # y2 = f^g # CH
223 and e, y2 # y2 = (f^g)&e # CH
[all …]
H A Dsha256-avx-asm.S176 xor g, y2 # y2 = CH = ((f^g)&e)^g
178 add y0, y2 # y2 = S1 + CH
179 add _XFER(%rsp), y2 # y2 = k + w + S1 + CH
181 add y2, h # h = h + S1 + CH + k + w
185 add h, d # d = d + h + S1 + CH + k + w
189 add y1, h # h = h + S1 + CH + k + w + S0
192 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
211 xor g, y2 # y2 = CH = ((f^g)&e)^g
213 add y0, y2 # y2 = S1 + CH
214 add (1*4 + _XFER)(%rsp), y2 # y2 = k + w + S1 + CH
[all …]
H A Dsha256-ssse3-asm.S171 xor g, y2 # y2 = CH = ((f^g)&e)^g
174 add y0, y2 # y2 = S1 + CH
175 add _XFER(%rsp) , y2 # y2 = k + w + S1 + CH
178 add y2, h # h = h + S1 + CH + k + w
182 add h, d # d = d + h + S1 + CH + k + w
186 add y1, h # h = h + S1 + CH + k + w + S0
189 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ
211 xor g, y2 # y2 = CH = ((f^g)&e)^g
213 add y0, y2 # y2 = S1 + CH
214 add (1*4 + _XFER)(%rsp), y2 # y2 = k + w + S1 + CH
[all …]
H A Dsha512-avx-asm.S130 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
136 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
138 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
H A Dsha512-ssse3-asm.S124 xor g_64, T1 # T1 = ((f ^ g) & e) ^ g = CH(e,f,g)
130 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h
132 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e)
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst13 - 8Bit Timer x 1CH (TMR0,1)
14 - Compare Match Timer x 2CH (CMT0,1)
15 - Serial Communication Interface x 1CH (SCI0)
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c45 unsigned char CH:1; /* clock halt 1=stop 0=start */ member
213 if (bbclk.CH) { in rtc_init()
215 bbclk.CH=0; in rtc_init()
264 if (bbclk.CH) { in rtc_get()
300 bbclk.CH=0; /* dont halt */ in rtc_set()
/openbmc/qemu/hw/char/
H A Dipoctal232.c92 #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 Davb_sha256.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
46 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha256_k[j] + \
127 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) + sha256_k[j] + in SHA256_transform()
H A Davb_sha512.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
60 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) + sha512_k[j] + \
275 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) + sha512_k[j] + in SHA512_transform()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb13 LICENSE:dictionaries/de-CH = "GPL-3.0-only"
77 file://dictionaries/de-CH/license;md5=a03d823e8cd00fd71c9ba18b8ec4ccf1 \
/openbmc/linux/arch/powerpc/include/asm/
H A Dcpm1.h45 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h49 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst115 U+F8D2 KLINGON LETTER CH
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst118 U+F8D2 KLINGON LETTER CH
/openbmc/qemu/target/i386/hvf/
H A Dx86.h246 #define CH(cpu) RH(cpu, R_ECX) macro
/openbmc/linux/Documentation/input/joydev/
H A Djoystick.rst150 with CH Flightstick Pro, ThrustMaster FCS or 6 and 8 button gamepads. Saitek
181 chf Joystick with a CH Flightstick compatible hat
182 fullchf CH Flightstick compatible with two hats and 6 buttons
/openbmc/linux/drivers/input/joystick/
H A DKconfig26 with rudders, additional hats and buttons compatible with CH
215 Say Y here if you have a Zhen Hua PPM-4CH transmitter which is
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-tables.rst375 - ALT / CHANNEL / CH SURFING / SURF / FAV
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst129 U+F8D2 KLINGON LETTER CH
/openbmc/linux/Documentation/usb/
H A Dusb-serial.rst219 - Navis Engineering Bureau CH-4711 USB GPS
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c186 FLOWC_PARAM(CH, csk->tx_chan); in send_tx_flowc_wr()

12