Home
last modified time | relevance | path

Searched full:quads (Results 1 – 17 of 17) sorted by relevance

/linux/arch/alpha/lib/
H A Dev6-memset.S103 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 Dmemchr.S127 # 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 Dev6-memchr.S145 # 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 Dev6-clear_user.S92 * 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 Dev6-memcpy.S65 beq $1, $do_unroll # U : no single quads to fiddle
217 bge $18, $mis_quad # U : More quads to move
H A Dev6-stxcpy.S71 /* Nops here to separate store quads from load quads */
H A Dev6-stxncpy.S86 * separate store quads from load quads
/linux/include/trace/events/
H A Dfirewire.h374 #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 Drpc_rdma.h56 * XDR sizes, in quads
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c522 * @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 Dice_ptp_hw.h434 /* Macros to derive port low and high addresses on both quads */
H A Dice_ptp.c107 /* React to interrupts across all quads. */ in ice_ptp_cfg_tx_interrupt()
/linux/drivers/gpu/drm/radeon/
H A Dr300_reg.h1569 /* Stencil Reference Value and Mask for backfacing quads */
/linux/arch/x86/kernel/apic/
H A Dapic.c1398 * secondary quads ... for the moment, just leave the in lapic_setup_esr()
/linux/net/sunrpc/
H A Dclnt.c1894 * Calculate the size (in quads) of the RPC call in call_allocate()
/linux/drivers/gpu/drm/msm/registers/adreno/
H A Da2xx.xml470 <value value="83" name="QUADS"/>
/linux/drivers/pci/
H A Dquirks.c5094 /* 82571 (Quads omitted due to non-ACS switch) */