/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cpu-features.h | 17 #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...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cpu-features.h | 17 #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...] |
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 138 struct v4l2_async_subdev_endpoint *ase; in match_fwnode() local 144 list_for_each_entry(ase, &sd->async_subdev_endpoint_list, in match_fwnode() 146 bool matched = ase->endpoint == match->fwnode; in match_fwnode() 150 matched ? "" : "not ", ase->endpoint); in match_fwnode() 765 struct v4l2_async_subdev_endpoint *ase; in v4l2_async_subdev_endpoint_add() local 767 ase = kmalloc(sizeof(*ase), GFP_KERNEL); in v4l2_async_subdev_endpoint_add() 768 if (!ase) in v4l2_async_subdev_endpoint_add() 771 ase->endpoint = fwnode; in v4l2_async_subdev_endpoint_add() 772 list_add(&ase in v4l2_async_subdev_endpoint_add() [all...] |
H A D | v4l2-subdev.c | 1462 struct v4l2_async_subdev_endpoint *ase, *ase_tmp; in v4l2_subdev_cleanup() local 1470 list_for_each_entry_safe(ase, ase_tmp, &sd->async_subdev_endpoint_list, in v4l2_subdev_cleanup() 1472 list_del(&ase->async_subdev_endpoint_entry); in v4l2_subdev_cleanup() 1474 kfree(ase); in v4l2_subdev_cleanup()
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 210 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 211 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn 214 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 215 cflags-$(micromips-ase) += -mmicromips 226 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 237 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 238 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn 241 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 242 cflags-$(micromips-ase) += -mmicromips 253 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 195 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 207 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 4475 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5436 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 4940 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5919 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 8892 u8 ase[0x1]; member 9252 u8 ase[0x1]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 9871 u8 ase[0x1]; member 10278 u8 ase[0x1]; member
|