Home
last modified time | relevance | path

Searched refs:cpcfg (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/hw/misc/
H A Dnpcm7xx_mft.c139 static int npcm7xx_mft_compare(int32_t src, uint16_t tgt, uint8_t cpcfg)
141 if (cpcfg & NPCM7XX_MFT_CPCFG_HIEN) {
144 if ((cpcfg & NPCM7XX_MFT_CPCFG_EQEN) && (src <= tgt)) {
147 if ((cpcfg & NPCM7XX_MFT_CPCFG_LOEN) && (tgt > 0) && (src < tgt)) {
157 uint8_t cpcfg, uint16_t *cnt) in npcm7xx_gcr_enter_reset()
185 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_gcr_enter_reset()
215 uint8_t cpcfg;
229 cpcfg = NPCM7XX_MFT_CPCFG_GET_A(s->regs[R_NPCM7XX_MFT_CPCFG]);
234 cpcfg,
271 cpcfg = NPCM7XX_MFT_CPCFG_GET_B(s->regs[R_NPCM7XX_MFT_CPCFG]); in npcm7xx_gcr_register_type()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/misc/
H A Dnpcm7xx_mft.c139 static int npcm7xx_mft_compare(int32_t src, uint16_t tgt, uint8_t cpcfg) in npcm7xx_mft_compare() argument
141 if (cpcfg & NPCM7XX_MFT_CPCFG_HIEN) { in npcm7xx_mft_compare()
144 if ((cpcfg & NPCM7XX_MFT_CPCFG_EQEN) && (src <= tgt)) { in npcm7xx_mft_compare()
147 if ((cpcfg & NPCM7XX_MFT_CPCFG_LOEN) && (tgt > 0) && (src < tgt)) { in npcm7xx_mft_compare()
157 uint8_t cpcfg, uint16_t *cnt) in npcm7xx_mft_compute_cnt() argument
185 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_mft_compute_cnt()
215 uint8_t cpcfg; in npcm7xx_mft_capture() local
229 cpcfg = NPCM7XX_MFT_CPCFG_GET_A(s->regs[R_NPCM7XX_MFT_CPCFG]); in npcm7xx_mft_capture()
234 cpcfg, in npcm7xx_mft_capture()
271 cpcfg = NPCM7XX_MFT_CPCFG_GET_B(s->regs[R_NPCM7XX_MFT_CPCFG]); in npcm7xx_mft_capture()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/misc/
H A Dnpcm7xx_mft.c139 static int npcm7xx_mft_compare(int32_t src, uint16_t tgt, uint8_t cpcfg) in npcm7xx_mft_compare() argument
141 if (cpcfg & NPCM7XX_MFT_CPCFG_HIEN) { in npcm7xx_mft_compare()
144 if ((cpcfg & NPCM7XX_MFT_CPCFG_EQEN) && (src <= tgt)) { in npcm7xx_mft_compare()
147 if ((cpcfg & NPCM7XX_MFT_CPCFG_LOEN) && (tgt > 0) && (src < tgt)) { in npcm7xx_mft_compare()
157 uint8_t cpcfg, uint16_t *cnt) in npcm7xx_mft_compute_cnt() argument
185 stopped = npcm7xx_mft_compare(count, tgt, cpcfg); in npcm7xx_mft_compute_cnt()
215 uint8_t cpcfg; in npcm7xx_mft_capture() local
229 cpcfg = NPCM7XX_MFT_CPCFG_GET_A(s->regs[R_NPCM7XX_MFT_CPCFG]); in npcm7xx_mft_capture()
234 cpcfg, in npcm7xx_mft_capture()
271 cpcfg = NPCM7XX_MFT_CPCFG_GET_B(s->regs[R_NPCM7XX_MFT_CPCFG]); in npcm7xx_mft_capture()
[all …]
/dports/databases/db18/db-18.1.40/test/java/junit/src/com/sleepycat/db/test/
H A DCallbackTest.java90 CheckpointConfig cpcfg = new CheckpointConfig(); in test1() local
91 cpcfg.setForce(true); in test1()
92 dbEnv.checkpoint(cpcfg); in test1()
/dports/databases/db5/db-5.3.28/test/java/junit/src/com/sleepycat/db/test/
H A DCallbackTest.java90 CheckpointConfig cpcfg = new CheckpointConfig(); in test1() local
91 cpcfg.setForce(true); in test1()
92 dbEnv.checkpoint(cpcfg); in test1()
/dports/devel/hadoop/jetty-6.1.14/modules/start/src/main/java/org/mortbay/start/
H A DMain.java449 InputStream cpcfg=null; in start() local
454 cpcfg=getClass().getClassLoader().getResourceAsStream(_config); in start()
457 if (cpcfg==null) in start()
458 cpcfg=new FileInputStream(_config); in start()
459 configure(cpcfg,args.length); in start()
473 cpcfg.close(); in start()
/dports/devel/hadoop2/jetty-6.1.14/modules/start/src/main/java/org/mortbay/start/
H A DMain.java449 InputStream cpcfg=null; in start() local
454 cpcfg=getClass().getClassLoader().getResourceAsStream(_config); in start()
457 if (cpcfg==null) in start()
458 cpcfg=new FileInputStream(_config); in start()
459 configure(cpcfg,args.length); in start()
473 cpcfg.close(); in start()
/dports/devel/binutils/binutils-2.37/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/avr-gdb/gdb-7.3.1/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/lang/gnatdroid-binutils/binutils-2.27/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/gdb761/gdb-7.6.1/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Dcrx.h52 cpcfg, enumerator
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/opcode/
H A Dcrx.h51 cpcfg, enumerator
/dports/devel/djgpp-binutils/binutils-2.17/include/opcode/
H A Dcrx.h51 cpcfg, enumerator
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dcrx-opc.c629 REG_CFG(cpcfg, 0x16),
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Dcrx-opc.c629 REG_CFG(cpcfg, 0x16),
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dcrx-opc.c626 REG_CFG(cpcfg, 0x16),
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dcrx-opc.c629 REG_CFG(cpcfg, 0x16),
/dports/devel/gdb/gdb-11.1/opcodes/
H A Dcrx-opc.c629 REG_CFG(cpcfg, 0x16),
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dcrx-opc.c626 REG_CFG(cpcfg, 0x16),

12