mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
ahci: introduce ahci_reset()
Extract controller reset code from ahci_host_init() into separate ahci_reset(). Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
2a10f8b948
commit
6b68888a33
@@ -161,5 +161,6 @@ struct ahci_probe_ent {
|
||||
};
|
||||
|
||||
int ahci_init(u32 base);
|
||||
int ahci_reset(u32 base);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user