Searched refs:stepping (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_icside.c27 unsigned int stepping; member in struct:portinfo
33 .stepping = 6,
39 .stepping = 6,
45 .stepping = 6,
416 ioaddr->data_addr = cmd + (ATA_REG_DATA << info->stepping);
417 ioaddr->error_addr = cmd + (ATA_REG_ERR << info->stepping);
418 ioaddr->feature_addr = cmd + (ATA_REG_FEATURE << info->stepping);
419 ioaddr->nsect_addr = cmd + (ATA_REG_NSECT << info->stepping);
420 ioaddr->lbal_addr = cmd + (ATA_REG_LBAL << info->stepping);
421 ioaddr->lbam_addr = cmd + (ATA_REG_LBAM << info->stepping);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dbreak.S93 # - we need to take special action to suspend h/w single stepping if we've done
94 # that, so that the gdbstub doesn't get bogged down endlessly stepping through
129 # special break insn requests single-stepping to be turned back on
185 # handle single stepping into an exception prologue from kernel mode
286 # cancel single-stepping mode
389 # cancel single-stepping mode
420 # cancel single-stepping mode
428 # single stepping on return
518 # determine the exception type and cancel single-stepping mode
H A Dentry-table.S42 # Due to the way single-stepping works on this CPU (single-step is not
77 # trap fixup table for single-stepping in user mode
83 # trap fixup table for single-stepping in user mode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/arm/
H A Dicside.c47 unsigned int stepping; member in struct:cardinfo
53 .stepping = ICS_ARCIN_V5_IDESTEPPING,
59 .stepping = ICS_ARCIN_V6_IDESTEPPING,
65 .stepping = ICS_ARCIN_V6_IDESTEPPING,
548 port += 1 << info->stepping;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S69 # we've got to re-enable single-stepping
108 # we've got to re-enable single-stepping
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro.c206 int stepping; member in struct:eepro_local
998 lp->stepping = temp_reg >> 5; /* Get the stepping number of the 595 */
1001 printk(KERN_DEBUG "The stepping of the 82595 is %d\n", lp->stepping);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1412 int stepping; local
1420 stepping = FALSE;
1457 if (stepping == FALSE) {
1475 * leave it on while single stepping.
1482 stepping = TRUE;
1492 if (stepping) {
H A Daic79xx_core.c2675 int stepping; local
2689 stepping = FALSE;
2730 printf("%s: Single stepping at 0x%x\n", ahd_name(ahd),
2733 if (stepping == FALSE) {
2755 * on while single stepping.
2759 stepping = TRUE;
2769 if (stepping) {

Completed in 257 milliseconds