Home
last modified time | relevance | path

Searched refs:cap2 (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/ata/
A Dahci.c360 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
366 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()
A Ddwc_ahsata.c64 u32 cap2; member
/u-boot/board/siemens/pxm2/
A Dboard.c354 writel(duty, &ecap->cap2); in enable_pwm()
/u-boot/arch/arm/include/asm/arch-am33xx/
A Dcpu.h560 unsigned int cap2; member
/u-boot/drivers/dma/ti/
A Dk3-udma.c1172 u32 cap2, cap3; in udma_setup_resources() local
1180 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