Home
last modified time | relevance | path

Searched refs:scr1 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/ide/
H A Dtc86c001.c138 u16 scr1 = inw(sc_base + 0x00); in tc86c001_cable_detect() local
144 return (scr1 & 0x2000) ? ATA_CBL_PATA40 : ATA_CBL_PATA80; in tc86c001_cable_detect()
151 u16 scr1 = inw(sc_base + 0x00); in init_hwif_tc86c001() local
154 outw(scr1 | 0x8000, sc_base + 0x00); in init_hwif_tc86c001()
157 outw(scr1 | 0x4000, sc_base + 0x00); in init_hwif_tc86c001()
160 outw(scr1 & ~0xc000, sc_base + 0x00); in init_hwif_tc86c001()
H A Dhpt366.c668 u8 scr1 = 0; in hpt3xx_maskproc() local
670 pci_read_config_byte(dev, 0x5a, &scr1); in hpt3xx_maskproc()
671 if (((scr1 & 0x10) >> 4) != mask) { in hpt3xx_maskproc()
673 scr1 |= 0x10; in hpt3xx_maskproc()
675 scr1 &= ~0x10; in hpt3xx_maskproc()
676 pci_write_config_byte(dev, 0x5a, scr1); in hpt3xx_maskproc()
691 u8 mcr1 = 0, mcr3 = 0, scr1 = 0; in hpt366_dma_lost_irq() local
695 pci_read_config_byte(dev, 0x5a, &scr1); in hpt366_dma_lost_irq()
696 printk("%s: (%s) mcr1=0x%02x, mcr3=0x%02x, scr1=0x%02x\n", in hpt366_dma_lost_irq()
697 drive->name, __func__, mcr1, mcr3, scr1); in hpt366_dma_lost_irq()
926 u8 scr1 = 0; init_chipset_hpt366() local
1156 u8 scr1 = 0, ata66 = hwif->channel ? 0x01 : 0x02; hpt3xx_cable_detect() local
[all...]
H A Dpdc202xx_new.c245 u8 scr1; in detect_pll_input_clock() local
252 scr1 = inb(dma_base + 0x03); in detect_pll_input_clock()
253 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock()
254 outb(scr1 | 0x40, dma_base + 0x03); in detect_pll_input_clock()
264 scr1 = inb(dma_base + 0x03); in detect_pll_input_clock()
265 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock()
266 outb(scr1 & ~0x40, dma_base + 0x03); in detect_pll_input_clock()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dlbt.S28 movscr2gr t1, $scr1
48 movgr2scr $scr1, t1
65 movgr2scr $scr1, zero
80 movscr2gr t1, $scr1
101 movgr2scr $scr1, t1
H A Dasm-offsets.c175 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); in output_thread_lbt_defines()
H A Dptrace.c350 r = membuf_write(&to, &target->thread.lbt.scr1, sizeof(target->thread.lbt.scr1)); in lbt_get()
H A Dsignal.c239 err |= __put_user(current->thread.lbt.scr1, &regs[1]); in copy_lbt_to_sigcontext()
254 err |= __get_user(current->thread.lbt.scr1, &regs[1]); in copy_lbt_from_sigcontext()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dprocessor.h91 unsigned long scr1; member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dprocessor.h92 unsigned long scr1; member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dfpu.S183 movscr2gr \tmp0, $scr1
195 movgr2scr $scr1, \tmp0
551 movgr2scr $scr1, zero
H A Dptrace.c255 r = membuf_write(&to, &target->thread.lbt.scr1, sizeof(target->thread.lbt.scr1)); in lbt_get()
H A Dasm-offsets.c174 OFFSET(THREAD_SCR1, loongarch_lbt, scr1); in output_thread_lbt_defines()
H A Dsignal.c188 err |= __put_user(current->thread.lbt.scr1, &scr[1]); in copy_lbt_to_sigcontext()
203 err |= __get_user(current->thread.lbt.scr1, &scr[1]); in copy_lbt_from_sigcontext()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h588 #define HS_REG scr1
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h588 #define HS_REG scr1
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dloongarch.c1049 *v = vcpu->arch.lbt.scr1; in _kvm_get_one_reg()
1104 vcpu->arch.lbt.scr1 = val; in _kvm_set_one_reg()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1418 #define HS_REG scr1
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1420 #define HS_REG scr1

Completed in 35 milliseconds