Searched refs:cap2 (Results 1 – 5 of 5) sorted by relevance
360 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local366 cap2 = readl(mmio + HOST_CAP2); in ahci_print_info()425 cap2 & (1 << 2) ? "apst " : "", in ahci_print_info()426 cap2 & (1 << 1) ? "nvmp " : "", in ahci_print_info()427 cap2 & (1 << 0) ? "boh " : ""); in ahci_print_info()
64 u32 cap2; member
354 writel(duty, &ecap->cap2); in enable_pwm()
560 unsigned int cap2; member
1172 u32 cap2, cap3; in udma_setup_resources() local1180 cap2 = udma_read(ud->mmrs[MMR_GCFG], 0x28); in udma_setup_resources()1184 ud->tchan_cnt = cap2 & 0x1ff; in udma_setup_resources()1185 ud->echan_cnt = (cap2 >> 9) & 0x1ff; in udma_setup_resources()1186 ud->rchan_cnt = (cap2 >> 18) & 0x1ff; in udma_setup_resources()
Completed in 15 milliseconds