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

/linux-4.1.27/drivers/mfd/
H A Dkempld-core.c56 version = kempld_read16(pld, KEMPLD_VERSION); kempld_get_info_generic()
58 pld->info.buildnr = kempld_read16(pld, KEMPLD_BUILDNR); kempld_get_info_generic()
74 pld->feature_mask = kempld_read16(pld, KEMPLD_FEATURE); kempld_get_info_generic()
201 * kempld_read16 - read 16 bit register
207 u16 kempld_read16(struct kempld_device_data *pld, u8 index) kempld_read16() function
211 EXPORT_SYMBOL_GPL(kempld_read16); variable
237 return kempld_read16(pld, index) | kempld_read16(pld, index + 2) << 16; kempld_read32()
/linux-4.1.27/drivers/gpio/
H A Dgpio-kempld.c130 evt_back = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE); kempld_gpio_pincount()
134 evt = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE); kempld_gpio_pincount()
/linux-4.1.27/include/linux/mfd/
H A Dkempld.h124 extern u16 kempld_read16(struct kempld_device_data *pld, u8 index);

Completed in 40 milliseconds