Searched refs:n_ports (Results 1 – 3 of 3) sorted by relevance
224 uc_priv->n_ports = (uc_priv->cap & 0x1f) + 1; in ahci_host_init()227 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()230 if (uc_priv->n_ports > CONFIG_SYS_SCSI_MAX_SCSI_ID) in ahci_host_init()231 uc_priv->n_ports = CONFIG_SYS_SCSI_MAX_SCSI_ID; in ahci_host_init()234 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_host_init()647 if (port > uc_priv->n_ports) { in ahci_device_data_io()986 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_start_ports()1191 uc_plat->max_id = max_t(unsigned long, uc_priv->n_ports, in ahci_probe_scsi()
163 uc_priv->n_ports = (uc_priv->cap & SATA_HOST_CAP_NP_MASK) + 1; in ahci_host_init()166 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()168 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_host_init()737 for (i = 0; i < uc_priv->n_ports; i++) { in dwc_ahci_start_ports()
163 u32 n_ports; member
Completed in 8 milliseconds