Home
last modified time | relevance | path

Searched refs:byte_swap (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c59 static void sparx5_xtr_grp(struct sparx5 *sparx5, u8 grp, bool byte_swap) in sparx5_xtr_grp() argument
102 if (byte_swap) in sparx5_xtr_grp()
120 if (!byte_swap) in sparx5_xtr_grp()
307 const int byte_swap = 1; in sparx5_manual_injection_mode() local
313 QS_XTR_GRP_CFG_BYTE_SWAP_SET(byte_swap), in sparx5_manual_injection_mode()
316 QS_INJ_GRP_CFG_BYTE_SWAP_SET(byte_swap), in sparx5_manual_injection_mode()
H A Dsparx5_fdma.c489 const int byte_swap = 1; in sparx5_fdma_injection_mode() local
496 QS_XTR_GRP_CFG_BYTE_SWAP_SET(byte_swap), in sparx5_fdma_injection_mode()
499 QS_INJ_GRP_CFG_BYTE_SWAP_SET(byte_swap), in sparx5_fdma_injection_mode()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_xfer.c59 u32 *rxbuf, size_t ifh_len, bool byte_swap) in mscc_recv() argument
77 if (byte_swap) in mscc_recv()
H A Dmscc_xfer.h19 u32 *rxbuf, size_t ifh_len, bool byte_swap);
/openbmc/linux/include/linux/
H A Dccp.h435 enum ccp_passthru_byteswap byte_swap; member
464 enum ccp_passthru_byteswap byte_swap; member
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-ops.c431 u32 byte_swap, bool from) in ccp_copy_to_from_sb() argument
456 op.u.passthru.byte_swap = byte_swap; in ccp_copy_to_from_sb()
463 u32 byte_swap) in ccp_copy_to_sb() argument
465 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, false); in ccp_copy_to_sb()
470 u32 byte_swap) in ccp_copy_from_sb() argument
472 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, true); in ccp_copy_from_sb()
H A Dccp-dev.h524 enum ccp_passthru_byteswap byte_swap; member
H A Dccp-dev-v3.c260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
H A Dccp-dmaengine.c432 ccp_pt->byte_swap = CCP_PASSTHRU_BYTESWAP_NOOP; in ccp_create_desc()
H A Dccp-dev-v5.c512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h300 uint byte_swap; /* _WIN_BYTE_SWAP_0 */ member
/openbmc/u-boot/drivers/video/
H A Dtegra.c55 clrsetbits_le32(&dc->win.byte_swap, BYTE_SWAP_MASK, in update_window()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c276 writel(0x00000000, &disp_ctrl->win.byte_swap); in tegra_dc_init()