Home
last modified time | relevance | path

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

/freebsd/sys/dev/ipw/
H A Dif_ipw.c1802 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_STOP_MASTER); in ipw_stop_master()
1804 if (CSR_READ_4(sc, IPW_CSR_RST) & IPW_RST_MASTER_DISABLED) in ipw_stop_master()
1811 tmp = CSR_READ_4(sc, IPW_CSR_RST); in ipw_stop_master()
1812 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_PRINCETON_RESET); in ipw_stop_master()
1839 tmp = CSR_READ_4(sc, IPW_CSR_RST); in ipw_reset()
1840 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_SW_RESET); in ipw_reset()
1913 CSR_WRITE_4(sc, IPW_CSR_RST, 0); in ipw_load_ucode()
1984 CSR_WRITE_4(sc, IPW_CSR_RST, 0); in ipw_load_firmware()
2509 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_SW_RESET); in ipw_stop_locked()
H A Dif_ipwreg.h44 #define IPW_CSR_RST 0x0020 macro