Home
last modified time | relevance | path

Searched refs:AHCI_MAX_CLKS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dlibahci_platform.c111 for (c = 0; c < AHCI_MAX_CLKS && hpriv->clks[c]; c++) { in ahci_platform_enable_clks()
136 for (c = AHCI_MAX_CLKS - 1; c >= 0; c--) in ahci_platform_disable_clks()
295 for (c = 0; c < AHCI_MAX_CLKS && hpriv->clks[c]; c++) in ahci_platform_put_resources()
377 * 3) 0 - AHCI_MAX_CLKS clocks, as specified in the devs devicetree node,
412 for (i = 0; i < AHCI_MAX_CLKS; i++) { in ahci_platform_get_resources()
H A Dahci.h42 AHCI_MAX_CLKS = 5, enumerator
345 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */

Completed in 3 milliseconds