Searched refs:kempld_write16 (Results 1 – 2 of 2) sorted by relevance
/drivers/gpio/ |
D | gpio-kempld.c | 122 kempld_write16(pld, KEMPLD_GPIO_EVT_LVL_EDGE, 0x0000); in kempld_gpio_pincount() 126 kempld_write16(pld, KEMPLD_GPIO_EVT_LVL_EDGE, evt_back); in kempld_gpio_pincount()
|
/drivers/mfd/ |
D | kempld-core.c | 207 void kempld_write16(struct kempld_device_data *pld, u8 index, u16 data) in kempld_write16() function 212 EXPORT_SYMBOL_GPL(kempld_write16); 237 kempld_write16(pld, index, (u16)data); in kempld_write32() 238 kempld_write16(pld, index + 2, (u16)(data >> 16)); in kempld_write32()
|