Searched refs:ase (Results 1 – 9 of 9) sorted by relevance
/linux/arch/mips/include/asm/ |
A 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/arch/mips/ |
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
|
/linux/Documentation/devicetree/bindings/spi/ |
A D | spi-lantiq-ssc.txt | 4 - compatible: "lantiq,ase-spi", "lantiq,falcon-spi", "lantiq,xrx100-spi",
|
/linux/Documentation/devicetree/bindings/phy/ |
A D | phy-lantiq-rcu-usb2.txt | 12 "lantiq,ase-usb2-phy"
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | lantiq,pinctrl-xway.txt | 7 "lantiq,pinctrl-ase", (DEPRECATED: Use "lantiq,ase-pinctrl") 9 "ase" (XWAY AMAZON Family)
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | st,sta350.txt | 90 If present, a mute output will be activated in ase the volume will
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | port.c | 195 MLX5_SET(paos_reg, in, ase, 1); in mlx5_set_port_admin_status()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | reg.h | 4741 MLXSW_ITEM32(reg, paos, ase, 0x04, 31, 1); 5734 MLXSW_ITEM32(reg, pmaos, ase, 0x04, 31, 1);
|
/linux/include/linux/mlx5/ |
A D | mlx5_ifc.h | 9432 u8 ase[0x1]; member 9820 u8 ase[0x1]; member
|
Completed in 113 milliseconds