Searched refs:SCR_ACTIVE (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/ata/ | 
| D | sata_dwc_460ex.c | 522 	sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive);  in sata_dwc_isr()596 	sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive);  in sata_dwc_isr()
 673 	sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive2);  in sata_dwc_isr()
 1028 		sata_dwc_scr_read(&ap->link, SCR_ACTIVE, &sactive);  in sata_dwc_qc_issue()
 1030 		sata_dwc_scr_write(&ap->link, SCR_ACTIVE, sactive);  in sata_dwc_qc_issue()
 
 | 
| D | sata_rcar.c | 484 	if (sc_reg > SCR_ACTIVE)  in sata_rcar_scr_read()494 	if (sc_reg > SCR_ACTIVE)  in sata_rcar_scr_write()
 
 | 
| D | sata_fsl.c | 593 	case SCR_ACTIVE:  in sata_fsl_scr_write()617 	case SCR_ACTIVE:  in sata_fsl_scr_read()
 
 | 
| D | sata_sil24.c | 497 	[SCR_ACTIVE]	= 3,
 | 
| D | sata_nv.c | 1939 	pp->sactive_block = ap->ioaddr.scr_addr + 4 * SCR_ACTIVE;  in nv_swncq_port_start()
 | 
| D | libahci.c | 645 		[SCR_ACTIVE]		= PORT_SCR_ACT,  in ahci_scr_offset()
 | 
| D | sata_mv.c | 1331 	case SCR_ACTIVE:  in mv_scr_offset()
 | 
| /Linux-v6.6/include/linux/ | 
| D | ata.h | 506 	SCR_ACTIVE		= 3,  enumerator
 | 
| /Linux-v6.6/Documentation/driver-api/ | 
| D | libata.rst | 344 sc_reg is one of SCR_STATUS, SCR_CONTROL, SCR_ERROR, or SCR_ACTIVE.
 |