Searched defs:bwn_softc (Results 1 – 1 of 1) sorted by relevance
1015 struct bwn_softc { struct1016 device_t sc_dev;1017 struct bhnd_board_info sc_board_info;1018 struct bhnd_chipid sc_cid;1019 uint32_t sc_quirks; /**< @see bwn_quirk */1020 struct resource *sc_mem_res;1021 int sc_mem_rid;1023 device_t sc_chipc; /**< ChipCommon device */1024 device_t sc_gpio; /**< GPIO device */1025 device_t sc_pmu; /**< PMU device, or NULL if unsupported */[all …]