Searched refs:scr1 (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/ia64/sn/kernel/sn2/ |
D | ptc_deadlock.S | 31 scr1 = r16 define 46 mov scr1=7;; // Clear DEADLOCK, WRITE_ERROR, MULTI_WRITE_ERROR 47 (p8) st8.rel [scr2]=scr1;; 48 (p9) ld8.acq scr1=[scr2];; 50 5: ld8.acq scr1=[piowc];; // Wait for PIOs to complete. 52 and scr2=scr1,mask;; // mask of writecount bits 65 5: ld8.acq scr1=[piowcphy];; // Wait for PIOs to complete. 67 and scr2=scr1,mask;; // mask of writecount bits 71 tbit.nz p8,p7=scr1,DEADLOCKBIT;;// Test for DEADLOCK 76 5: ld8.acq scr1=[piowcphy];; // Wait for PIOs to complete. [all …]
|
/linux-3.4.99/drivers/ide/ |
D | tc86c001.c | 138 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()
|
D | hpt366.c | 671 u8 scr1 = 0; in hpt3xx_maskproc() local 673 pci_read_config_byte(dev, 0x5a, &scr1); in hpt3xx_maskproc() 674 if (((scr1 & 0x10) >> 4) != mask) { in hpt3xx_maskproc() 676 scr1 |= 0x10; in hpt3xx_maskproc() 678 scr1 &= ~0x10; in hpt3xx_maskproc() 679 pci_write_config_byte(dev, 0x5a, scr1); in hpt3xx_maskproc() 694 u8 mcr1 = 0, mcr3 = 0, scr1 = 0; in hpt366_dma_lost_irq() local 698 pci_read_config_byte(dev, 0x5a, &scr1); in hpt366_dma_lost_irq() 700 drive->name, __func__, mcr1, mcr3, scr1); in hpt366_dma_lost_irq() 701 if (scr1 & 0x10) in hpt366_dma_lost_irq() [all …]
|
D | pdc202xx_new.c | 249 u8 scr1; in detect_pll_input_clock() local 256 scr1 = inb(dma_base + 0x03); in detect_pll_input_clock() 257 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 258 outb(scr1 | 0x40, dma_base + 0x03); in detect_pll_input_clock() 268 scr1 = inb(dma_base + 0x03); in detect_pll_input_clock() 269 DBG("scr1[%02X]\n", scr1); in detect_pll_input_clock() 270 outb(scr1 & ~0x40, dma_base + 0x03); in detect_pll_input_clock()
|
/linux-3.4.99/arch/frv/mm/ |
D | tlb-flush.S | 53 movgs gr4,scr1 97 movgs gr4,scr1 137 movgs gr4,scr1 165 movgs gr4,scr1
|
D | tlb-miss.S | 618 movgs gr31,scr1
|
/linux-3.4.99/arch/frv/kernel/ |
D | entry-table.S | 191 movsg scr1,gr31 /* get mapped PTD coverage start address */ 208 movsg scr1,gr31 /* get mapped PTD coverage start address */
|
/linux-3.4.99/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 601 #define HS_REG scr1
|
/linux-3.4.99/drivers/scsi/ |
D | ncr53c8xx.c | 1430 #define HS_REG scr1
|