Home
last modified time | relevance | path

Searched +full:0 +full:xee00 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/boot/dts/qcom/
H A Dpm8350c.dtsi12 reg = <0x2 SPMI_USID>;
14 #size-cells = <0>;
18 reg = <0xa00>;
19 interrupts = <0x2 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
20 #thermal-sensor-cells = <0>;
25 reg = <0x8800>;
27 gpio-ranges = <&pm8350c_gpios 0 0 9>;
35 reg = <0xee00>;
57 hysteresis = <0>;
63 hysteresis = <0>;
H A Dpm8550.dtsi19 hysteresis = <0>;
25 hysteresis = <0>;
37 reg = <0x1 SPMI_USID>;
39 #size-cells = <0>;
43 reg = <0xa00>;
44 interrupts = <0x1 0xa 0x0 IRQ_TYPE_EDGE_BOTH>;
45 #thermal-sensor-cells = <0>;
50 reg = <0x8800>;
52 gpio-ranges = <&pm8550_gpios 0 0 12>;
60 reg = <0xee00>;
/linux/drivers/watchdog/
H A Dbcm7038_wdt.c17 #define WDT_START_1 0xff00
18 #define WDT_START_2 0x00ff
19 #define WDT_STOP_1 0xee00
20 #define WDT_STOP_2 0x00ee
22 #define WDT_TIMEOUT_REG 0x0
23 #define WDT_CMD_REG 0x4
74 return 0; in bcm7038_wdt_ping()
82 return 0; in bcm7038_wdt_start()
92 return 0; in bcm7038_wdt_stop()
103 return 0; in bcm7038_wdt_set_timeout()
[all …]
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h24 CR_START = 0x9000,
28 FW_START = 0xee00,
32 E2P_START = 0xf800,
33 E2P_LEN = 0x800,
36 E2P_LOAD_CODE_LEN = 0xe, /* base 0xf800 */
37 E2P_LOAD_VECT_LEN = 0x9, /* base 0xf80e */
39 E2P_DATA_LEN = 0x7e, /* base 0xf817 */
40 E2P_BOOT_CODE_LEN = 0x760, /* base 0xf895 */
41 E2P_INTR_VECT_LEN = 0xb, /* base 0xfff5 */
53 #define ZD_CR0 CTL_REG(0x0000)
[all …]
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h10 #define PERF_REV_REG 0x0
12 #define REV_CHIPID_MASK (0xffff << REV_CHIPID_SHIFT)
13 #define REV_REVID_SHIFT 0
14 #define REV_REVID_MASK (0xff << REV_REVID_SHIFT)
17 #define PERF_CKCTL_REG 0x4
52 #define CKCTL_6328_PHYMIPS_EN (1 << 0)
76 #define CKCTL_6338_ADSLPHY_EN (1 << 0)
92 * specific BCM6345 code for handling clocks, and writing 0 to the test
107 #define CKCTL_6348_ADSLPHY_EN (1 << 0)
214 #define PERF_SYS_PLL_CTL_REG 0x8
[all …]