Home
last modified time | relevance | path

Searched refs:swap_b (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/crypto/
H A Daes.c958 int swap_b = swap * 0xf; in aesenc_MC_swap() local
964 t = ( AES_mc_rot[st->b[swap_b ^ 0x0]] ^ in aesenc_MC_swap()
965 rol32(AES_mc_rot[st->b[swap_b ^ 0x1]], 8) ^ in aesenc_MC_swap()
966 rol32(AES_mc_rot[st->b[swap_b ^ 0x2]], 16) ^ in aesenc_MC_swap()
967 rol32(AES_mc_rot[st->b[swap_b ^ 0x3]], 24)); in aesenc_MC_swap()
973 t = ( AES_mc_rot[st->b[swap_b ^ 0x4]] ^ in aesenc_MC_swap()
974 rol32(AES_mc_rot[st->b[swap_b ^ 0x5]], 8) ^ in aesenc_MC_swap()
975 rol32(AES_mc_rot[st->b[swap_b ^ 0x6]], 16) ^ in aesenc_MC_swap()
976 rol32(AES_mc_rot[st->b[swap_b ^ 0x7]], 24)); in aesenc_MC_swap()
982 t = ( AES_mc_rot[st->b[swap_b ^ 0x8]] ^ in aesenc_MC_swap()
[all …]
/openbmc/linux/include/drm/i2c/
H A Dtda998x.h24 u8 swap_b:3; member
/openbmc/linux/drivers/net/usb/
H A Dr8152.c7627 u16 swap_a, swap_b; in r8156_hw_phy_cfg() local
7637 swap_b = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7641 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7645 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7653 swap_b = ocp_reg_read(tp, 0xd06a); in r8156_hw_phy_cfg()
7658 (swap_a & ~0x7ff) | (swap_b & 0x7ff)); in r8156_hw_phy_cfg()
7663 (swap_b & ~0x7ff) | (swap_a & 0x7ff)); in r8156_hw_phy_cfg()
7665 swap_b = ocp_reg_read(tp, 0xbd5c); in r8156_hw_phy_cfg()
7667 ((swap_b & 0x1f) << 8) | in r8156_hw_phy_cfg()
7668 ((swap_b >> 8) & 0x1f)); in r8156_hw_phy_cfg()
[all …]
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1753 VIP_CNTRL_0_SWAP_B(p->swap_b) | in tda998x_set_config()