Searched refs:scr2 (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/ata/ |
D | pata_hpt3x2n.c | 133 u8 scr2, ata66; in hpt3x2n_cable_detect() local 136 pci_read_config_byte(pdev, 0x5B, &scr2); in hpt3x2n_cable_detect() 137 pci_write_config_byte(pdev, 0x5B, scr2 & ~0x01); in hpt3x2n_cable_detect() 144 pci_write_config_byte(pdev, 0x5B, scr2); in hpt3x2n_cable_detect()
|
D | pata_hpt37x.c | 335 u8 scr2, ata66; in hpt37x_cable_detect() local 337 pci_read_config_byte(pdev, 0x5B, &scr2); in hpt37x_cable_detect() 338 pci_write_config_byte(pdev, 0x5B, scr2 & ~0x01); in hpt37x_cable_detect() 345 pci_write_config_byte(pdev, 0x5B, scr2); in hpt37x_cable_detect()
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | processor.h | 114 unsigned long scr2; member
|
/linux-5.19.10/drivers/hwtracing/intel_th/ |
D | gth.c | 483 u32 scr2 = 0xfc | (capture_done ? 1 : 0); in intel_th_gth_stop() local 486 iowrite32(scr2, gth->base + REG_GTH_SCR2); in intel_th_gth_stop()
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | asm-offsets.c | 117 OFFSET(THREAD_SCR2, task_struct, thread.scr2); in output_thread_defines()
|
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 590 #define SS_REG scr2
|
/linux-5.19.10/drivers/scsi/ |
D | ncr53c8xx.c | 1422 #define SS_REG scr2
|