Searched refs:AB (Results 1 – 25 of 80) sorted by relevance
1234
/linux-6.6.21/arch/powerpc/math-emu/ ! |
D | math_efp.c | 94 #define AB 2 macro 118 case EFSADD: ret = AB; break; in insn_type() 129 case EFSDIV: ret = AB; break; in insn_type() 130 case EFSMUL: ret = AB; break; in insn_type() 133 case EFSSUB: ret = AB; break; in insn_type() 137 case EVFSADD: ret = AB; break; in insn_type() 147 case EVFSDIV: ret = AB; break; in insn_type() 148 case EVFSMUL: ret = AB; break; in insn_type() 151 case EVFSSUB: ret = AB; break; in insn_type() 154 case EFDADD: ret = AB; break; in insn_type() [all …]
|
D | math.c | 151 #define AB 2 macro 268 case FDIVS: func = fdivs; type = AB; break; in do_mathemu() 269 case FSUBS: func = fsubs; type = AB; break; in do_mathemu() 270 case FADDS: func = fadds; type = AB; break; in do_mathemu() 287 case FDIV: func = fdiv; type = AB; break; in do_mathemu() 288 case FSUB: func = fsub; type = AB; break; in do_mathemu() 289 case FADD: func = fadd; type = AB; break; in do_mathemu() 331 case AB: in do_mathemu()
|
/linux-6.6.21/arch/arm/boot/dts/arm/ ! |
D | versatile-ab-ib2.dts | 3 * The Versatile AB with the IB2 expansion board mounted. 4 * This works as a superset of the Versatile AB. 10 model = "ARM Versatile AB + IB2 board";
|
D | versatile-pb.dts | 9 /* The Versatile PB is using more SIC IRQ lines than the AB */ 84 * the Versatile AB board file.
|
/linux-6.6.21/arch/arm/nwfpe/ ! |
D | fpa11.inl | 42 /* clear SB, AB and DA bits before returning FPCR */ 49 fpa11->fpcr &= ~MASK_WFC; /* clear SB, AB and DA bits */ 50 fpa11->fpcr |= (reg & MASK_WFC); /* write SB, AB and DA bits */
|
/linux-6.6.21/scripts/kconfig/tests/preprocess/variable/ ! |
D | Kconfig | 41 $(warning,AB = $(AB))
|
D | expected_stderr | 6 Kconfig:41: AB = 5
|
/linux-6.6.21/arch/arm/boot/dts/aspeed/ ! |
D | aspeed-bmc-portwell-neptune.dts | 110 // SMBus to COMe AB 115 // I2C to COMe AB
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ ! |
D | arm,versatile.yaml | 15 is a superset of the Versatile AB version. 57 AB will present an optional system controller node which controls the
|
D | axis.txt | 1 Axis Communications AB
|
/linux-6.6.21/Documentation/devicetree/bindings/rtc/ ! |
D | trivial-rtc.yaml | 23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface 25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface
|
/linux-6.6.21/arch/arm/boot/dts/st/ ! |
D | ste-hrefprev60-tvk.dts | 3 * Copyright 2012 ST-Ericsson AB
|
D | ste-hrefv60plus-tvk.dts | 3 * Copyright 2012 ST-Ericsson AB
|
D | ste-hrefprev60-stuib.dts | 3 * Copyright 2012 ST-Ericsson AB
|
D | ste-hrefv60plus-stuib.dts | 3 * Copyright 2012 ST-Ericsson AB
|
D | ste-hrefprev60.dtsi | 3 * Copyright 2012 ST-Ericsson AB
|
/linux-6.6.21/Documentation/devicetree/bindings/auxdisplay/ ! |
D | arm,versatile-lcd.yaml | 14 This binding defines the character LCD interface found on ARM Versatile AB
|
/linux-6.6.21/Documentation/devicetree/bindings/mtd/partitions/ ! |
D | arm,arm-firmware-suite.yaml | 16 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
/linux-6.6.21/Documentation/i2c/busses/ ! |
D | i2c-piix4.rst | 6 * Intel 82371AB PIIX4 and PIIX4E 42 The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of 52 0000:00:02.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
|
/linux-6.6.21/arch/arm/boot/dts/microchip/ ! |
D | at91-linea.dtsi | 5 * Copyright (C) 2017 Axentia Technologies AB
|
/linux-6.6.21/arch/arm/boot/dts/broadcom/ ! |
D | bcm2835-rpi-b.dts | 22 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
D | bcm2835-rpi-b-rev2.dts | 22 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
|
D | bcm2835-rpi-a.dts | 21 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
|
/linux-6.6.21/Documentation/devicetree/bindings/regulator/ ! |
D | pv88080.txt | 8 - "pvs,pv88080-aa" for PV88080 AA or AB silicon
|
/linux-6.6.21/drivers/usb/core/ ! |
D | Kconfig | 69 Select this only if your board has Mini-AB/Micro-AB
|
1234