Searched refs:TCOBASE (Results 1 – 2 of 2) sorted by relevance
75 #define TCOBASE (iTCO_wdt_private.tco_res->start) macro79 #define TCO_RLD (TCOBASE + 0x00) /* TCO Timer Reload and Curr. Value */80 #define TCOv1_TMR (TCOBASE + 0x01) /* TCOv1 Timer Initial Value */81 #define TCO_DAT_IN (TCOBASE + 0x02) /* TCO Data In Register */82 #define TCO_DAT_OUT (TCOBASE + 0x03) /* TCO Data Out Register */83 #define TCO1_STS (TCOBASE + 0x04) /* TCO1 Status Register */84 #define TCO2_STS (TCOBASE + 0x06) /* TCO2 Status Register */85 #define TCO1_CNT (TCOBASE + 0x08) /* TCO1 Control Register */86 #define TCO2_CNT (TCOBASE + 0x0a) /* TCO2 Control Register */87 #define TCOv2_TMR (TCOBASE + 0x12) /* TCOv2 Timer Initial Value */[all …]
121 #define TCOBASE 0x050 macro1183 pci_read_config_dword(pci_dev, TCOBASE, &tco_base); in i801_add_tco()