Searched refs:ase (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase))
32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase))
42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase))
53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase))
67 #define __isa_range_and_ase(ge, lt, ase) \
68 (__isa_range(ge, lt) && __ase(ase))
[all...]
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-async.c138 struct v4l2_async_subdev_endpoint *ase; local
144 list_for_each_entry(ase, &sd->async_subdev_endpoint_list,
146 bool matched = ase->endpoint == match->fwnode;
150 matched ? "" : "not ", ase->endpoint);
765 struct v4l2_async_subdev_endpoint *ase; local
767 ase = kmalloc(sizeof(*ase), GFP_KERNEL);
768 if (!ase)
771 ase->endpoint = fwnode;
772 list_add(&ase
[all...]
H A Dv4l2-subdev.c1535 struct v4l2_async_subdev_endpoint *ase, *ase_tmp; local
1544 list_for_each_entry_safe(ase, ase_tmp, &sd->async_subdev_endpoint_list,
1546 list_del(&ase->async_subdev_endpoint_entry);
1548 kfree(ase);
/linux-master/arch/mips/
H A DMakefile235 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
236 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn
239 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
240 cflags-$(micromips-ase) += -mmicromips
251 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c207 MLX5_SET(paos_reg, in, ase, 1);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h5012 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1);
5991 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h9962 u8 ase[0x1]; member in struct:mlx5_ifc_pmaos_reg_bits
10389 u8 ase[0x1]; member in struct:mlx5_ifc_paos_reg_bits

Completed in 240 milliseconds