Home
last modified time | relevance | path

Searched refs:dw3 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/crypto/hisilicon/
H A Dqm_common.h31 __le32 dw3; member
46 __le32 dw3; member
60 __le32 dw3; member
70 __le32 dw3; member
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c62 __dw dw3; member
73 __le32 dw3; member
517 ptd->dw3 = le32_to_dw(le32_ptd.dw3); in isp1763_ptd_read()
544 ptd.dw3 = dw_to_le32(cpu_ptd->dw3); in isp1763_ptd_write()
869 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
877 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl()
878 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
881 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
883 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
886 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h55 u32 dw3; member
/linux/drivers/crypto/ccp/
H A Dccp-dev-v5.c174 #define CCP5_CMD_DW3(p) ((p)->dw3)
175 #define CCP5_CMD_SRC_MEM(p) ((p)->dw3.src_mem)
176 #define CCP5_CMD_SRC_HI(p) ((p)->dw3.src_hi)
177 #define CCP5_CMD_LSB_ID(p) ((p)->dw3.lsb_cxt_id)
178 #define CCP5_CMD_FIX_SRC(p) ((p)->dw3.fixed)
H A Dccp-dev.h624 struct dword3 dw3; member
/linux/drivers/dma/amd/ptdma/
H A Dptdma.h303 struct dword3 dw3; member
/linux/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c306 return sqe->dw3 & HZIP_BD_STATUS_M; in hisi_zip_get_status()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c12162 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
12184 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected()
12201 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()