1
0
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:
Dmitry Lifshitz
2014-12-15 16:02:55 +02:00
committed by Tom Rini
parent 2a10f8b948
commit 6b68888a33
2 changed files with 31 additions and 17 deletions

View File

@@ -161,5 +161,6 @@ struct ahci_probe_ent {
};
int ahci_init(u32 base);
int ahci_reset(u32 base);
#endif