Searched +full:0 +full:xee00 (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | pm8350c.dtsi | 12 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>;
|
D | pm8550.dtsi | 19 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>;
|
D | x1e80100-pmics.dtsi | 21 hysteresis = <0>; 27 hysteresis = <0>; 41 hysteresis = <0>; 47 hysteresis = <0>; 61 hysteresis = <0>; 67 hysteresis = <0>; 81 hysteresis = <0>; 87 hysteresis = <0>; 101 hysteresis = <0>; 107 hysteresis = <0>; [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | qcom,spmi-flash-led.yaml | 38 "^led-[0-3]$": 96 #size-cells = <0>; 100 reg = <0xee00>; 102 led-0 { 109 function-enumerator = <0>;
|
/linux-6.14.4/drivers/net/ethernet/freescale/enetc/ |
D | enetc_pci_mdio.c | 7 #define NETC_EMDIO_VEN_ID 0x1131 8 #define NETC_EMDIO_DEV_ID 0xee00 9 #define ENETC_MDIO_DEV_ID 0xee01 46 port_regs = pci_iomap(pdev, 0, 0); in enetc_pci_mdio_probe() 83 err = pci_request_region(pdev, 0, KBUILD_MODNAME); in enetc_pci_mdio_probe() 97 return 0; in enetc_pci_mdio_probe() 101 pci_release_region(pdev, 0); in enetc_pci_mdio_probe() 123 pci_release_region(pdev, 0); in enetc_pci_mdio_remove() 130 { 0, } /* End of table. */
|
/linux-6.14.4/drivers/watchdog/ |
D | bcm7038_wdt.c | 17 #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-6.14.4/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_chip.h | 24 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-6.14.4/sound/soc/codecs/ |
D | rt721-sdca.c | 33 int btn_type = 0; in rt721_sdca_jack_detect_handler() 45 if (rt721->jack_type < 0) in rt721_sdca_jack_detect_handler() 55 if (rt721->jack_type == 0) in rt721_sdca_jack_detect_handler() 56 btn_type = 0; in rt721_sdca_jack_detect_handler() 61 "in %s, btn_type=0x%x\n", __func__, btn_type); in rt721_sdca_jack_detect_handler() 63 "in %s, scp_sdca_stat1=0x%x, scp_sdca_stat2=0x%x\n", __func__, in rt721_sdca_jack_detect_handler() 87 int btn_type = 0, ret, idx; in rt721_sdca_btn_check_handler() 93 RT721_SDCA_CTL_DETECTED_MODE, 0), &det_mode); in rt721_sdca_btn_check_handler() 94 if (ret < 0) in rt721_sdca_btn_check_handler() 102 RT721_SDCA_CTL_HIDTX_MESSAGE_OFFSET, 0), &offset); in rt721_sdca_btn_check_handler() [all …]
|
/linux-6.14.4/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_regs.h | 10 #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 …]
|
/linux-6.14.4/drivers/net/wireless/realtek/rtw89/ |
D | reg.h | 8 #define R_AX_SYS_WL_EFUSE_CTRL 0x000A 11 #define R_AX_SYS_ISO_CTRL 0x0000 17 #define R_AX_SYS_FUNC_EN 0x0002 19 #define B_AX_FEN_BBRSTB BIT(0) 21 #define R_AX_SYS_PW_CTRL 0x0004 36 #define R_AX_SYS_CLK_CTRL 0x0008 39 #define R_AX_SYS_SWR_CTRL1 0x0010 42 #define R_AX_SYS_ADIE_PAD_PWR_CTRL 0x0018 46 #define R_AX_RSV_CTRL 0x001C 50 #define R_AX_AFE_LDO_CTRL 0x0020 [all …]
|