| /openbmc/qemu/include/hw/misc/ |
| H A D | stm32l4x5_rcc_internals.h | 31 REG32(CR, 0x00) 32 FIELD(CR, PLLSAI2RDY, 29, 1) 33 FIELD(CR, PLLSAI2ON, 28, 1) 34 FIELD(CR, PLLSAI1RDY, 27, 1) 35 FIELD(CR, PLLSAI1ON, 26, 1) 36 FIELD(CR, PLLRDY, 25, 1) 37 FIELD(CR, PLLON, 24, 1) 38 FIELD(CR, CSSON, 19, 1) 39 FIELD(CR, HSEBYP, 18, 1) 40 FIELD(CR, HSERDY, 17, 1) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 4 Subject: [PATCH] tftp-hpa: bug fix on separated CR and LF 6 In ascii mode, if the CR and LF was separated into different transfer 7 blocks, LF will be just dropped instead of replacing the previous CR.
|
| /openbmc/phosphor-power/cold-redundancy/ |
| H A D | cold_redundancy.cpp | 118 psu->state = CR::PSUState::normal; in ColdRedundancy() 122 psu->state = CR::PSUState::acLost; in ColdRedundancy() 162 CR::GetSubTreeType subtree) { in createPSU() 193 CR::PropertyMapType propMap) { in createPSU() 268 CR::getPSUEvent(dbusConnection, name, state); in PowerSupply()
|
| H A D | cold_redundancy.hpp | 136 CR::PSUState state = CR::PSUState::normal;
|
| H A D | util.cpp | 24 namespace CR namespace
|
| H A D | util.hpp | 25 namespace CR namespace
|
| /openbmc/u-boot/arch/nds32/cpu/n1213/ag101/ |
| H A D | watchdog.S | 19 li $p0, (CONFIG_FTWDT010_BASE+WD_CR) ! Get the addr of WD CR 24 sw $p1, [$p0] ! Write back to WD CR
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | iclass.def | 25 DEF_PP_ICLASS32(CR,3,SUNIT) /* 6 */
|
| H A D | encode_pp.def | 706 /* CR */ 713 DEF_CLASS32(ICLASS_CR" ---- -------- PP------ --------",CR) 719 /* User CR ops */
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | atmel_spi.c | 113 spi_writel(as, CR, ATMEL_SPI_CR_SPIEN); in spi_claim_bus() 129 spi_writel(as, CR, ATMEL_SPI_CR_SPIDIS); in spi_release_bus()
|
| /openbmc/qemu/hw/misc/ |
| H A D | stm32l4x5_rcc.c | 429 val = FIELD_EX32(s->cr, CR, PLLSAI2ON); in rcc_update_cr_register() 438 val = FIELD_EX32(s->cr, CR, PLLSAI1ON); in rcc_update_cr_register() 450 val = FIELD_EX32(s->cr, CR, PLLON); in rcc_update_cr_register() 470 val = FIELD_EX32(s->cr, CR, HSEON); in rcc_update_cr_register() 503 val = FIELD_EX32(s->cr, CR, HSION); in rcc_update_cr_register() 530 val = FIELD_EX32(s->cr, CR, MSION); in rcc_update_cr_register()
|
| /openbmc/u-boot/arch/x86/include/asm/acpi/ |
| H A D | debug.asl | 55 /* OUTC - Send a single character, expanding LF into CR/LF */
|
| /openbmc/qemu/rust/hw/char/pl011/src/ |
| H A D | registers.rs | 53 CR = 0x030, enumerator
|
| H A D | device.rs | 207 CR => u32::from(self.control), in read() 263 CR => { in write()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/ |
| H A D | tftp-hpa_5.2.bb | 28 file://tftp-hpa-bug-fix-on-separated-CR-and-LF.patch \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
| H A D | 0003-ISO-C23-Port-the-code-to-ISO-C23.patch | 130 /* 1 extra for CR. */
|
| /openbmc/qemu/target/hexagon/ |
| H A D | attribs_def.h.inc | 125 DEF_ATTRIB(CRSLOT23, "Can execute in slot 2 or slot 3 (CR)", "", "")
|
| /openbmc/u-boot/doc/ |
| H A D | README.scrapyard | 271 CANBT powerpc 405CR fb8f4fd 2013-08-07 Matthias Fuchs <matthias.fuchs@…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 1625 # if finds mixed CR/LF and LF-only lines. Since sed operates in 1626 # text mode, it properly converts lines to CR/LF. This bash problem 3580 # if finds mixed CR/LF and LF-only lines. Since sed operates in 3581 # text mode, it properly converts lines to CR/LF. This bash problem 5519 # if finds mixed CR/LF and LF-only lines. Since sed operates in 5520 # text mode, it properly converts lines to CR/LF. This bash problem 7461 # if finds mixed CR/LF and LF-only lines. Since sed operates in 7462 # text mode, it properly converts lines to CR/LF. This bash problem 10021 # if finds mixed CR/LF and LF-only lines. Since sed operates in 10022 # text mode, it properly converts lines to CR/LF. This bash problem [all …]
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-data.h.inc | 166 C(0x1900, CR, RR_a, Z, r1_o, r2_o, 0, 0, 0, cmps32)
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 5004 - -a, --ascii ASCII transfer (change CR/LF to LF)\n\ 5077 - -a, --ascii ASCII transfer (change CR/LF to LF)\n\
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | decode-new.c.inc | 1130 * pre-decode tweak here for all MOVs from/to CR and DR.
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.css.map | 1 …CR+qCH;AQ5qCD;;;;;;EAGE,iBAAA;EACA,oBAAA;CRirCD;AQrrCD;;;;;;;;;;;;EAQI,eAAA;CR2rCH;AQvrCD;;EAAU,gB…
|