Searched refs:sdc_writeb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | hp_sdc.c | 80 # define sdc_writeb(v,p) gsc_writeb((v),(p)) macro 84 # define sdc_writeb(v,p) out_8((p),(v)) macro 141 sdc_writeb(val, hp_sdc.status_io); in hp_sdc_status_out8() 151 sdc_writeb(val, hp_sdc.data_io); in hp_sdc_data_out8() 974 sdc_writeb(HP_SDC_CMD_SET_IM | HP_SDC_IM_MASK, hp_sdc.status_io); in hp_sdc_exit()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | hp_sdc.c | 80 # define sdc_writeb(v,p) gsc_writeb((v),(p)) macro 84 # define sdc_writeb(v,p) out_8((p),(v)) macro 141 sdc_writeb(val, hp_sdc.status_io); in hp_sdc_status_out8() 151 sdc_writeb(val, hp_sdc.data_io); in hp_sdc_data_out8() 974 sdc_writeb(HP_SDC_CMD_SET_IM | HP_SDC_IM_MASK, hp_sdc.status_io); in hp_sdc_exit()
|
Completed in 3 milliseconds