Searched refs:byte_swap (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_packet.c | 59 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 D | sparx5_fdma.c | 489 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 D | mscc_xfer.c | 59 u32 *rxbuf, size_t ifh_len, bool byte_swap) in mscc_recv() argument 77 if (byte_swap) in mscc_recv()
|
H A D | mscc_xfer.h | 19 u32 *rxbuf, size_t ifh_len, bool byte_swap);
|
/openbmc/linux/include/linux/ |
H A D | ccp.h | 435 enum ccp_passthru_byteswap byte_swap; member 464 enum ccp_passthru_byteswap byte_swap; member
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-ops.c | 431 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 D | ccp-dev.h | 524 enum ccp_passthru_byteswap byte_swap; member
|
H A D | ccp-dev-v3.c | 260 | (op->u.passthru.byte_swap << REQ1_PT_BS_SHIFT); in ccp_perform_passthru()
|
H A D | ccp-dmaengine.c | 432 ccp_pt->byte_swap = CCP_PASSTHRU_BYTESWAP_NOOP; in ccp_create_desc()
|
H A D | ccp-dev-v5.c | 512 CCP_PT_BYTESWAP(&function) = op->u.passthru.byte_swap; in ccp5_perform_passthru()
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | dc.h | 300 uint byte_swap; /* _WIN_BYTE_SWAP_0 */ member
|
/openbmc/u-boot/drivers/video/ |
H A D | tegra.c | 55 clrsetbits_le32(&dc->win.byte_swap, BYTE_SWAP_MASK, in update_window()
|
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | display.c | 276 writel(0x00000000, &disp_ctrl->win.byte_swap); in tegra_dc_init()
|