HomeSort by relevance Sort by last modified time
    Searched refs:cap_save (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/ata/
ahci.c 187 u32 tmp, cap_save, cmd; local
194 cap_save = readl(mmio + HOST_CAP);
195 cap_save &= ((1 << 28) | (1 << 17));
196 cap_save |= (1 << 27); /* Staggered Spin-up. Not needed. */
203 writel(cap_save, mmio + HOST_CAP);
dwc_ahsata.c 114 u32 tmp, cap_save, num_ports; local
120 cap_save = readl(&host_mmio->cap);
121 cap_save |= SATA_HOST_CAP_SSS;
142 writel(cap_save, &host_mmio->cap);
143 num_ports = (cap_save & SATA_HOST_CAP_NP_MASK) + 1;

Completed in 212 milliseconds