Home
last modified time | relevance | path

Searched refs:AHCI_MAX_CLKS (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
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()
412 for (i = 0; i < AHCI_MAX_CLKS; i++) { in ahci_platform_get_resources()
Dahci.h41 AHCI_MAX_CLKS = 5, enumerator
344 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch288941 struct clk *clks[AHCI_MAX_CLKS]; /* Optional */