Home
last modified time | relevance | path

Searched refs:ESB_CONFIG_REG (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c41 #define ESB_CONFIG_REG 0x60 /* Config register */ macro
219 if (addr == ESB_CONFIG_REG && len == 2) { in i6300esb_config_write()
247 if (addr == ESB_CONFIG_REG && len == 2) { in i6300esb_config_read()
/openbmc/linux/drivers/watchdog/
H A Di6300esb.c45 #define ESB_CONFIG_REG 0x60 /* Config register */ macro
265 pci_write_config_word(edev->pdev, ESB_CONFIG_REG, 0x0003); in esb_initdevice()