Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-msic.c113 return intel_msic_reg_update(reg, MSIC_GPIO_DIR_IN, MSIC_GPIO_DIR_MASK); in msic_gpio_direction_input()
129 return intel_msic_reg_update(reg, value, mask); in msic_gpio_direction_output()
157 intel_msic_reg_update(reg, !!value , MSIC_GPIO_DOUT_MASK); in msic_gpio_set()
214 intel_msic_reg_update(reg, trig, MSIC_GPIO_INTCNT_MASK); in msic_bus_sync_unlock()
/linux-4.1.27/drivers/mfd/
Dintel_msic.c234 int intel_msic_reg_update(unsigned short reg, u8 val, u8 mask) in intel_msic_reg_update() function
238 EXPORT_SYMBOL_GPL(intel_msic_reg_update);
/linux-4.1.27/drivers/platform/x86/
Dintel_mid_powerbtn.c106 error = intel_msic_reg_update(INTEL_MSIC_IRQLVL1MSK, 0, MSIC_PWRBTNM); in mfld_pb_probe()
/linux-4.1.27/include/linux/mfd/
Dintel_msic.h438 extern int intel_msic_reg_update(unsigned short reg, u8 val, u8 mask);