Searched refs:BIOS (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dhd.c724 unsigned char *BIOS = (unsigned char *) &drive_info; local
729 hd_info[drive].cyl = *(unsigned short *) BIOS;
730 hd_info[drive].head = *(2+BIOS);
731 hd_info[drive].wpcom = *(unsigned short *) (5+BIOS);
732 hd_info[drive].ctl = *(8+BIOS);
733 hd_info[drive].lzone = *(unsigned short *) (12+BIOS);
734 hd_info[drive].sect = *(14+BIOS);
739 BIOS += 16;
744 we have a SCSI/ESDI/etc controller that is BIOS
746 BIOS tabl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/boot/
H A Dbootsect.S76 # invoke the BIOS reset code...
H A Dsetup.S280 # tell BIOS we want to go to long mode
624 # need no steenking BIOS anyway (except for the initial loading :-).
625 # The BIOS-routine wants lots of unnecessary data, and it's less
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dbootsect.S76 # invoke the BIOS reset code...
H A Dedd.S2 * BIOS Enhanced Disk Drive support
108 # Read the first sector of each BIOS disk device and store the 4-byte signature
143 # Do the BIOS Enhanced Disk Drive calls
164 # the number of BIOS devices which exist, up to EDDMAXNR.
173 movb $0x80, %dl # BIOS device 0x80
179 jc edd_done # no more BIOS devices
201 # 0000h:0000h "to guard against BIOS bugs"
H A Dvideo.S29 /* Force 400 scan lines for standard modes (hack to fix bad BIOS behaviour */
32 /* Hack that lets you force specific BIOS mode ID and specific dimensions */
48 /* Standard BIOS video modes (BIOS number + 0x0100) */
51 /* VESA BIOS video modes (VESA number + 0x0200) */
54 /* Video7 special modes (BIOS number + 0x0900) */
162 # This is done by asking the BIOS except for the rows/columns
196 movb %gs:(0x484), %al # On EGA/VGA, use the EGA+ BIOS
515 movw $0x4f02, %ax # VESA BIOS mode set call
525 int $0x10 # Standard BIOS mod
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S12 # If physical address of wakeup_code is 0x12345, BIOS should call us with
119 /* Standard BIOS video modes (BIOS number + 0x0100) */
122 /* VESA BIOS video modes (VESA number + 0x0200) */
125 /* Video7 special modes (BIOS number + 0x0900) */
144 movw $0x4f02, %ax # VESA BIOS mode set call
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S15 # If physical address of wakeup_code is 0x12345, BIOS should call us with
262 /* Standard BIOS video modes (BIOS number + 0x0100) */
265 /* VESA BIOS video modes (VESA number + 0x0200) */
268 /* Video7 special modes (BIOS number + 0x0900) */
288 movw $0x4f02, %ax # VESA BIOS mode set call
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dosl.c991 * Modify the list of "OS Interfaces" reported to BIOS via _OSI
1185 "System BIOS is requesting _OSI(Linux)\n");

Completed in 74 milliseconds