Searched refs:CFG_PORT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/watchdog/ |
| A D | lenovo_se10_wdt.c | 23 #define CFG_PORT 0x2E macro 94 outb(index, CFG_PORT); in lpc_write() 95 outb(data, CFG_PORT + 1); in lpc_write() 100 outb(index, CFG_PORT); in lpc_read() 101 return inb(CFG_PORT + 1); in lpc_read() 160 outb(UNLOCK_KEY, CFG_PORT); in get_chipID() 161 outb(0x01, CFG_PORT); in get_chipID() 162 outb(0x55, CFG_PORT); in get_chipID() 163 outb(0x55, CFG_PORT); in get_chipID() 166 outb(LOCK_KEY, CFG_PORT); in get_chipID() [all …]
|
| /linux/drivers/slimbus/ |
| A D | qcom-ctrl.c | 76 #define CFG_PORT(r, v) ((v) ? CFG_PORT_V2(r) : CFG_PORT_V1(r)) macro 595 writel(1, ctrl->base + CFG_PORT(COMP_CFG, ver)); in qcom_slim_probe() 597 ctrl->base + CFG_PORT(COMP_TRUST_CFG, ver)); in qcom_slim_probe() 609 writel(1, ctrl->base + CFG_PORT(COMP_CFG, ver)); in qcom_slim_probe()
|
Completed in 8 milliseconds