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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/boot/
H A Dmemory.c23 struct biosregs ireg, oreg; local
48 intcall(0x15, &ireg, &oreg);
49 ireg.ebx = oreg.ebx; /* for next iteration... */
54 if (oreg.eflags & X86_EFLAGS_CF)
62 if (oreg.eax != SMAP) {
76 struct biosregs ireg, oreg; local
80 intcall(0x15, &ireg, &oreg);
82 if (oreg.eflags & X86_EFLAGS_CF)
86 if (oreg.cx || oreg
111 struct biosregs ireg, oreg; local
[all...]
H A Dapm.c23 struct biosregs ireg, oreg; local
28 intcall(0x15, &ireg, &oreg);
30 if (oreg.flags & X86_EFLAGS_CF)
33 if (oreg.bx != 0x504d) /* "PM" signature */
36 if (!(oreg.cx & 0x02)) /* 32 bits supported? */
45 intcall(0x15, &ireg, &oreg);
47 boot_params.apm_bios_info.cseg = oreg.ax;
48 boot_params.apm_bios_info.offset = oreg.ebx;
49 boot_params.apm_bios_info.cseg_16 = oreg.cx;
50 boot_params.apm_bios_info.dseg = oreg
[all...]
H A Dmca.c20 struct biosregs ireg, oreg; local
25 intcall(0x15, &ireg, &oreg);
27 if (oreg.eflags & X86_EFLAGS_CF)
30 set_fs(oreg.es);
31 len = rdfs16(oreg.bx);
36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len);
H A Dtty.c76 struct biosregs ireg, oreg; local
80 intcall(0x1a, &ireg, &oreg);
82 return oreg.dh;
90 struct biosregs ireg, oreg; local
94 intcall(0x16, &ireg, &oreg);
96 return oreg.al;
101 struct biosregs ireg, oreg; local
105 intcall(0x16, &ireg, &oreg);
107 return !(oreg.eflags & X86_EFLAGS_ZF);
H A Dedd.c26 struct biosregs ireg, oreg; local
34 intcall(0x13, &ireg, &oreg);
36 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
76 struct biosregs ireg, oreg; local
86 intcall(0x13, &ireg, &oreg);
88 if (oreg.eflags & X86_EFLAGS_CF)
91 if (oreg.bx != EDDMAGIC2)
95 ei->version = oreg.ah; /* EDD version number */
96 ei->interface_support = oreg.cx; /* EDD functionality subsets */
103 intcall(0x13, &ireg, &oreg);
[all...]
H A Dvideo-vesa.c34 struct biosregs ireg, oreg; local
45 intcall(0x10, &ireg, &oreg);
47 if (oreg.ax != 0x004f ||
69 intcall(0x10, &ireg, &oreg);
71 if (oreg.ax != 0x004f)
107 struct biosregs ireg, oreg; local
117 intcall(0x10, &ireg, &oreg);
119 if (oreg.ax != 0x004f)
139 intcall(0x10, &ireg, &oreg);
141 if (oreg
164 struct biosregs ireg, oreg; local
192 struct biosregs ireg, oreg; local
240 struct biosregs ireg, oreg; local
[all...]
H A Dmain.c76 struct biosregs ireg, oreg; local
86 intcall(0x15, &ireg, &oreg);
88 boot_params.ist_info.signature = oreg.eax;
89 boot_params.ist_info.command = oreg.ebx;
90 boot_params.ist_info.event = oreg.ecx;
91 boot_params.ist_info.perf_level = oreg.edx;
H A Dvideo.c22 struct biosregs ireg, oreg; local
26 intcall(0x10, &ireg, &oreg);
28 boot_params.screen_info.orig_x = oreg.dl;
29 boot_params.screen_info.orig_y = oreg.dh;
31 if (oreg.ch & 0x20)
34 if ((oreg.ch & 0x1f) > (oreg.cl & 0x1f))
40 struct biosregs ireg, oreg; local
46 intcall(0x10, &ireg, &oreg);
49 boot_params.screen_info.orig_video_mode = oreg
[all...]
H A Dvideo-bios.c33 struct biosregs ireg, oreg; local
41 intcall(0x10, &ireg, &oreg);
46 new_mode = oreg.al & 0x7f;
H A Dvideo-vga.c43 struct biosregs ireg, oreg; local
50 intcall(0x10, &ireg, &oreg);
51 mode = oreg.al;
249 struct biosregs ireg, oreg; local
255 intcall(0x10, &ireg, &oreg);
258 boot_params.screen_info.orig_video_ega_bx = oreg.bx;
262 if (oreg.bl != 0x10) {
265 intcall(0x10, &ireg, &oreg);
267 if (oreg.al == 0x1a) {
H A Dboot.h285 void intcall(u8 int_no, const struct biosregs *ireg, struct biosregs *oreg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/boot/
H A Dmemory.c23 struct biosregs ireg, oreg; local
48 intcall(0x15, &ireg, &oreg);
49 ireg.ebx = oreg.ebx; /* for next iteration... */
54 if (oreg.eflags & X86_EFLAGS_CF)
62 if (oreg.eax != SMAP) {
76 struct biosregs ireg, oreg; local
80 intcall(0x15, &ireg, &oreg);
82 if (oreg.eflags & X86_EFLAGS_CF)
86 if (oreg.cx || oreg
111 struct biosregs ireg, oreg; local
[all...]
H A Dapm.c23 struct biosregs ireg, oreg; local
28 intcall(0x15, &ireg, &oreg);
30 if (oreg.flags & X86_EFLAGS_CF)
33 if (oreg.bx != 0x504d) /* "PM" signature */
36 if (!(oreg.cx & 0x02)) /* 32 bits supported? */
45 intcall(0x15, &ireg, &oreg);
47 boot_params.apm_bios_info.cseg = oreg.ax;
48 boot_params.apm_bios_info.offset = oreg.ebx;
49 boot_params.apm_bios_info.cseg_16 = oreg.cx;
50 boot_params.apm_bios_info.dseg = oreg
[all...]
H A Dmca.c20 struct biosregs ireg, oreg; local
25 intcall(0x15, &ireg, &oreg);
27 if (oreg.eflags & X86_EFLAGS_CF)
30 set_fs(oreg.es);
31 len = rdfs16(oreg.bx);
36 copy_from_fs(&boot_params.sys_desc_table, oreg.bx, len);
H A Dtty.c76 struct biosregs ireg, oreg; local
80 intcall(0x1a, &ireg, &oreg);
82 return oreg.dh;
90 struct biosregs ireg, oreg; local
94 intcall(0x16, &ireg, &oreg);
96 return oreg.al;
101 struct biosregs ireg, oreg; local
105 intcall(0x16, &ireg, &oreg);
107 return !(oreg.eflags & X86_EFLAGS_ZF);
H A Dedd.c26 struct biosregs ireg, oreg; local
34 intcall(0x13, &ireg, &oreg);
36 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
76 struct biosregs ireg, oreg; local
86 intcall(0x13, &ireg, &oreg);
88 if (oreg.eflags & X86_EFLAGS_CF)
91 if (oreg.bx != EDDMAGIC2)
95 ei->version = oreg.ah; /* EDD version number */
96 ei->interface_support = oreg.cx; /* EDD functionality subsets */
103 intcall(0x13, &ireg, &oreg);
[all...]
H A Dvideo-vesa.c34 struct biosregs ireg, oreg; local
45 intcall(0x10, &ireg, &oreg);
47 if (oreg.ax != 0x004f ||
69 intcall(0x10, &ireg, &oreg);
71 if (oreg.ax != 0x004f)
107 struct biosregs ireg, oreg; local
117 intcall(0x10, &ireg, &oreg);
119 if (oreg.ax != 0x004f)
139 intcall(0x10, &ireg, &oreg);
141 if (oreg
164 struct biosregs ireg, oreg; local
192 struct biosregs ireg, oreg; local
240 struct biosregs ireg, oreg; local
[all...]
H A Dmain.c76 struct biosregs ireg, oreg; local
86 intcall(0x15, &ireg, &oreg);
88 boot_params.ist_info.signature = oreg.eax;
89 boot_params.ist_info.command = oreg.ebx;
90 boot_params.ist_info.event = oreg.ecx;
91 boot_params.ist_info.perf_level = oreg.edx;
H A Dvideo.c22 struct biosregs ireg, oreg; local
26 intcall(0x10, &ireg, &oreg);
28 boot_params.screen_info.orig_x = oreg.dl;
29 boot_params.screen_info.orig_y = oreg.dh;
31 if (oreg.ch & 0x20)
34 if ((oreg.ch & 0x1f) > (oreg.cl & 0x1f))
40 struct biosregs ireg, oreg; local
46 intcall(0x10, &ireg, &oreg);
49 boot_params.screen_info.orig_video_mode = oreg
[all...]
H A Dvideo-bios.c33 struct biosregs ireg, oreg; local
41 intcall(0x10, &ireg, &oreg);
46 new_mode = oreg.al & 0x7f;
H A Dvideo-vga.c43 struct biosregs ireg, oreg; local
50 intcall(0x10, &ireg, &oreg);
51 mode = oreg.al;
249 struct biosregs ireg, oreg; local
255 intcall(0x10, &ireg, &oreg);
258 boot_params.screen_info.orig_video_ega_bx = oreg.bx;
262 if (oreg.bl != 0x10) {
265 intcall(0x10, &ireg, &oreg);
267 if (oreg.al == 0x1a) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/orinoco/
H A Dhermes.c369 int oreg = bap ? HERMES_OFFSET1 : HERMES_OFFSET0; local
378 reg = hermes_read_reg(hw, oreg);
382 reg = hermes_read_reg(hw, oreg);
390 hermes_write_reg(hw, oreg, offset);
394 reg = hermes_read_reg(hw, oreg);
398 reg = hermes_read_reg(hw, oreg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.c369 int oreg = bap ? HERMES_OFFSET1 : HERMES_OFFSET0; local
378 reg = hermes_read_reg(hw, oreg);
382 reg = hermes_read_reg(hw, oreg);
390 hermes_write_reg(hw, oreg, offset);
394 reg = hermes_read_reg(hw, oreg);
398 reg = hermes_read_reg(hw, oreg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/
H A Dazt3328.c476 u16 oreg, val; local
481 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
482 val = (oreg >> reg.lchan_shift) & reg.mask;
487 val = (oreg >> reg.rchan_shift) & reg.mask;
494 reg.reg, oreg,
507 u16 oreg, nreg, val; local
511 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
515 nreg = oreg & ~(reg.mask << reg.lchan_shift);
534 "oreg %04x; shift %02d|%02d -> nreg %04x; after: %04x\n",
536 oreg, re
616 u16 oreg, nreg, val; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/
H A Dazt3328.c476 u16 oreg, val; local
481 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
482 val = (oreg >> reg.lchan_shift) & reg.mask;
487 val = (oreg >> reg.rchan_shift) & reg.mask;
494 reg.reg, oreg,
507 u16 oreg, nreg, val; local
511 oreg = snd_azf3328_mixer_inw(chip, reg.reg);
515 nreg = oreg & ~(reg.mask << reg.lchan_shift);
534 "oreg %04x; shift %02d|%02d -> nreg %04x; after: %04x\n",
536 oreg, re
616 u16 oreg, nreg, val; local
[all...]

Completed in 224 milliseconds

12