Searched refs:bitindex (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 843 u32 bitindex; in ixgbe_set_vfta_82598() local 855 bitindex = (vlan & 0x7) << 2; /* lower 3 bits indicate nibble */ in ixgbe_set_vfta_82598() 859 bits &= (~(0x0F << bitindex)); in ixgbe_set_vfta_82598() 860 bits |= (vind << bitindex); in ixgbe_set_vfta_82598() 864 bitindex = vlan & 0x1F; /* lower five bits */ in ixgbe_set_vfta_82598() 869 bits |= BIT(bitindex); in ixgbe_set_vfta_82598() 872 bits &= ~BIT(bitindex); in ixgbe_set_vfta_82598()
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 1818 u32 bitindex, vfta, targetbit; in wx_set_vfta() local 1834 bitindex = vlan & 0x1F; in wx_set_vfta() 1835 targetbit = (1 << bitindex); in wx_set_vfta()
|
/openbmc/qemu/target/xtensa/core-dc232b/ |
H A D | xtensa-modules.c.inc | 2827 { "bitindex", 46, -1, 0, 0, 0, 0, 0, 0 }, 5617 { { 91 /* bitindex */ }, 'i' } 5626 { { 91 /* bitindex */ }, 'i' }
|
/openbmc/qemu/target/xtensa/core-sample_controller/ |
H A D | xtensa-modules.c.inc | 2591 { "bitindex", FIELD_bitindex, -1, 0,
|
/openbmc/qemu/target/xtensa/core-dc233c/ |
H A D | xtensa-modules.c.inc | 2908 { "bitindex", FIELD_bitindex, -1, 0, 0, 0, 0, 0, 0 },
|
/openbmc/qemu/target/xtensa/core-de212/ |
H A D | xtensa-modules.c.inc | 2959 { "bitindex", FIELD_bitindex, -1, 0,
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 4318 { "bitindex", FIELD_bitindex, -1, 0,
|
/openbmc/qemu/target/xtensa/core-test_kc705_be/ |
H A D | xtensa-modules.c.inc | 12458 { "bitindex", FIELD_bitindex, -1, 0,
|