Home
last modified time | relevance | path

Searched refs:HP_SDC_ACT_DATAREG (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c471 while (act & HP_SDC_ACT_DATAREG) { in hp_sdc_put()
482 act &= ~HP_SDC_ACT_DATAREG; in hp_sdc_put()
506 if ((act & HP_SDC_ACT_DURING) == HP_SDC_ACT_DATAREG) in hp_sdc_put()
510 act &= ~HP_SDC_ACT_DATAREG; in hp_sdc_put()
525 HP_SDC_ACT_DATAREG) in hp_sdc_put()
900 ts_sync[0] = HP_SDC_ACT_DATAREG | HP_SDC_ACT_SEMAPHORE; in hp_sdc_init()
H A Dhp_sdc_mlc.c248 HP_SDC_ACT_DATAREG | HP_SDC_ACT_POSTCMD | HP_SDC_ACT_SEMAPHORE; in hp_sdc_mlc_out()
/openbmc/linux/include/linux/
H A Dhp_sdc.h83 #define HP_SDC_ACT_DATAREG 0x02 /* Set data registers */ macro
/openbmc/linux/drivers/input/misc/
H A Dhp_sdc_rtc.c75 tseq[i++] = HP_SDC_ACT_DATAREG | in hp_sdc_rtc_do_read_bbrtc()