Searched refs:kempld_write8 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | kempld_wdt.c | 122 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action() 158 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_timeout() 293 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_start() 313 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_stop() 330 kempld_write8(pld, KEMPLD_WDT_KICK, 'K'); in kempld_wdt_keepalive() 386 kempld_write8(pld, index + j, 0x00); in kempld_wdt_probe_stages() 391 kempld_write8(pld, index + j, data_orig); in kempld_wdt_probe_stages()
|
| /linux/drivers/mfd/ |
| H A D | kempld-core.c | 169 void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data) in kempld_write8() function 174 EXPORT_SYMBOL_GPL(kempld_write8); 199 kempld_write8(pld, index, (u8)data); in kempld_write16() 200 kempld_write8(pld, index + 1, (u8)(data >> 8)); in kempld_write16()
|