Home
last modified time | relevance | path

Searched defs:chipc_caps (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.h59 struct chipc_caps { struct
60 uint8_t num_uarts; /**< Number of attached UARTS (1-3) */
61 bool mipseb; /**< MIPS is big-endian */
62 uint8_t uart_clock; /**< UART clock source (see CHIPC_CAP_UCLKSEL_*) */
63 uint8_t uart_gpio; /**< UARTs own GPIO pins 12-15 */
65 uint8_t extbus_type; /**< ExtBus type (CHIPC_CAP_EXTBUS_*) */
67 chipc_flash flash_type; /**< flash type */
68 uint8_t cfi_width; /**< CFI bus width, 0 if unknown or CFI
71 bhnd_nvram_src nvram_src; /**< identified NVRAM source */
72 bus_size_t sprom_offset; /**< Offset to SPROM data within
[all …]
H A Dbhnd_chipc_if.m91 METHOD struct chipc_caps * get_caps { struct