Searched refs:oreg (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/x86/boot/
H A Dmemory.c21 struct biosregs ireg, oreg; local
46 intcall(0x15, &ireg, &oreg);
47 ireg.ebx = oreg.ebx; /* for next iteration... */
52 if (oreg.eflags & X86_EFLAGS_CF)
60 if (oreg.eax != SMAP) {
74 struct biosregs ireg, oreg; local
78 intcall(0x15, &ireg, &oreg);
80 if (oreg.eflags & X86_EFLAGS_CF)
84 if (oreg.cx || oreg
107 struct biosregs ireg, oreg; local
[all...]
H A Dapm.c21 struct biosregs ireg, oreg; local
26 intcall(0x15, &ireg, &oreg);
28 if (oreg.flags & X86_EFLAGS_CF)
31 if (oreg.bx != 0x504d) /* "PM" signature */
34 if (!(oreg.cx & 0x02)) /* 32 bits supported? */
43 intcall(0x15, &ireg, &oreg);
45 boot_params.apm_bios_info.cseg = oreg.ax;
46 boot_params.apm_bios_info.offset = oreg.ebx;
47 boot_params.apm_bios_info.cseg_16 = oreg.cx;
48 boot_params.apm_bios_info.dseg = oreg
[all...]
H A Dtty.c74 struct biosregs ireg, oreg; local
78 intcall(0x1a, &ireg, &oreg);
80 return oreg.dh;
88 struct biosregs ireg, oreg; local
92 intcall(0x16, &ireg, &oreg);
94 return oreg.al;
99 struct biosregs ireg, oreg; local
103 intcall(0x16, &ireg, &oreg);
105 return !(oreg.eflags & X86_EFLAGS_ZF);
H A Dedd.c25 struct biosregs ireg, oreg; local
33 intcall(0x13, &ireg, &oreg);
35 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
75 struct biosregs ireg, oreg; local
85 intcall(0x13, &ireg, &oreg);
87 if (oreg.eflags & X86_EFLAGS_CF)
90 if (oreg.bx != EDDMAGIC2)
94 ei->version = oreg.ah; /* EDD version number */
95 ei->interface_support = oreg.cx; /* EDD functionality subsets */
102 intcall(0x13, &ireg, &oreg);
[all...]
H A Dvideo-vesa.c33 struct biosregs ireg, oreg; local
44 intcall(0x10, &ireg, &oreg);
46 if (oreg.ax != 0x004f ||
68 intcall(0x10, &ireg, &oreg);
70 if (oreg.ax != 0x004f)
106 struct biosregs ireg, oreg; local
116 intcall(0x10, &ireg, &oreg);
118 if (oreg.ax != 0x004f)
138 intcall(0x10, &ireg, &oreg);
140 if (oreg
163 struct biosregs ireg, oreg; local
191 struct biosregs ireg, oreg; local
239 struct biosregs ireg, oreg; local
[all...]
H A Dmain.c68 struct biosregs ireg, oreg; local
72 intcall(0x16, &ireg, &oreg);
73 boot_params.kbd_status = oreg.al;
84 struct biosregs ireg, oreg; local
94 intcall(0x15, &ireg, &oreg);
96 boot_params.ist_info.signature = oreg.eax;
97 boot_params.ist_info.command = oreg.ebx;
98 boot_params.ist_info.event = oreg.ecx;
99 boot_params.ist_info.perf_level = oreg.edx;
H A Dvideo.c24 struct biosregs ireg, oreg; local
28 intcall(0x10, &ireg, &oreg);
30 boot_params.screen_info.orig_x = oreg.dl;
31 boot_params.screen_info.orig_y = oreg.dh;
33 if (oreg.ch & 0x20)
36 if ((oreg.ch & 0x1f) > (oreg.cl & 0x1f))
42 struct biosregs ireg, oreg; local
48 intcall(0x10, &ireg, &oreg);
51 boot_params.screen_info.orig_video_mode = oreg
[all...]
H A Dvideo-bios.c31 struct biosregs ireg, oreg; local
39 intcall(0x10, &ireg, &oreg);
44 new_mode = oreg.al & 0x7f;
H A Dvideo-vga.c41 struct biosregs ireg, oreg; local
48 intcall(0x10, &ireg, &oreg);
49 mode = oreg.al;
247 struct biosregs ireg, oreg; local
253 intcall(0x10, &ireg, &oreg);
256 boot_params.screen_info.orig_video_ega_bx = oreg.bx;
260 if (oreg.bl != 0x10) {
263 intcall(0x10, &ireg, &oreg);
265 if (oreg.al == 0x1a) {
H A Dboot.h246 void intcall(u8 int_no, const struct biosregs *ireg, struct biosregs *oreg);
/linux-master/drivers/regulator/
H A Drohm-regulator.c14 unsigned int omask, unsigned int oreg)
28 return regmap_update_bits(regmap, oreg, omask, 0);
33 return regmap_update_bits(regmap, oreg, omask, omask);
51 ret = regmap_update_bits(regmap, oreg, omask,
66 unsigned int reg, mask, omask, oreg = desc->enable_reg; local
108 omask, oreg);
11 set_dvs_level(const struct regulator_desc *desc, struct device_node *np, struct regmap *regmap, char *prop, unsigned int reg, unsigned int mask, unsigned int omask, unsigned int oreg) argument
/linux-master/sound/pci/
H A Dazt3328.c928 u16 oreg, val; local
932 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
933 val = (oreg >> reg.lchan_shift) & reg.mask;
938 val = (oreg >> reg.rchan_shift) & reg.mask;
945 reg.reg, oreg,
957 u16 oreg, nreg, val; local
960 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
964 nreg = oreg & ~(reg.mask << reg.lchan_shift);
983 "put: %02x to %02lx|%02lx, oreg %04x; shift %02d|%02d -> nreg %04x; after: %04x\n",
985 oreg, re
1060 u16 oreg, nreg, val; local
[all...]
H A Dcmipci.c2196 unsigned char oreg, val; local
2200 oreg = inb(cm->iobase + reg.left_reg);
2201 val = (oreg >> reg.left_shift) & reg.mask;
2206 val = (oreg >> reg.right_shift) & reg.mask;
2220 unsigned char oreg, nreg, val; local
2224 oreg = inb(cm->iobase + reg.left_reg);
2228 nreg = oreg & ~(reg.mask << reg.left_shift);
2239 return (nreg != oreg);
/linux-master/sound/ppc/
H A Dburgundy.c573 int reg, oreg; local
574 reg = oreg = snd_pmac_burgundy_rcb(chip,
588 if (do_notify && reg == oreg)

Completed in 181 milliseconds