Searched +full:0 +full:x00001460 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | altr,tse.yaml | 116 reg = <0xc0100000 0x00000400>, 117 <0xc0101000 0x00000020>, 118 <0xc0102000 0x00000020>, 119 <0xc0103000 0x00000008>, 120 <0xc0104000 0x00000020>, 121 <0xc0105000 0x00000020>, 122 <0xc0106000 0x00000100>; 125 interrupts = <0 44 4>,<0 45 4>; 140 reg = <0x00001000 0x00000400>, 141 <0x00001460 0x00000020>, [all …]
|
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | vega10_ip_offset.h | 36 …t struct IP_BASE __maybe_unused NBIF_BASE = { { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400… 37 { { 0, 0, 0, 0, 0 } }, 38 { { 0, 0, 0, 0, 0 } }, 39 { { 0, 0, 0, 0, 0 } }, 40 { { 0, 0, 0, 0, 0 } } } }; 41 …t struct IP_BASE __maybe_unused NBIO_BASE = { { { { 0x00000000, 0x00000014, 0x00000D20, 0x00010400… 42 { { 0, 0, 0, 0, 0 } }, 43 { { 0, 0, 0, 0, 0 } }, 44 { { 0, 0, 0, 0, 0 } }, 45 { { 0, 0, 0, 0, 0 } } } }; [all …]
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | tg3.h | 17 #define TG3_64BIT_REG_HIGH 0x00UL 18 #define TG3_64BIT_REG_LOW 0x04UL 21 #define TG3_BDINFO_HOST_ADDR 0x0UL /* 64-bit */ 22 #define TG3_BDINFO_MAXLEN_FLAGS 0x8UL /* 32-bit */ 23 #define BDINFO_FLAGS_USE_EXT_RECV 0x00000001 /* ext rx_buffer_desc */ 24 #define BDINFO_FLAGS_DISABLED 0x00000002 25 #define BDINFO_FLAGS_MAXLEN_MASK 0xffff0000 27 #define TG3_BDINFO_NIC_ADDR 0xcUL /* 32-bit */ 28 #define TG3_BDINFO_SIZE 0x10UL 41 #define TG3PCI_VENDOR 0x00000000 [all …]
|
D | bnx2.h | 30 #define TX_BD_FLAGS_CONN_FAULT (1<<0) 40 #define TX_BD_FLAGS_SW_OPTION_WORD (0x1f<<8) 57 #define RX_BD_FLAGS_NOPUSH (1<<0) 71 #define STATUS_ATTN_BITS_LINK_STATE (1L<<0) 279 #define L2_FHDR_STATUS_RULE_CLASS (0x7<<0) 321 #define BNX2_L2CTX_TYPE 0x00000000 322 #define BNX2_L2CTX_TYPE_SIZE_L2 ((0xc0/0x20)<<16) 323 #define BNX2_L2CTX_TYPE_TYPE (0xf<<28) 324 #define BNX2_L2CTX_TYPE_TYPE_EMPTY (0<<28) 327 #define BNX2_L2CTX_TX_HOST_BIDX 0x00000088 [all …]
|