Home
last modified time | relevance | path

Searched refs:mask_port_ext (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ata/
H A Dahci.c693 module_param_named(mask_port_ext, ahci_mask_port_ext, charp, 0444);
694 MODULE_PARM_DESC(mask_port_ext,
799 hpriv->mask_port_ext = in ahci_pci_save_initial_config()
1781 if (hpriv->mask_port_ext & (1U << ap->port_no)) { in ahci_mark_external_port()
H A Dahci.h333 u32 mask_port_ext; /* Mask of ports ext capability */ member