Searched refs:VDO_CMDT (Results 1 – 3 of 3) sorted by relevance
96 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_enter()141 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_exit()237 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()239 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()243 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()248 dp->header |= VDO_CMDT(CMDT_RSP_NAK); in ucsi_displayport_vdm()250 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()258 dp->header |= VDO_CMDT(CMDT_RSP_ACK); in ucsi_displayport_vdm()
94 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_altmode_enter()133 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_altmode_exit()180 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_vdm()188 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_vdm()237 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_thunderbolt_vdm()298 adata->header |= VDO_CMDT(CMDT_RSP_ACK); in cros_typec_displayport_status_update()
41 #define VDO_CMDT(x) ((x) << 6) macro44 #define VDO_CMDT_MASK VDO_CMDT(0x3)