Searched refs:reset_reg (Results 1 – 2 of 2) sorted by relevance
| /trueos/usr.sbin/bhyve/ |
| HD | pm.c | 79 INOUT_PORT(reset_reg, 0xCF9, IOPORT_F_INOUT, reset_handler);
|
| /trueos/sys/dev/bxe/ |
| HD | bxe.c | 15802 uint32_t val, base_addr, offset, mask, reset_reg; in bxe_prev_unload_close_mac() local 15813 reset_reg = REG_RD(sc, MISC_REG_RESET_REG_2); in bxe_prev_unload_close_mac() 15818 if ((mask & reset_reg) && val) { in bxe_prev_unload_close_mac() 15847 if (reset_reg & MISC_REGISTERS_RESET_REG_2_XMAC) { in bxe_prev_unload_close_mac() 15860 if (mask & reset_reg) { in bxe_prev_unload_close_mac() 15902 uint32_t reset_reg, tmp_reg = 0, rc; in bxe_prev_unload_common() local 15921 reset_reg = REG_RD(sc, MISC_REG_RESET_REG_1); in bxe_prev_unload_common() 15924 if (reset_reg & MISC_REGISTERS_RESET_REG_1_RST_BRB1) { in bxe_prev_unload_common() 15935 if (reset_reg & MISC_REGISTERS_RESET_REG_1_RST_DORQ) { in bxe_prev_unload_common()
|