Searched refs:FSPDRV_FLAG_EN_OPC (Results 1 – 2 of 2) sorted by relevance
585 pad->flags & FSPDRV_FLAG_EN_OPC ? 'C' : 'c'); in fsp_attr_show_flags()597 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()600 pad->flags &= ~FSPDRV_FLAG_EN_OPC; in fsp_attr_set_flags()795 if ((ad->flags & FSPDRV_FLAG_EN_OPC) != FSPDRV_FLAG_EN_OPC) in fsp_process_byte()899 pad->flags |= FSPDRV_FLAG_EN_OPC; in fsp_activate_protocol()
99 #define FSPDRV_FLAG_EN_OPC (0x001) /* enable on-pad clicking */ macro