Lines Matching +full:0 +full:x0000c000
14 * bit of this register (bit 0) gets set an interrupt will be triggered
35 * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
48 * by this driver; these had a Msg Origin of 0 and are ignored by this driver.
55 #define ADF_PFVF_COMPAT_THIS_VERSION 0x1 /* PF<->VF compat */
58 #define ADF_PF2VF_INT BIT(0)
60 #define ADF_PF2VF_MSGTYPE_MASK 0x0000003C
62 #define ADF_PF2VF_MSGTYPE_RESTARTING 0x01
63 #define ADF_PF2VF_MSGTYPE_VERSION_RESP 0x02
64 #define ADF_PF2VF_IN_USE_BY_PF 0x6AC20000
65 #define ADF_PF2VF_IN_USE_BY_PF_MASK 0xFFFE0000
68 #define ADF_PF2VF_VERSION_RESP_VERS_MASK 0x00003FC0
70 #define ADF_PF2VF_VERSION_RESP_RESULT_MASK 0x0000C000
79 #define ADF_VF2PF_IN_USE_BY_VF 0x00006AC2
80 #define ADF_VF2PF_IN_USE_BY_VF_MASK 0x0000FFFE
83 #define ADF_VF2PF_MSGTYPE_MASK 0x003C0000
85 #define ADF_VF2PF_MSGTYPE_INIT 0x3
86 #define ADF_VF2PF_MSGTYPE_SHUTDOWN 0x4
87 #define ADF_VF2PF_MSGTYPE_VERSION_REQ 0x5
88 #define ADF_VF2PF_MSGTYPE_COMPAT_VER_REQ 0x6