Home
last modified time | relevance | path

Searched refs:IWX_CSR_RESET_REG_FLAG_SW_RESET (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iwx/
H A Dif_iwxreg.h680 #define IWX_CSR_RESET_REG_FLAG_SW_RESET (0x00000080) macro
H A Dif_iwx.c2760 IWX_SETBITS(sc, IWX_CSR_RESET, IWX_CSR_RESET_REG_FLAG_SW_RESET); in iwx_start_hw()
2781 IWX_SETBITS(sc, IWX_CSR_RESET, IWX_CSR_RESET_REG_FLAG_SW_RESET); in iwx_start_hw()
2830 IWX_SETBITS(sc, IWX_CSR_RESET, IWX_CSR_RESET_REG_FLAG_SW_RESET); in iwx_stop_device()