Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.c643 static int marvell_enable; variable
645 static int marvell_enable = 1; variable
647 module_param(marvell_enable, int, 0644);
648 MODULE_PARM_DESC(marvell_enable, "Marvell SATA via AHCI (1 = enabled)");
673 "Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.\n"); in ahci_pci_save_initial_config()
1713 if (pdev->vendor == PCI_VENDOR_ID_MARVELL && !marvell_enable) in ahci_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci.c659 static int marvell_enable; variable
661 static int marvell_enable = 1; variable
663 module_param(marvell_enable, int, 0644);
664 MODULE_PARM_DESC(marvell_enable, "Marvell SATA via AHCI (1 = enabled)");
694 "Disabling your PATA port. Use the boot option 'ahci.marvell_enable=0' to avoid this.\n"); in ahci_pci_save_initial_config()
1732 if (pdev->vendor == PCI_VENDOR_ID_MARVELL && !marvell_enable) in ahci_init_one()

Completed in 5 milliseconds