Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/speakup/
Dspeakup_keypc.c145 int s1, s2, s3, s4; in oops() local
148 s3 = inb_p(synth_port+2); in oops()
150 pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4); in oops()
/drivers/media/usb/dvb-usb/
Dvp7045-fe.c34 s3 = vp7045_read_reg(state->d,0x03); in vp7045_fe_read_status() local
45 if (s3 & (1 << 6)) in vp7045_fe_read_status()
/drivers/media/dvb-frontends/
Dmt352.c423 int s0, s1, s3; in mt352_read_status() local
441 if ((s3 = mt352_read_register(state, STATUS_3)) < 0) in mt352_read_status()
453 if (s3 & (1 << 6)) in mt352_read_status()
/drivers/usb/host/
Dxhci.c788 xhci->s3.command = xhci_readl(xhci, &xhci->op_regs->command); in xhci_save_registers()
789 xhci->s3.dev_nt = xhci_readl(xhci, &xhci->op_regs->dev_notification); in xhci_save_registers()
790 xhci->s3.dcbaa_ptr = xhci_read_64(xhci, &xhci->op_regs->dcbaa_ptr); in xhci_save_registers()
791 xhci->s3.config_reg = xhci_readl(xhci, &xhci->op_regs->config_reg); in xhci_save_registers()
792 xhci->s3.erst_size = xhci_readl(xhci, &xhci->ir_set->erst_size); in xhci_save_registers()
793 xhci->s3.erst_base = xhci_read_64(xhci, &xhci->ir_set->erst_base); in xhci_save_registers()
794 xhci->s3.erst_dequeue = xhci_read_64(xhci, &xhci->ir_set->erst_dequeue); in xhci_save_registers()
795 xhci->s3.irq_pending = xhci_readl(xhci, &xhci->ir_set->irq_pending); in xhci_save_registers()
796 xhci->s3.irq_control = xhci_readl(xhci, &xhci->ir_set->irq_control); in xhci_save_registers()
801 xhci_writel(xhci, xhci->s3.command, &xhci->op_regs->command); in xhci_restore_registers()
[all …]
Dxhci.h1476 struct s3_save s3; member
/drivers/scsi/
Dimm.c456 unsigned char s1, s2, s3; in imm_cpp() local
473 s3 = r_str(ppb) & 0x38; in imm_cpp()
511 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x30)) in imm_cpp()
513 if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x38)) in imm_cpp()
Dscsi_sysfs.c102 char s1[15], s2[15], s3[15], junk; in scsi_scan() local
106 res = sscanf(str, "%10s %10s %10s %c", s1, s2, s3, &junk); in scsi_scan()
113 if (check_set(&lun, s3)) in scsi_scan()
/drivers/scsi/lpfc/
Dlpfc_mbox.c1377 phba->host_gp = &mb_slim->us.s3.host[0]; in lpfc_config_port()
1378 phba->hbq_put = &mb_slim->us.s3.hbq_put[0]; in lpfc_config_port()
Dlpfc_hw.h3127 struct sli3_desc s3; member