kempld_read16
evt_back = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE);
evt = kempld_read16(pld, KEMPLD_GPIO_EVT_LVL_EDGE);
EXPORT_SYMBOL_GPL(kempld_read16);
return kempld_read16(pld, index) | kempld_read16(pld, index + 2) << 16;
version = kempld_read16(pld, KEMPLD_VERSION);
pld->info.buildnr = kempld_read16(pld, KEMPLD_BUILDNR);
pld->feature_mask = kempld_read16(pld, KEMPLD_FEATURE);
extern u16 kempld_read16(struct kempld_device_data *pld, u8 index);