Searched defs:nor_softc (Results 1 – 1 of 1) sorted by relevance
84 struct nor_softc { struct89 void *nor_softc; argument90 struct nor_chip sc_chip;91 bus_addr_t sc_bus_addr; /* chip base address */92 bus_size_t sc_bus_size; /* total NOR size */93 off_t sc_part_offset; /* partition start, offset from base */94 size_t sc_part_size; /* partition size */95 bus_space_tag_t sc_bst;96 bus_space_handle_t sc_bsh;97 kmutex_t sc_device_lock; /* serialize access to chip */[all …]