Searched refs:kempld_write16 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpio/ |
D | gpio-kempld.c | 132 kempld_write16(pld, KEMPLD_GPIO_EVT_LVL_EDGE, 0x0000); in kempld_gpio_pincount() 136 kempld_write16(pld, KEMPLD_GPIO_EVT_LVL_EDGE, evt_back); in kempld_gpio_pincount()
|
/linux-4.1.27/drivers/mfd/ |
D | kempld-core.c | 221 void kempld_write16(struct kempld_device_data *pld, u8 index, u16 data) in kempld_write16() function 226 EXPORT_SYMBOL_GPL(kempld_write16); 251 kempld_write16(pld, index, (u16)data); in kempld_write32() 252 kempld_write16(pld, index + 2, (u16)(data >> 16)); in kempld_write32()
|
/linux-4.1.27/include/linux/mfd/ |
D | kempld.h | 125 extern void kempld_write16(struct kempld_device_data *pld, u8 index, u16 data);
|