Searched full:quads (Results 1 – 17 of 17) sorted by relevance
/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 103 sra $18,3,$3 # U : Number of remaining quads to write 116 * $3 Number quads to write 125 * We know we've got at least 16 quads, minimum of one trip 148 * $3 - number quads left to go 198 subq $3,1,$3 # E : Decrement number quads left 281 sra $18,3,$3 # U : Number of remaining quads to write 294 * $3 Number quads to write 303 * We know we've got at least 16 quads, minimum of one trip 326 * $3 - number quads left to go 376 subq $3,1,$3 # E : Decrement number quads left [all …]
|
H A D | memchr.S | 127 # At least two quads remain to be accessed. 129 subq $18, $0, $4 #-e0 : $4 <- nr quads to be processed 130 and $4, 8, $4 # e1 : odd number of quads? 133 # At least three quads remain to be accessed
|
H A D | ev6-memchr.S | 145 # At least two quads remain to be accessed. 147 subq $18, $0, $4 # E : $4 <- nr quads to be processed 148 and $4, 8, $4 # E : odd number of quads? 150 # At least three quads remain to be accessed
|
H A D | ev6-clear_user.S | 92 * We know that we're going to do at least 16 quads, which means we are 94 * Figure out how many quads we need to clear before we are 0mod64 aligned 117 * $1 is the number of quads left 125 * The worse case will be doing two extra quads in some future execution,
|
H A D | ev6-memcpy.S | 65 beq $1, $do_unroll # U : no single quads to fiddle 217 bge $18, $mis_quad # U : More quads to move
|
H A D | ev6-stxcpy.S | 71 /* Nops here to separate store quads from load quads */
|
H A D | ev6-stxncpy.S | 86 * separate store quads from load quads
|
/linux/include/trace/events/ |
H A D | firewire.h | 374 #define PHY_PACKET_SELF_ID_GET_PHY_ID(quads) \ argument 375 ((((const u32 *)quads)[0] & SELF_ID_PHY_ID_MASK) >> SELF_ID_PHY_ID_SHIFT) 377 #define PHY_PACKET_SELF_ID_GET_LINK_ACTIVE(quads) \ argument 378 ((((const u32 *)quads)[0] & SELF_ID_ZERO_LINK_ACTIVE_MASK) >> SELF_ID_ZERO_LINK_ACTIVE_SHIFT) 380 #define PHY_PACKET_SELF_ID_GET_GAP_COUNT(quads) \ argument 381 ((((const u32 *)quads)[0] & SELF_ID_ZERO_GAP_COUNT_MASK) >> SELF_ID_ZERO_GAP_COUNT_SHIFT) 383 #define PHY_PACKET_SELF_ID_GET_SCODE(quads) \ argument 384 ((((const u32 *)quads)[0] & SELF_ID_ZERO_SCODE_MASK) >> SELF_ID_ZERO_SCODE_SHIFT) 386 #define PHY_PACKET_SELF_ID_GET_CONTENDER(quads) \ argument 387 ((((const u32 *)quads)[0] & SELF_ID_ZERO_CONTENDER_MASK) >> SELF_ID_ZERO_CONTENDER_SHIFT) [all …]
|
/linux/include/linux/sunrpc/ |
H A D | rpc_rdma.h | 56 * XDR sizes, in quads
|
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/ |
H A D | binary.c | 522 * @return Log2 of decimation factor (= grid cell size) in bayer quads. 538 …/* the smallest frame width in bayer quads when decimation factor (log2) is 5 or 4, by the specifi… in binary_grid_deci_factor_log2()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.h | 434 /* Macros to derive port low and high addresses on both quads */
|
H A D | ice_ptp.c | 107 /* React to interrupts across all quads. */ in ice_ptp_cfg_tx_interrupt()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | r300_reg.h | 1569 /* Stencil Reference Value and Mask for backfacing quads */
|
/linux/arch/x86/kernel/apic/ |
H A D | apic.c | 1398 * secondary quads ... for the moment, just leave the in lapic_setup_esr()
|
/linux/net/sunrpc/ |
H A D | clnt.c | 1894 * Calculate the size (in quads) of the RPC call in call_allocate()
|
/linux/drivers/gpu/drm/msm/registers/adreno/ |
H A D | a2xx.xml | 470 <value value="83" name="QUADS"/>
|
/linux/drivers/pci/ |
H A D | quirks.c | 5094 /* 82571 (Quads omitted due to non-ACS switch) */
|