Home
last modified time | relevance | path

Searched refs:BITANY (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dahci.h496 #define BITANY(data, mask) (((data) & (mask)) != 0) macro
/qemu/tests/qtest/
H A Dahci-test.c704 if (BITANY(reg, AHCI_PX_CMD_CPD | AHCI_PX_CMD_MPSP)) { in ahci_test_port_spec()