Home
last modified time | relevance | path

Searched refs:qwords (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/via/
Dvia_dma.c76 static void via_pad_cache(drm_via_private_t *dev_priv, int qwords);
569 static void via_pad_cache(drm_via_private_t *dev_priv, int qwords) in via_pad_cache() argument
573 via_cmdbuf_wait(dev_priv, qwords + 2); in via_pad_cache()
576 via_align_buffer(dev_priv, vb, qwords); in via_pad_cache()
/Linux-v4.19/arch/ia64/hp/common/
Dsba_iommu.c573 int qwords, bits, i; in sba_search_bitmap() local
576 qwords = bits_wanted >> 6; /* /64 */ in sba_search_bitmap()
577 bits = bits_wanted - (qwords * BITS_PER_LONG); in sba_search_bitmap()
579 end = res_end - qwords; in sba_search_bitmap()
587 for (i = 0 ; i < qwords ; i++) { in sba_search_bitmap()
595 for (i = 0 ; i < qwords ; i++) in sba_search_bitmap()
600 res_ptr += qwords; in sba_search_bitmap()
/Linux-v4.19/arch/x86/crypto/
Dsha512-ssse3-asm.S88 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
259 movdqa %xmm0, W_t(\rnd) # Store scheduled qwords
374 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
Dsha512-avx-asm.S91 # WK_2(t) points to 1 of 2 qwords at frame.WK depdending on t being odd/even
375 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
Dsha512-avx2-asm.S741 # Mask for byte-swapping a couple of qwords in an XMM register using (v)pshufb.
/Linux-v4.19/include/linux/qed/
Dqed_rdma_if.h254 u64 qwords[2]; member
/Linux-v4.19/drivers/net/ethernet/tehuti/
Dtehuti.c1472 u16 qwords; /* qword = 64 bit */ member
1542 txd_sizes[i].qwords = lwords >> 1; in init_txd_sizes()
1647 (txd_sizes[nr_frags].qwords, txd_checksum, txd_vtag, in bdx_tx_transmit()