Searched refs:t4_set_reg_field (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/dev/cxgbe/common/ |
| D | t4_hw.c | 88 void t4_set_reg_field(struct adapter *adapter, unsigned int addr, u32 mask, in t4_set_reg_field() function 2655 t4_set_reg_field(adapter, A_PL_INT_MAP0, 0, 1 << pf); in t4_intr_enable() 2671 t4_set_reg_field(adapter, A_PL_INT_MAP0, 1 << pf, 0); in t4_intr_disable() 4035 t4_set_reg_field(adap, port_cfg_reg, F_MAGICEN, in t4_wol_magic_enable() 4066 t4_set_reg_field(adap, port_cfg_reg, F_PATEN, 0); in t4_wol_pat_enable() 4100 t4_set_reg_field(adap, port_cfg_reg, 0, F_PATEN); in t4_wol_pat_enable() 4587 t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, F_UPCRST); in t4_fw_halt() 4588 t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, F_PCIE_FW_HALT); in t4_fw_halt() 4627 t4_set_reg_field(adap, A_PCIE_FW, F_PCIE_FW_HALT, 0); in t4_fw_restart() 4637 t4_set_reg_field(adap, A_CIM_BOOT_CFG, F_UPCRST, 0); in t4_fw_restart() [all …]
|
| D | common.h | 390 void t4_set_reg_field(struct adapter *adap, unsigned int addr, u32 mask, u32 val);
|
| /freebsd-9-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 369 t4_set_reg_field(sc, A_SGE_CONTROL, m, v); in t4_tweak_chip_settings() 377 t4_set_reg_field(sc, A_SGE_CONTROL2, m, v); in t4_tweak_chip_settings() 432 t4_set_reg_field(sc, A_TP_PARA_REG3, m, 0); in t4_tweak_chip_settings() 440 t4_set_reg_field(sc, A_ULP_RX_CTL, m, v); in t4_tweak_chip_settings() 445 t4_set_reg_field(sc, A_TP_PARA_REG5, m, v); in t4_tweak_chip_settings()
|
| D | t4_main.c | 1426 t4_set_reg_field(sc, A_SGE_CONTROL, F_GLOBALENABLE, 0); in t4_fatal_err()
|