Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h28 #define PNX833X_REG(offs) (*((volatile unsigned long *)(PNX833X_BASE + offs))) macro
63 #define PNX833X_CONFIG_MODULE_ID PNX833X_REG(0x7FFC)
75 #define PNX833X_RESET_CONTROL PNX833X_REG(0x8004)
76 #define PNX833X_RESET_CONTROL_2 PNX833X_REG(0x8014)
78 #define PNX833X_PIC_REG(offs) PNX833X_REG(0x01000 + (offs))
85 #define PNX833X_CLOCK_CPUCP_CTL PNX833X_REG(0x9228)
90 #define PNX8335_CLOCK_PLL_CPU_CTL PNX833X_REG(0x9020)
94 #define PNX833X_CONFIG_MUX PNX833X_REG(0x7004)
97 #define PNX8330_CONFIG_POLYFUSE_7 PNX833X_REG(0x7040)
101 #define PNX833X_PIO_IN PNX833X_REG(0xF000)
[all …]
/linux-4.4.14/drivers/watchdog/
Dpnx833x_wdt.c72 PNX833X_REG(PNX833X_RESET + PNX833X_RESET_CONFIG) |= 0x1; in pnx833x_wdt_start()
74 PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_start()
77 PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_start()
86 PNX833X_REG(PNX833X_RESET + PNX833X_CONFIG) &= 0xFFFFFFFE; in pnx833x_wdt_stop()
88 PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_stop()
96 PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_ping()
190 PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_ioctl()
196 timeout = PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_ioctl()
201 timeout_left = PNX833X_REG(PNX833X_CONFIG + in pnx833x_wdt_ioctl()
241 cause = PNX833X_REG(PNX833X_RESET); in watchdog_init()