Searched defs:cqspi_softc (Results 1 – 1 of 1) sorted by relevance
91 struct cqspi_softc { struct92 device_t dev;94 struct resource *res[3];95 bus_space_tag_t bst;96 bus_space_handle_t bsh;97 void *ih;98 uint8_t read_op_done;99 uint8_t write_op_done;101 uint32_t fifo_depth;102 uint32_t fifo_width;[all …]