Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Dkempld-core.c49 version = kempld_read16(pld, KEMPLD_VERSION); in kempld_get_info_generic()
51 pld->info.buildnr = kempld_read16(pld, KEMPLD_BUILDNR); in kempld_get_info_generic()
67 pld->feature_mask = kempld_read16(pld, KEMPLD_FEATURE); in kempld_get_info_generic()
192 u16 kempld_read16(struct kempld_device_data *pld, u8 index) in kempld_read16() function
196 EXPORT_SYMBOL_GPL(kempld_read16);
222 return kempld_read16(pld, index) | kempld_read16(pld, index + 2) << 16; in kempld_read32()
/Linux-v6.6/drivers/gpio/
Dgpio-kempld.c120 evt_back = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE); in kempld_gpio_pincount()
124 evt = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE); in kempld_gpio_pincount()
/Linux-v6.6/include/linux/mfd/
Dkempld.h121 extern u16 kempld_read16(struct kempld_device_data *pld, u8 index);