Home
last modified time | relevance | path

Searched refs:ase (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) argument
32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase)) argument
42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase)) argument
53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase)) argument
67 #define __isa_range_and_ase(ge, lt, ase) \ argument
68 (__isa_range(ge, lt) && __ase(ase))
/linux-6.1.9/arch/mips/
DMakefile208 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
209 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn
212 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
213 cflags-$(micromips-ase) += -mmicromips
224 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings
/linux-6.1.9/Documentation/devicetree/bindings/spi/
Dspi-lantiq-ssc.txt4 - compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dphy-lantiq-rcu-usb2.txt12 "lantiq,ase-usb2-phy"
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt7 "lantiq,pinctrl-ase", (DEPRECATED: Use "lantiq,ase-pinctrl")
9 "ase" (XWAY AMAZON Family)
/linux-6.1.9/Documentation/devicetree/bindings/sound/
Dst,sta350.txt90 If present, a mute output will be activated in ase the volume will
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c207 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h4843 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1);
5822 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
/linux-6.1.9/include/linux/mlx5/
Dmlx5_ifc.h9623 u8 ase[0x1]; member
10016 u8 ase[0x1]; member
/linux-6.1.9/Documentation/virt/kvm/
Dapi.rst991 ase, all of the blob size and address fields must be zero.