Searched defs:chipc_caps (Results 1 – 2 of 2) sorted by relevance
59 struct chipc_caps { struct60 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 CFI71 bhnd_nvram_src nvram_src; /**< identified NVRAM source */72 bus_size_t sprom_offset; /**< Offset to SPROM data within[all …]
91 METHOD struct chipc_caps * get_caps { struct