Searched refs:scr2 (Results 1 – 5 of 5) sorted by relevance
| /drivers/ata/ |
| A 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()
|
| A 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()
|
| /drivers/hwtracing/intel_th/ |
| A 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()
|
| /drivers/scsi/sym53c8xx_2/ |
| A D | sym_hipd.h | 590 #define SS_REG scr2
|
| /drivers/scsi/ |
| A D | ncr53c8xx.c | 1422 #define SS_REG scr2
|
Completed in 29 milliseconds