Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dpam.h73 #define PAM_ATTR_MASK ((uint8_t)3) macro
/openbmc/qemu/hw/pci-host/
H A Dpam.c68 pam->current = (val >> ((!(idx & 1)) * 4)) & PAM_ATTR_MASK; in pam_update()