Home
last modified time | relevance | path

Searched +full:0 +full:x50020000 (Results 1 – 18 of 18) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/arm/stm32/
Dst,stm32-syscon.yaml56 reg = <0x50020000 0x400>;
/Linux-v6.1/arch/powerpc/boot/dts/
Dmotionpro.dts74 reg = <0x68>;
80 reg = <0x8000 0x4000>;
89 ranges = <0 0 0xff000000 0x01000000
90 1 0 0x50000000 0x00010000
91 2 0 0x50010000 0x00010000
92 3 0 0x50020000 0x00010000>;
95 kollmorgen@1,0 {
97 reg = <1 0 0x10000>;
98 interrupts = <1 1 0>;
102 cpld@2,0 {
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dspear320.dtsi15 ranges = <0x40000000 0x40000000 0x80000000
16 0xd0000000 0xd0000000 0x30000000>;
20 reg = <0xb3000000 0x1000>;
26 reg = <0x90000000 0x1000>;
36 reg = <0x4c000000 0x1000 /* FSMC Register */
37 0x50000000 0x0010 /* NAND Base DATA */
38 0x50020000 0x0010 /* NAND Base ADDR */
39 0x50010000 0x0010>; /* NAND Base CMD */
46 reg = <0x70000000 0x100>;
52 shirq: interrupt-controller@0xb3000000 {
[all …]
Dimx50.dtsi48 #size-cells = <0>;
49 cpu@0 {
52 reg = <0x0>;
60 reg = <0x0fffc000 0x4000>;
66 #clock-cells = <0>;
72 #clock-cells = <0>;
78 #clock-cells = <0>;
79 clock-frequency = <0>;
84 #clock-cells = <0>;
89 usbphy0: usbphy-0 {
[all …]
Dstm32mp131.dtsi16 #size-cells = <0>;
18 cpu0: cpu@0 {
21 reg = <0>;
41 #size-cells = <0>;
42 linaro,optee-channel-id = <0>;
46 reg = <0x14>;
51 reg = <0x16>;
61 reg = <0xa0021000 0x1000>,
62 <0xa0022000 0x2000>;
89 reg = <0x2ffff000 0x1000>;
[all …]
Dimx53.dtsi51 #size-cells = <0>;
52 cpu0: cpu@0 {
55 reg = <0x0>;
84 reg = <0x0fffc000 0x4000>;
90 #clock-cells = <0>;
96 #clock-cells = <0>;
102 #clock-cells = <0>;
103 clock-frequency = <0>;
108 #clock-cells = <0>;
119 usbphy0: usbphy-0 {
[all …]
Dstm32mp151.dtsi16 #size-cells = <0>;
18 cpu0: cpu@0 {
22 reg = <0>;
42 reg = <0xa0021000 0x1000>,
43 <0xa0022000 0x2000>;
57 #clock-cells = <0>;
63 #clock-cells = <0>;
69 #clock-cells = <0>;
75 #clock-cells = <0>;
81 #clock-cells = <0>;
[all …]
/Linux-v6.1/drivers/net/ethernet/arc/
Demac_mdio.c22 * returns: 0 on success, -ETIMEDOUT on a timeout.
28 for (i = 0; i < ARC_MDIO_COMPLETE_POLL_COUNT * 40; i++) { in arc_mdio_complete_wait()
36 return 0; in arc_mdio_complete_wait()
63 0x60020000 | (phy_addr << 23) | (reg_num << 18)); in arc_mdio_read()
66 if (error < 0) in arc_mdio_read()
69 value = arc_reg_get(priv, R_MDIO) & 0xffff; in arc_mdio_read()
84 * returns: 0 on success, -ETIMEDOUT on a timeout.
98 0x50020000 | (phy_addr << 23) | (reg_num << 18) | value); in arc_mdio_write()
116 gpiod_set_value_cansleep(data->reset_gpio, 0); in arc_mdio_reset()
119 return 0; in arc_mdio_reset()
[all …]
/Linux-v6.1/drivers/net/ethernet/freescale/fs_enet/
Dmii-fec.c46 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
47 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | (VAL & 0xffff))
48 #define mk_mii_end 0
58 BUG_ON((in_be32(&fecp->fec_r_cntrl) & FEC_RCNTRL_MII_MODE) == 0); in fs_enet_fec_mii_read()
63 for (i = 0; i < FEC_MII_LOOPS; i++) in fs_enet_fec_mii_read()
64 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0) in fs_enet_fec_mii_read()
69 ret = in_be32(&fecp->fec_mii_data) & 0xffff; in fs_enet_fec_mii_read()
82 BUG_ON((in_be32(&fecp->fec_r_cntrl) & FEC_RCNTRL_MII_MODE) == 0); in fs_enet_fec_mii_write()
87 for (i = 0; i < FEC_MII_LOOPS; i++) in fs_enet_fec_mii_write()
88 if ((in_be32(&fecp->fec_ievent) & FEC_ENET_MII) != 0) in fs_enet_fec_mii_write()
[all …]
Dmac-fcc.c73 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
74 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | (VAL & 0xffff))
75 #define mk_mii_end 0
92 fep->interrupt = irq_of_parse_and_map(ofdev->dev.of_node, 0); in do_pd_setup()
96 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
115 return 0; in do_pd_setup()
135 if (do_pd_setup(fep) != 0) in setup_data()
142 return 0; in setup_data()
157 return 0; in allocate_bd()
189 W32(ep, fen_gaddrh, 0); in set_multicast_start()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dst,stm32-pinctrl.yaml50 - description: The field mask of IRQ mux, needed if different of 0xf
60 '^gpio@[0-9a-f]*$':
110 minimum: 0
114 "^(.+-hog(-[0-9]+)?)$":
126 '-[0-9]*$':
148 - port: The gpio port index (PA = 0, PB = 1, ..., PK = 11)
149 - line: The line offset within the port (PA0 = 0, PA1 = 1, ..., PA15 = 15)
151 * 0 : GPIO
152 * 1 : Alternate Function 0
191 0: Low speed
[all …]
/Linux-v6.1/Documentation/arm/sa1100/
Dassabet.rst91 load zImage -r -b 0x100000
95 load -m ymodem -r -b 0x100000
99 fis create "Linux kernel" -b 0x100000 -l 0xc0000
108 load ramdisk_image.gz -r -b 0x800000
119 exec -b 0x100000 -l 0xc0000
140 load sample_img.jffs2 -r -b 0x100000
144 RedBoot> load sample_img.jffs2 -r -b 0x100000
145 Raw file loaded 0x00100000-0x00377424
154 0x500E0000 .. 0x503C0000
162 size of unallocated flash: 0x503c0000 - 0x500e0000 = 0x2e0000
[all …]
/Linux-v6.1/drivers/net/ethernet/sun/
Dsunbmac.h12 #define GLOB_CTRL 0x00UL /* Control */
13 #define GLOB_STAT 0x04UL /* Status */
14 #define GLOB_PSIZE 0x08UL /* Packet Size */
15 #define GLOB_MSIZE 0x0cUL /* Local-mem size (64K) */
16 #define GLOB_RSIZE 0x10UL /* Receive partition size */
17 #define GLOB_TSIZE 0x14UL /* Transmit partition size */
18 #define GLOB_REG_SIZE 0x18UL
20 #define GLOB_CTRL_MMODE 0x40000000 /* MACE qec mode */
21 #define GLOB_CTRL_BMODE 0x10000000 /* BigMAC qec mode */
22 #define GLOB_CTRL_EPAR 0x00000020 /* Enable parity */
[all …]
Dsunhme.h15 #define GREG_SWRESET 0x000UL /* Software Reset */
16 #define GREG_CFG 0x004UL /* Config Register */
17 #define GREG_STAT 0x100UL /* Status */
18 #define GREG_IMASK 0x104UL /* Interrupt Mask */
19 #define GREG_REG_SIZE 0x108UL
22 #define GREG_RESET_ETX 0x01
23 #define GREG_RESET_ERX 0x02
24 #define GREG_RESET_ALL 0x03
27 #define GREG_CFG_BURSTMSK 0x03
28 #define GREG_CFG_BURST16 0x00
[all …]
/Linux-v6.1/arch/arm64/boot/dts/broadcom/northstar2/
Dns2.dtsi33 /memreserve/ 0x81000000 0x00200000;
46 #size-cells = <0>;
48 A57_0: cpu@0 {
51 reg = <0 0>;
59 reg = <0 1>;
67 reg = <0 2>;
75 reg = <0 3>;
80 CLUSTER0_L2: l2-cache@0 {
92 interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(0xff) |
94 <GIC_PPI 14 (GIC_CPU_MASK_RAW(0xff) |
[all …]
/Linux-v6.1/drivers/net/ethernet/3com/
D3c574_cs.c46 0x0800-0x0fff can translated to the PIO FIFO. Thus memory operations (faster
48 This is enabled by setting the 0x10 bit in the PCMCIA LAN COR.
51 This is configured by setting the 0x20 bit in the PCMCIA LAN COR.
55 configuration space registers. Window 0 is the regular Boomerang/Odie
106 #define INT_MODULE_PARM(n, v) static int n = v; module_param(n, int, 0)
112 INT_MODULE_PARM(full_duplex, 0);
127 #define EL3_DATA 0x00
128 #define EL3_CMD 0x0e
129 #define EL3_STATUS 0x0e
136 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11,
[all …]
D3c59x.c26 * NOTE: If you make 'vortex_debug' a constant (#define vortex_debug 0) the driver shrinks by 2k
65 /* Put out somewhat more debugging messages. (0: no msg, 1 minimal .. 6). */
119 #define VORTEX_TOTAL_SIZE 0x20
120 #define BOOMERANG_TOTAL_SIZE 0x40
215 EEPROM_8BIT=0x10, /* AKPM: Uses 0x230 as the base bitmaps for EEPROM reads */
216 HAS_PWR_CTRL=0x20, HAS_MII=0x40, HAS_NWAY=0x80, HAS_CB_FNS=0x100,
217 INVERT_MII_PWR=0x200, INVERT_LED_PWR=0x400, MAX_COLLISION_RESET=0x800,
218 EEPROM_OFFSET=0x1000, HAS_HWCKSM=0x2000, WNO_XCVR_PWR=0x4000,
219 EXTRA_PREAMBLE=0x8000, EEPROM_RESET=0x10000, };
222 CH_3C590 = 0,
[all …]
/Linux-v6.1/drivers/bus/
Dti-sysc.c30 #define DIS_SGX BIT(0)
165 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write()
168 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_write()
189 if (ddata->offsets[SYSC_REVISION] >= 0 && in sysc_read()
211 if (offset < 0) in sysc_read_revision()
212 return 0; in sysc_read_revision()
221 if (offset < 0) in sysc_read_sysconfig()
222 return 0; in sysc_read_sysconfig()
231 if (offset < 0) in sysc_read_sysstatus()
232 return 0; in sysc_read_sysstatus()
[all …]