Searched +full:0 +full:x7e100000 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | brcm,bcm2835-pm-wdog.txt | 16 reg = <0x7e100000 0x28>;
|
/openbmc/linux/Documentation/devicetree/bindings/soc/bcm/ |
H A D | brcm,bcm2835-pm.yaml | 77 reg = <0x7e100000 0x114>, 78 <0x7e00a000 0x24>;
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2835-common.dtsi | 13 reg = <0x7e007000 0xf00>; 49 brcm,dma-channel-mask = <0x7f35>; 54 reg = <0x7e00b200 0x200>; 63 reg = <0x7e100000 0x114>, 64 <0x7e00a000 0x24>; 76 reg = <0x7e104000 0x10>; 82 reg = <0x7e206000 0x100>; 88 reg = <0x7e207000 0x100>; 94 reg = <0x7e212000 0x8>; 96 #thermal-sensor-cells = <0>; [all …]
|
H A D | bcm2711.dtsi | 21 #clock-cells = <0>; 28 #clock-cells = <0>; 41 ranges = <0x7e000000 0x0 0xfe000000 0x01800000>, 42 <0x7c000000 0x0 0xfc000000 0x02000000>, 43 <0x40000000 0x0 0xff800000 0x00800000>; 45 dma-ranges = <0xc0000000 0x0 0x00000000 0x40000000>; 53 reg = <0x40000000 0x100>; 60 reg = <0x40041000 0x1000>, 61 <0x40042000 0x2000>, 62 <0x40044000 0x2000>, [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | bcm283x.dtsi | 9 /memreserve/ 0x00000000 0x00001000; 29 polling-delay-passive = <0>; 37 hysteresis = <0>; 54 reg = <0x7e003000 0x1000>; 55 interrupts = <1 0>, <1 1>, <1 2>, <1 3>; 65 reg = <0x7e007000 0xf00>; 101 brcm,dma-channel-mask = <0x7f35>; 106 reg = <0x7e00b200 0x200>; 113 reg = <0x7e100000 0x28>; 119 reg = <0x7e101000 0x2000>; [all …]
|
/openbmc/linux/drivers/net/wireless/admtek/ |
H A D | adm8211.c | 36 module_param(tx_ring_size, uint, 0); 37 module_param(rx_ring_size, uint, 0); 41 { PCI_DEVICE(0x10B7, 0x6000) }, /* 3Com 3CRSHPW796 */ 42 { PCI_DEVICE(0x1200, 0x8201) }, /* ? */ 43 { PCI_DEVICE(0x1317, 0x8201) }, /* ADM8211A */ 44 { PCI_DEVICE(0x1317, 0x8211) }, /* ADM8211B/C */ 45 { 0 } 88 u32 reg = 0x4000 | ADM8211_SPR_SRS; in adm8211_eeprom_register_write() 130 eeprom_93cx6_multiread(&eeprom, 0, (__le16 *)priv->eeprom, words); in adm8211_read_eeprom() 133 priv->rf_type = (cr49 >> 3) & 0x7; in adm8211_read_eeprom() [all …]
|