Searched refs:BRANCH_ALWAYS (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/arch/sparc/lib/
H A DGENpatch.S6 #define BRANCH_ALWAYS 0x10680000 define
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DNG2patch.S6 #define BRANCH_ALWAYS 0x10680000 define
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DNGpatch.S6 #define BRANCH_ALWAYS 0x10680000 define
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DU3patch.S6 #define BRANCH_ALWAYS 0x10680000 define
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DNG4patch.S6 #define BRANCH_ALWAYS 0x10680000 define
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DGENpage.S50 #define BRANCH_ALWAYS 0x10680000 define
58 sethi %hi(BRANCH_ALWAYS), %g3; \
61 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DGENbzero.S129 #define BRANCH_ALWAYS 0x10680000 define
137 sethi %hi(BRANCH_ALWAYS), %g3; \
140 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DNGbzero.S132 #define BRANCH_ALWAYS 0x10680000 define
140 sethi %hi(BRANCH_ALWAYS), %g3; \
143 or %g3, %lo(BRANCH_ALWAYS), %g3; \
H A DNGpage.S110 #define BRANCH_ALWAYS 0x10680000 define
118 sethi %hi(BRANCH_ALWAYS), %g3; \
121 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-4.4.14/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S396 #define BRANCH_ALWAYS 0x10680000 define
404 sethi %hi(BRANCH_ALWAYS), %g3; \
407 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-4.4.14/drivers/net/ethernet/packetengines/
H A Dyellowfin.c291 BRANCH_ALWAYS=0x0C0000, INTR_ALWAYS=0x300000, WAIT_ALWAYS=0x030000, enumerator in enum:desc_cmd_bits
767 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); yellowfin_init_ring()
800 yp->tx_ring[++j].dbdma_cmd |= cpu_to_le32(BRANCH_ALWAYS | INTR_ALWAYS); yellowfin_init_ring()
844 cpu_to_le32(CMD_TX_PKT|BRANCH_ALWAYS | len); yellowfin_start_xmit()
1171 cpu_to_le32(CMD_RX_BUF | INTR_ALWAYS | BRANCH_ALWAYS yellowfin_rx()

Completed in 179 milliseconds