Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h235 #define CHIPC_CAP_ROM 0x00800000 /* Internal boot rom active */ macro
H A Dchipc.c466 caps->boot_rom = CHIPC_GET_FLAG(cap_reg, CHIPC_CAP_ROM); in chipc_read_caps()