Searched refs:cap2 (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/include/hw/cxl/ |
| H A D | cxl_pci.h | 85 uint16_t cap2; member 158 uint32_t cap2; member
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | ahci.c | 365 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 D | dwc_ahsata.c | 57 u32 cap2; member
|
| /openbmc/u-boot/board/siemens/pxm2/ |
| H A D | board.c | 350 writel(duty, &ecap->cap2); in enable_pwm()
|
| /openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ |
| H A D | cpu.h | 559 unsigned int cap2; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 100 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 D | ahci.h | 343 uint32_t cap2; member
|
| H A D | ahci.c | 249 ahci->cap2 = ahci_rreg(ahci, AHCI_CAP2); in ahci_hba_enable()
|