Home
last modified time | relevance | path

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

/qemu/include/hw/southbridge/
H A Dich9.h73 #define ICH9_MASK(bit, ms_bit, ls_bit) \ argument
74 ((uint##bit##_t)(((1ULL << ((ms_bit) + 1)) - 1) & ~((1ULL << ls_bit) - 1)))
/qemu/include/hw/pci-host/
H A Dq35.h70 #define Q35_MASK(bit, ms_bit, ls_bit) \ argument
71 ((uint##bit##_t)(((1ULL << ((ms_bit) + 1)) - 1) & ~((1ULL << ls_bit) - 1)))