Home
last modified time | relevance | path

Searched refs:hw_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtrace.h236 __field(u8, hw_type)
244 __entry->hw_type = ar->hw_rev;
253 __entry->hw_type,
266 __field(u8, hw_type)
274 __entry->hw_type = ar->hw_rev;
283 __entry->hw_type,
432 __field(u8, hw_type)
440 __entry->hw_type = ar->hw_rev;
449 __entry->hw_type,
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h145 * @hw_type: the type of the device
157 __le32 hw_type;
388 * @hw_type: HW type
412 __le32 hw_type;
156 __le32 hw_type; global() member
411 __le32 hw_type; global() member
H A Ddbg.c879 dump_info->hw_type = in iwl_fw_error_dump_file()
2367 u32 hw_type;
2401 hw_type = CSR_HW_REV_TYPE(fwrt->trans->hw_rev);
2402 if (hw_type == IWL_AX210_HW_TYPE) {
2413 hw_type |= masked_bits << IWL_AX210_HW_TYPE_ADDITION_SHIFT;
2415 dump->hw_type = cpu_to_le32(hw_type);
2252 u32 hw_type; global() local
/freebsd/sys/dev/iwn/
H A Dif_iwn.c417 if (sc->hw_type == IWN_HW_REV_TYPE_5300) in iwn_is_3stream_device()
485 sc->hw_type = (IWN_READ(sc, IWN_HW_REV) >> IWN_HW_REV_TYPE_SHIFT) in iwn_attach()
493 if (sc->hw_type == IWN_HW_REV_TYPE_4965) in iwn_attach()
529 if (sc->hw_type != IWN_HW_REV_TYPE_4965 && in iwn_attach()
781 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
817 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
851 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
871 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
896 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
919 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
[all …]
H A Dif_iwnvar.h259 uint8_t hw_type; member