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