Home
last modified time | relevance | path

Searched refs:HIL_CTRL_ONLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dhp_sdc_mlc.c269 if ((mlc->opacket & HIL_CTRL_ONLY) == HIL_CTRL_ONLY) in hp_sdc_mlc_out()
H A Dhil_mlc.c468 OUT(HIL_CTRL_ONLY) /* Disable APE */
480 OUT(HIL_CTRL_ONLY | 0) /* Disable test mode */
/openbmc/linux/include/linux/
H A Dhil.h129 #define HIL_CTRL_ONLY 0xc0000000 /* *Only* alter the control registers */ macro