Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/cxl/
H A Dcxl_pci.h85 uint16_t cap2; member
158 uint32_t cap2; member
/openbmc/u-boot/drivers/ata/
H A Dahci.c365 u32 vers, cap, cap2, impl, speed; in ahci_print_info() local
371 cap2 = readl(mmio + HOST_CAP2); in ahci_print_info()
430 cap2 & (1 << 2) ? "apst " : "", in ahci_print_info()
431 cap2 & (1 << 1) ? "nvmp " : "", in ahci_print_info()
432 cap2 & (1 << 0) ? "boh " : ""); in ahci_print_info()
H A Ddwc_ahsata.c57 u32 cap2; member
/openbmc/u-boot/board/siemens/pxm2/
H A Dboard.c350 writel(duty, &ecap->cap2); in enable_pwm()
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dcpu.h559 unsigned int cap2; member
/openbmc/qemu/tests/qtest/
H A Dahci-test.c100 g_assert_cmphex(ahci_rreg(ahci, AHCI_CAP2), ==, ahci->cap2); in verify_state()
590 ahci->cap2 = ahci_rreg(ahci, AHCI_CAP2); in ahci_test_hba_spec()
591 ASSERT_BIT_CLEAR(ahci->cap2, AHCI_CAP2_RESERVED); in ahci_test_hba_spec()
605 if (BITCLR(ahci->cap2, AHCI_CAP2_NVMP)) { in ahci_test_hba_spec()
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.h343 uint32_t cap2; member
H A Dahci.c249 ahci->cap2 = ahci_rreg(ahci, AHCI_CAP2); in ahci_hba_enable()