Home
last modified time | relevance | path

Searched refs:AL (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/net/
H A Dcompat.c333 #define AL(x) ((x) * sizeof(u32)) macro
335 AL(0), AL(3), AL(3), AL(3), AL(2), AL(3),
336 AL(3), AL(3), AL(4), AL(4), AL(4), AL(6),
337 AL(6), AL(2), AL(5), AL(5), AL(3), AL(3),
338 AL(4), AL(5), AL(4)
340 #undef AL
H A Dsocket.c3064 #define AL(x) ((x) * sizeof(unsigned long)) macro
3066 AL(0), AL(3), AL(3), AL(3), AL(2), AL(3),
3067 AL(3), AL(3), AL(4), AL(4), AL(4), AL(6),
3068 AL(6), AL(2), AL(5), AL(5), AL(3), AL(3),
3069 AL(4), AL(5), AL(4)
3072 #undef AL
/openbmc/linux/Documentation/hwmon/
H A Dsmsc47b397.rst60 OUT DX,AL
62 IN AL,DX
151 OUT DX,AL
154 MOV AL,20H
155 OUT DX,AL
158 IN AL,DX
162 OUT DX,AL
179 OUT DX,AL
183 MOV AL,07H
190 MOV AL,60H
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dir-Tehran14 [PRESS TV, AL-ALAM, AL-KOUSAR, JAAMEJAM 1, IRIB MOSTANAD, IRIB OSTANI]
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c26 #define TEST(AH, AL, BH, BL, PS, TH, TL, CR6) \ argument
47 : "r" (AH), "r" (AL), "r" (BH), "r" (BL) \
/openbmc/linux/drivers/ata/
H A Dsata_uli.c48 { PCI_VDEVICE(AL, 0x5289), uli_5289 },
49 { PCI_VDEVICE(AL, 0x5287), uli_5287 },
50 { PCI_VDEVICE(AL, 0x5281), uli_5281 },
H A Dpata_ali.c609 { PCI_VDEVICE(AL, PCI_DEVICE_ID_AL_M5228), },
610 { PCI_VDEVICE(AL, PCI_DEVICE_ID_AL_M5229), },
H A Dahci.c271 { PCI_VDEVICE(AL, 0x5288), board_ahci_ign_iferr }, /* ULi M5288 */
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt45 04: ADD AL,Ib
53 0c: OR AL,Ib
62 14: ADC AL,Ib
70 1c: SBB AL,Ib
79 24: AND AL,Ib
87 2c: SUB AL,Ib
96 34: XOR AL,Ib
104 3c: CMP AL,Ib
211 a0: MOV AL,Ob
288 e4: IN AL,Ib
[all …]
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt45 04: ADD AL,Ib
53 0c: OR AL,Ib
62 14: ADC AL,Ib
70 1c: SBB AL,Ib
79 24: AND AL,Ib
87 2c: SUB AL,Ib
96 34: XOR AL,Ib
104 3c: CMP AL,Ib
211 a0: MOV AL,Ob
288 e4: IN AL,Ib
[all …]
/openbmc/linux/sound/pci/aw2/
H A Dsaa7146.h138 #define AL (1UL << 2) macro
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dpcie-al.txt26 - "controller" AL proprietary registers
/openbmc/linux/Documentation/sound/designs/
H A Dcompress-offload.rst143 OpenMAX AL specification instead of reinventing the wheel.
148 - Addition of set_params for decoders (missing in OpenMAX AL)
149 - Addition of AMR/AMR-WB encoding modes (missing in OpenMAX AL)
152 - Addition of rateControlSupported (missing in OpenMAX AL)
/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.c401 hvf_handle_io(env_cpu(env), decode->op[0].val, &AL(env), 1, 1, 1); in exec_out()
408 hvf_handle_io(env_cpu(env), DX(env), &AL(env), 1, 1, 1); in exec_out()
426 hvf_handle_io(env_cpu(env), decode->op[0].val, &AL(env), 0, 1, 1); in exec_in()
438 hvf_handle_io(env_cpu(env), DX(env), &AL(env), 0, 1, 1); in exec_in()
H A Dx86.h239 #define AL(cpu) RL(cpu, R_EAX) macro
H A Dhvf.c534 AL(env) = val; in hvf_vcpu_exec()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1503 [0x04] = X86_OP_ENTRY2(ADD, 0,b, I,b, lock), /* AL, Ib */
1512 [0x14] = X86_OP_ENTRY2(ADC, 0,b, I,b, lock), /* AL, Ib */
1521 [0x24] = X86_OP_ENTRY2(AND, 0,b, I,b, lock), /* AL, Ib */
1530 [0x34] = X86_OP_ENTRY2(XOR, 0,b, I,b, lock), /* AL, Ib */
1629 [0xE4] = X86_OP_ENTRYwr(IN, 0,b, I_unsigned,b), /* AL */
1631 [0xE6] = X86_OP_ENTRYrr(OUT, 0,b, I_unsigned,b), /* AL */
1644 [0x0C] = X86_OP_ENTRY2(OR, 0,b, I,b, lock), /* AL, Ib */
1671 [0x3C] = X86_OP_ENTRYrr(SUB, 0,b, I,b), /* AL, Ib */
1731 [0xA8] = X86_OP_ENTRYrr(AND, 0,b, I,b), /* AL, Ib */
1763 [0xEC] = X86_OP_ENTRYwr(IN, 0,b, 2,w), /* AL, DX */
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c79 #define AL(regs) (((unsigned char *)&((regs)->pt.ax))[0]) macro
/openbmc/linux/sound/pci/
H A Dintel8x0m.c210 { PCI_VDEVICE(AL, 0x5455), DEVICE_ALI }, /* Ali5455 */
H A Dintel8x0.c409 { PCI_VDEVICE(AL, 0x5455), DEVICE_ALI }, /* Ali5455 */
H A Dcmipci.c2779 {PCI_VDEVICE(AL, PCI_DEVICE_ID_CMEDIA_CM8738), 0},
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv184 "ADC AL, imm8","ADCB imm8, AL","adcb imm8, AL","14 ib","V","V","","","rw,r","Y","8"
209 "ADD AL, imm8","ADDB imm8, AL","addb imm8, AL","04 ib","V","V","","","rw,r","Y","8"
246 "AND AL, imm8","ANDB imm8, AL","andb imm8, AL","24 ib","V","V","","","rw,r","Y","8"
474 "CMP AL, imm8","CMPB AL, imm8","cmpb imm8, AL","3C ib","V","V","","","r,r","Y","8"
783 "IN AL, DX","INB DX, AL","inb DX, AL","EC","V","V","","","w,r","Y","8"
784 "IN AL, imm8u","INB imm8u, AL","inb imm8u, AL","E4 ib","V","V","","","w,r","Y","8"
1360 "OR AL, imm8u","ORB imm8u, AL","orb imm8u, AL","0C ib","V","V","","","rw,r","Y","8"
1382 "OUT DX, AL","OUTB AL, DX","outb AL, DX","EE","V","V","","","r,r","Y","8"
1383 "OUT imm8u, AL","OUTB AL, imm8u","outb AL, imm8u","E6 ib","V","V","","","r,r","Y","8"
1828 "SBB AL, imm8","SBBB imm8, AL","sbbb imm8, AL","1C ib","V","V","","","rw,r","Y","8"
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch74 …X1BN(9F6GT7JW.AN/;J6CQ4DQ*9J1@P3AS0@Q1AR0CTMbq���B^g2LU/AL:AO03C.=H9KV7JR0?H)/='-="2C���MejH]e/AL.…
79 …����ȇ����ҟ�֡�؏�ņ����†�����m��Rq�@[l=Vh9Rb:Qa6M]:MS9JS5DM:FP:DM4@L3AM:JV?U\-AL��ו�����m��RhsLdkCT]H…
/openbmc/qemu/target/ppc/
H A Dcpu.h504 FIELD(MSR, AL, MSR_AL, 1)
/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c2707 { PCI_VDEVICE(AL, 0x5461), .driver_data = AZX_DRIVER_ULI },

12