Searched refs:GRCBASE_MISC (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_hsi_debug_tools.h | 39 GRCBASE_MISC = 0x8000, enumerator
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_elink.c | 2263 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in elink_emac_init() 2266 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in elink_emac_init() 2338 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in elink_umac_enable() 2342 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in elink_umac_enable() 2453 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in elink_xmac_init() 2457 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in elink_xmac_init() 2483 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in elink_xmac_init() 2487 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in elink_xmac_init() 2601 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in elink_emac_enable() 2749 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in elink_emac_enable() [all …]
|
| H A D | ecore_reg.h | 2167 #define GRCBASE_MISC 0x00A000 macro 2209 #define GRCBASE_MISC_AEU GRCBASE_MISC
|
| H A D | bxe.c | 10973 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR, in bxe_process_kill_chip_reset() 10976 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_CLEAR, in bxe_process_kill_chip_reset() 10982 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_SET, in bxe_process_kill_chip_reset() 10988 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, reset_mask1); in bxe_process_kill_chip_reset() 16580 REG_WR(sc, (GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_CLEAR), 0xd3ffff7f); in bxe_reset_common() 16587 REG_WR(sc, (GRCBASE_MISC + MISC_REGISTERS_RESET_REG_2_CLEAR), val); in bxe_reset_common() 16781 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_CLEAR, 0x03); in bxe_int_mem_test() 16783 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, 0x03); in bxe_int_mem_test() 16850 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_CLEAR, 0x03); in bxe_int_mem_test() 16852 REG_WR(sc, GRCBASE_MISC + MISC_REGISTERS_RESET_REG_1_SET, 0x03); in bxe_int_mem_test() [all …]
|