Searched refs:IPW_CSR_RST (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/sys/dev/pci/ |
| H A D | if_ipw.c | 1447 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_STOP_MASTER); in ipw_stop_master() 1449 if (CSR_READ_4(sc, IPW_CSR_RST) & IPW_RST_MASTER_DISABLED) in ipw_stop_master() 1457 tmp = CSR_READ_4(sc, IPW_CSR_RST); in ipw_stop_master() 1458 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_PRINCETON_RESET); in ipw_stop_master() 1482 tmp = CSR_READ_4(sc, IPW_CSR_RST); in ipw_reset() 1483 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_SW_RESET); in ipw_reset() 1500 CSR_WRITE_4(sc, IPW_CSR_RST, 0); in ipw_load_ucode() 1577 CSR_WRITE_4(sc, IPW_CSR_RST, 0); in ipw_load_firmware() 2023 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_SW_RESET); in ipw_stop()
|
| H A D | if_ipwreg.h | 33 #define IPW_CSR_RST 0x0020 macro
|