Searched refs:ase (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/mips/include/asm/ |
D | cpu-features.h | 17 #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/ |
D | Makefile | 208 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/ |
D | spi-lantiq-ssc.txt | 4 - compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
|
/linux-6.1.9/Documentation/devicetree/bindings/phy/ |
D | phy-lantiq-rcu-usb2.txt | 12 "lantiq,ase-usb2-phy"
|
/linux-6.1.9/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 7 "lantiq,pinctrl-ase", (DEPRECATED: Use "lantiq,ase-pinctrl") 9 "ase" (XWAY AMAZON Family)
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | st,sta350.txt | 90 If present, a mute output will be activated in ase the volume will
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 207 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 4843 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5822 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 9623 u8 ase[0x1]; member 10016 u8 ase[0x1]; member
|
/linux-6.1.9/Documentation/virt/kvm/ |
D | api.rst | 991 ase, all of the blob size and address fields must be zero.
|