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.h157 __le32 hw_type; member
410 __le32 hw_type; member
H A Ddbg.c910 dump_info->hw_type = in iwl_fw_error_dump_file()
2415 u32 hw_type, is_cdb; local
2445 hw_type = CSR_HW_REV_TYPE(fwrt->trans->info.hw_rev);
2448 hw_type |= IWL_CDB_MASK(is_cdb);
2450 dump->hw_type = cpu_to_le32(hw_type);
/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()
786 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
822 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
856 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
876 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
901 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
924 sc->subdevice_id,sc->hw_type); in iwn_config_specific()
[all …]
H A Dif_iwnvar.h259 uint8_t hw_type; member