Home
last modified time | relevance | path

Searched +full:0 +full:xa0010000 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/spi/
Dcdns,xspi.yaml80 #size-cells = <0>;
82 reg = <0x0 0xa0010000 0x0 0x1040>,
83 <0x0 0xb0000000 0x0 0x1000>,
84 <0x0 0xa0020000 0x0 0x100>;
86 interrupts = <0 90 IRQ_TYPE_LEVEL_HIGH>;
89 flash@0 {
92 reg = <0>;
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dengleder,tsnep.yaml83 reg = <0x0 0xa0000000 0x0 0x10000>;
84 interrupts = <0 89 1>;
91 #size-cells = <0>;
102 reg = <0x0 0xa0010000 0x0 0x10000>;
103 interrupts = <0 93 1>, <0 94 1>, <0 95 1>, <0 96 1>;
111 #size-cells = <0>;
/linux-6.12.1/drivers/net/ethernet/microchip/
Dlan743x_main.h16 #define ID_REV (0x00)
17 #define ID_REV_ID_MASK_ (0xFFFF0000)
18 #define ID_REV_ID_LAN7430_ (0x74300000)
19 #define ID_REV_ID_LAN7431_ (0x74310000)
20 #define ID_REV_ID_LAN743X_ (0x74300000)
21 #define ID_REV_ID_A011_ (0xA0110000) // PCI11010
22 #define ID_REV_ID_A041_ (0xA0410000) // PCI11414
23 #define ID_REV_ID_A0X1_ (0xA0010000)
25 ((((id_rev) & 0xFFF00000) == ID_REV_ID_LAN743X_) || \
26 (((id_rev) & 0xFF0F0000) == ID_REV_ID_A0X1_))
[all …]