Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpio/
Dgpio-kempld.c122 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()
/linux-5.19.10/drivers/mfd/
Dkempld-core.c206 void kempld_write16(struct kempld_device_data *pld, u8 index, u16 data) in kempld_write16() function
211 EXPORT_SYMBOL_GPL(kempld_write16);
236 kempld_write16(pld, index, (u16)data); in kempld_write32()
237 kempld_write16(pld, index + 2, (u16)(data >> 16)); in kempld_write32()
/linux-5.19.10/include/linux/mfd/
Dkempld.h122 extern void kempld_write16(struct kempld_device_data *pld, u8 index, u16 data);