Home
last modified time | relevance | path

Searched refs:impcode (Results 1 – 11 of 11) sorted by relevance

/dports/devel/urjtag/urjtag-2021.03/src/bus/
H A Dejtag_dma.c53 uint32_t impcode; /* EJTAG Implementation Register */ member
58 #define EJTAG_VER ((BP->impcode >> 29) & 7)
410 BP->impcode = reg_value (ejimpl->out); in ejtag_dma_bus_init()
429 (BP->impcode & (1 << 28)) ? " R3k" : " R4k", in ejtag_dma_bus_init()
430 (BP->impcode & (1 << 24)) ? " DINTsup" : "", in ejtag_dma_bus_init()
431 (BP->impcode & (1 << 22)) ? " ASID_8" : "", in ejtag_dma_bus_init()
432 (BP->impcode & (1 << 21)) ? " ASID_6" : "", in ejtag_dma_bus_init()
433 (BP->impcode & (1 << 16)) ? " MIPS16" : "", in ejtag_dma_bus_init()
434 (BP->impcode & (1 << 14)) ? " NoDMA" : " DMA", in ejtag_dma_bus_init()
435 (BP->impcode & (1)) ? " MIPS64" : " MIPS32"); in ejtag_dma_bus_init()
[all …]
H A Dejtag.c47 uint32_t impcode; /* EJTAG Implementation Register */ member
53 #define EJTAG_VER ((BP->impcode >> 29) & 7)
305 BP->impcode = reg_value (ejimpl->out); in ejtag_bus_init()
327 (BP->impcode & (1 << 28)) ? " R3k" : " R4k", in ejtag_bus_init()
328 (BP->impcode & (1 << 24)) ? " DINTsup" : "", in ejtag_bus_init()
329 (BP->impcode & (1 << 22)) ? " ASID_8" : "", in ejtag_bus_init()
330 (BP->impcode & (1 << 21)) ? " ASID_6" : "", in ejtag_bus_init()
331 (BP->impcode & (1 << 16)) ? " MIPS16" : "", in ejtag_bus_init()
332 (BP->impcode & (1 << 14)) ? " NoDMA" : " DMA", in ejtag_bus_init()
333 (BP->impcode & (1)) ? " MIPS64" : " MIPS32"); in ejtag_bus_init()
/dports/devel/openocd/openocd-0.11.0/src/target/
H A Dmips_ejtag.c65 ejtag_info->impcode = 0; in mips_ejtag_get_impcode()
66 return mips_ejtag_drscan_32(ejtag_info, &ejtag_info->impcode); in mips_ejtag_get_impcode()
332 (uint8_t)((ejtag_info->impcode >> EJTAG_V20_IMP_BCHANNELS_SHIFT) & in ejtag_v20_print_imp()
377 ejtag_info->ejtag_version = ((ejtag_info->impcode >> 29) & 0x07); in mips_ejtag_init()
404 if ((ejtag_info->impcode & EJTAG_IMP_NODMA) == 0) { in mips_ejtag_init()
407 ejtag_info->impcode |= EJTAG_IMP_NODMA; in mips_ejtag_init()
H A Dmips_ejtag.h110 #define EJTAG_IMP_HAS(x) (ejtag_info->impcode & (x))
201 uint32_t impcode; member
H A Dmips32.c636 if (!(ejtag_info->impcode & EJTAG_V20_IMP_NOIB)) in mips32_configure_break_unit()
638 if (!(ejtag_info->impcode & EJTAG_V20_IMP_NODB)) in mips32_configure_break_unit()
730 if (ejtag_info->impcode & EJTAG_IMP_MIPS16) { in mips32_read_config_regs()
H A Dmips_m4k.c1057 if (ejtag_info->impcode & EJTAG_IMP_NODMA) in mips_m4k_read_memory()
1133 if (ejtag_info->impcode & EJTAG_IMP_NODMA) in mips_m4k_write_memory()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/mako/
H A Dcodegen.py260 impcode = ast.PythonCode(
268 impcode = None
276 if impcode:
277 module_identifiers.declared.update(impcode.declared_identifiers)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/mako/
H A Dcodegen.py260 impcode = ast.PythonCode(
268 impcode = None
276 if impcode:
277 module_identifiers.declared.update(impcode.declared_identifiers)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/mako/mako/
H A Dcodegen.py259 impcode = ast.PythonCode(
267 impcode = None
275 if impcode:
276 module_identifiers.declared.update(impcode.declared_identifiers)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/mako/mako/
H A Dcodegen.py259 impcode = ast.PythonCode(
267 impcode = None
275 if impcode:
276 module_identifiers.declared.update(impcode.declared_identifiers)
/dports/textproc/py-mako/Mako-1.0.14/mako/
H A Dcodegen.py259 impcode = ast.PythonCode(
267 impcode = None
275 if impcode:
276 module_identifiers.declared.update(impcode.declared_identifiers)