Lines Matching refs:init_phase
17531 int init_phase = port ? PHASE_PORT1 : PHASE_PORT0; in bxe_init_hw_port() local
17539 ecore_init_block(sc, BLOCK_MISC, init_phase); in bxe_init_hw_port()
17540 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_port()
17541 ecore_init_block(sc, BLOCK_PXP2, init_phase); in bxe_init_hw_port()
17553 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_port()
17554 ecore_init_block(sc, BLOCK_DMAE, init_phase); in bxe_init_hw_port()
17555 ecore_init_block(sc, BLOCK_PGLUE_B, init_phase); in bxe_init_hw_port()
17556 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_port()
17558 ecore_init_block(sc, BLOCK_TCM, init_phase); in bxe_init_hw_port()
17559 ecore_init_block(sc, BLOCK_UCM, init_phase); in bxe_init_hw_port()
17560 ecore_init_block(sc, BLOCK_CCM, init_phase); in bxe_init_hw_port()
17561 ecore_init_block(sc, BLOCK_XCM, init_phase); in bxe_init_hw_port()
17567 ecore_init_block(sc, BLOCK_TM, init_phase); in bxe_init_hw_port()
17572 ecore_init_block(sc, BLOCK_DORQ, init_phase); in bxe_init_hw_port()
17574 ecore_init_block(sc, BLOCK_BRB1, init_phase); in bxe_init_hw_port()
17601 ecore_init_block(sc, BLOCK_PRS, init_phase); in bxe_init_hw_port()
17626 ecore_init_block(sc, BLOCK_TSDM, init_phase); in bxe_init_hw_port()
17627 ecore_init_block(sc, BLOCK_CSDM, init_phase); in bxe_init_hw_port()
17628 ecore_init_block(sc, BLOCK_USDM, init_phase); in bxe_init_hw_port()
17629 ecore_init_block(sc, BLOCK_XSDM, init_phase); in bxe_init_hw_port()
17631 ecore_init_block(sc, BLOCK_TSEM, init_phase); in bxe_init_hw_port()
17632 ecore_init_block(sc, BLOCK_USEM, init_phase); in bxe_init_hw_port()
17633 ecore_init_block(sc, BLOCK_CSEM, init_phase); in bxe_init_hw_port()
17634 ecore_init_block(sc, BLOCK_XSEM, init_phase); in bxe_init_hw_port()
17636 ecore_init_block(sc, BLOCK_UPB, init_phase); in bxe_init_hw_port()
17637 ecore_init_block(sc, BLOCK_XPB, init_phase); in bxe_init_hw_port()
17639 ecore_init_block(sc, BLOCK_PBF, init_phase); in bxe_init_hw_port()
17657 ecore_init_block(sc, BLOCK_SRC, init_phase); in bxe_init_hw_port()
17660 ecore_init_block(sc, BLOCK_CDU, init_phase); in bxe_init_hw_port()
17661 ecore_init_block(sc, BLOCK_CFC, init_phase); in bxe_init_hw_port()
17667 ecore_init_block(sc, BLOCK_HC, init_phase); in bxe_init_hw_port()
17669 ecore_init_block(sc, BLOCK_IGU, init_phase); in bxe_init_hw_port()
17671 ecore_init_block(sc, BLOCK_MISC_AEU, init_phase); in bxe_init_hw_port()
17681 ecore_init_block(sc, BLOCK_NIG, init_phase); in bxe_init_hw_port()
18109 int init_phase = PHASE_PF0 + func; in bxe_init_hw_func() local
18137 ecore_init_block(sc, BLOCK_PXP, init_phase); in bxe_init_hw_func()
18138 ecore_init_block(sc, BLOCK_PXP2, init_phase); in bxe_init_hw_func()
18185 ecore_init_block(sc, BLOCK_PGLUE_B, init_phase); in bxe_init_hw_func()
18190 ecore_init_block(sc, BLOCK_ATC, init_phase); in bxe_init_hw_func()
18191 ecore_init_block(sc, BLOCK_DMAE, init_phase); in bxe_init_hw_func()
18192 ecore_init_block(sc, BLOCK_NIG, init_phase); in bxe_init_hw_func()
18193 ecore_init_block(sc, BLOCK_SRC, init_phase); in bxe_init_hw_func()
18194 ecore_init_block(sc, BLOCK_MISC, init_phase); in bxe_init_hw_func()
18195 ecore_init_block(sc, BLOCK_TCM, init_phase); in bxe_init_hw_func()
18196 ecore_init_block(sc, BLOCK_UCM, init_phase); in bxe_init_hw_func()
18197 ecore_init_block(sc, BLOCK_CCM, init_phase); in bxe_init_hw_func()
18198 ecore_init_block(sc, BLOCK_XCM, init_phase); in bxe_init_hw_func()
18199 ecore_init_block(sc, BLOCK_TSEM, init_phase); in bxe_init_hw_func()
18200 ecore_init_block(sc, BLOCK_USEM, init_phase); in bxe_init_hw_func()
18201 ecore_init_block(sc, BLOCK_CSEM, init_phase); in bxe_init_hw_func()
18202 ecore_init_block(sc, BLOCK_XSEM, init_phase); in bxe_init_hw_func()
18213 ecore_init_block(sc, BLOCK_QM, init_phase); in bxe_init_hw_func()
18215 ecore_init_block(sc, BLOCK_TM, init_phase); in bxe_init_hw_func()
18216 ecore_init_block(sc, BLOCK_DORQ, init_phase); in bxe_init_hw_func()
18220 ecore_init_block(sc, BLOCK_BRB1, init_phase); in bxe_init_hw_func()
18221 ecore_init_block(sc, BLOCK_PRS, init_phase); in bxe_init_hw_func()
18222 ecore_init_block(sc, BLOCK_TSDM, init_phase); in bxe_init_hw_func()
18223 ecore_init_block(sc, BLOCK_CSDM, init_phase); in bxe_init_hw_func()
18224 ecore_init_block(sc, BLOCK_USDM, init_phase); in bxe_init_hw_func()
18225 ecore_init_block(sc, BLOCK_XSDM, init_phase); in bxe_init_hw_func()
18226 ecore_init_block(sc, BLOCK_UPB, init_phase); in bxe_init_hw_func()
18227 ecore_init_block(sc, BLOCK_XPB, init_phase); in bxe_init_hw_func()
18228 ecore_init_block(sc, BLOCK_PBF, init_phase); in bxe_init_hw_func()
18232 ecore_init_block(sc, BLOCK_CDU, init_phase); in bxe_init_hw_func()
18234 ecore_init_block(sc, BLOCK_CFC, init_phase); in bxe_init_hw_func()
18244 ecore_init_block(sc, BLOCK_MISC_AEU, init_phase); in bxe_init_hw_func()
18254 ecore_init_block(sc, BLOCK_HC, init_phase); in bxe_init_hw_func()
18266 ecore_init_block(sc, BLOCK_IGU, init_phase); in bxe_init_hw_func()