Home
last modified time | relevance | path

Searched refs:CHIPC_CAP_JTAGP (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h234 #define CHIPC_CAP_JTAGP 0x00400000 /* JTAG Master Present */ macro
H A Dchipc.c458 caps->jtag_master = CHIPC_GET_FLAG(cap_reg, CHIPC_CAP_JTAGP); in chipc_read_caps()