Searched +full:0 +full:x03800 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ 8 #define E1000_STATUS 0x00008 /* Device Status - RO */ 9 #define E1000_ITR 0x000C4 /* Interrupt Throttling Rate - RW */ 10 #define E1000_EICR 0x01580 /* Ext. Interrupt Cause Read - R/clr */ 11 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) 12 #define E1000_EICS 0x01520 /* Ext. Interrupt Cause Set - W0 */ 13 #define E1000_EIMS 0x01524 /* Ext. Interrupt Mask Set/Read - RW */ 14 #define E1000_EIMC 0x01528 /* Ext. Interrupt Mask Clear - WO */ 15 #define E1000_EIAC 0x0152C /* Ext. Interrupt Auto Clear - RW */ 16 #define E1000_EIAM 0x01530 /* Ext. Interrupt Ack Auto Clear Mask - RW */ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | hisilicon,kirin-pcie.yaml | 77 reg = <0x0 0xf4000000 0x0 0x1000>, 78 <0x0 0xff3fe000 0x0 0x1000>, 79 <0x0 0xf3f20000 0x0 0x40000>, 80 <0x0 0xf5000000 0x0 0x2000>; 82 bus-range = <0x0 0xff>; 86 ranges = <0x02000000 0x0 0x00000000 87 0x0 0xf6000000 88 0x0 0x02000000>; 91 interrupts = <0 283 4>; 93 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
/openbmc/qemu/hw/net/ |
H A D | e1000_regs.h | 37 #define E1000_ITR 0x000C4 /* Interrupt Throttling Rate - RW */ 38 #define E1000_EIAC 0x000DC /* Ext. Interrupt Auto Clear - RW */ 39 #define E1000_IVAR 0x000E4 /* Interrupt Vector Allocation Register - RW */ 40 #define E1000_EITR 0x000E8 /* Extended Interrupt Throttling Rate - RW */ 41 #define E1000_RDBAL1 0x02900 /* RX Descriptor Base Address Low (1) - RW */ 42 #define E1000_RDBAH1 0x02904 /* RX Descriptor Base Address High (1) - RW */ 43 #define E1000_RDLEN1 0x02908 /* RX Descriptor Length (1) - RW */ 44 #define E1000_RDH1 0x02910 /* RX Descriptor Head (1) - RW */ 45 #define E1000_RDT1 0x02918 /* RX Descriptor Tail (1) - RW */ 46 #define E1000_FCRTV 0x05F40 /* Flow Control Refresh Timer Value - RW */ [all …]
|
H A D | igb_regs.h | 14 #define E1000_DEV_ID_82576 0x10C9 15 #define E1000_DEV_ID_82576_FIBER 0x10E6 16 #define E1000_DEV_ID_82576_SERDES 0x10E7 17 #define E1000_DEV_ID_82576_QUAD_COPPER 0x10E8 18 #define E1000_DEV_ID_82576_QUAD_COPPER_ET2 0x1526 19 #define E1000_DEV_ID_82576_NS 0x150A 20 #define E1000_DEV_ID_82576_NS_SERDES 0x1518 21 #define E1000_DEV_ID_82576_SERDES_QUAD 0x150D 45 #define E1000_ADVTXD_POTS_IXSM 0x00000100 /* Insert TCP/UDP Checksum */ 46 #define E1000_ADVTXD_POTS_TXSM 0x00000200 /* Insert TCP/UDP Checksum */ [all …]
|
/openbmc/linux/drivers/clk/ |
H A D | clk-axm5516.c | 56 postdiv = ((control >> 0) & 0xf) + 1; in axxia_pllclk_recalc() 57 fbdiv = ((control >> 4) & 0xfff) + 3; in axxia_pllclk_recalc() 58 refdiv = ((control >> 16) & 0x1f) + 1; in axxia_pllclk_recalc() 151 .reg = 0x01800, 163 .reg = 0x02000, 175 .reg = 0x02800, 187 .reg = 0x03000, 199 .reg = 0x03800, 215 .reg = 0x10008, 216 .shift = 0, [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ 8 #define E1000_STATUS 0x00008 /* Device Status - RO */ 9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ 10 #define E1000_EERD 0x00014 /* EEPROM Read - RW */ 11 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 12 #define E1000_FLA 0x0001C /* Flash Access - RW */ 13 #define E1000_MDIC 0x00020 /* MDI Control - RW */ 14 #define E1000_SCTL 0x00024 /* SerDes Control - RW */ 15 #define E1000_FCAL 0x00028 /* Flow Control Address Low - RW */ 16 #define E1000_FCAH 0x0002C /* Flow Control Address High -RW */ [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_regs.h | 7 #define E1000_CTRL 0x00000 /* Device Control - RW */ 8 #define E1000_STATUS 0x00008 /* Device Status - RO */ 9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ 10 #define E1000_EERD 0x00014 /* EEPROM Read - RW */ 11 #define E1000_CTRL_EXT 0x00018 /* Extended Device Control - RW */ 12 #define E1000_MDIC 0x00020 /* MDI Control - RW */ 13 #define E1000_MDICNFG 0x00E04 /* MDI Config - RW */ 14 #define E1000_SCTL 0x00024 /* SerDes Control - RW */ 15 #define E1000_FCAL 0x00028 /* Flow Control Address Low - RW */ 16 #define E1000_FCAH 0x0002C /* Flow Control Address High -RW */ [all …]
|
/openbmc/linux/drivers/atm/ |
H A D | idt77252.h | 52 #define DBG_RAW_CELL 0x00000400 53 #define DBG_TINY 0x00000200 54 #define DBG_GENERAL 0x00000100 55 #define DBG_XGENERAL 0x00000080 56 #define DBG_INIT 0x00000040 57 #define DBG_DEINIT 0x00000020 58 #define DBG_INTERRUPT 0x00000010 59 #define DBG_OPEN_CONN 0x00000008 60 #define DBG_CLOSE_CONN 0x00000004 61 #define DBG_RX_DATA 0x00000002 [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 44 #define E1000_DBG(HW, args...) do { } while (0) 45 #define DEBUGFUNC() do { } while (0) 46 #define DEBUGOUT(fmt, args...) do { } while (0) 59 do { E1000_READ_REG(a, STATUS); } while (0) 84 e1000_undefined = 0, 110 e1000_media_type_copper = 0, 117 e1000_eeprom_uninitialized = 0, 128 e1000_10_half = 0, 136 e1000_fc_none = 0, 140 e1000_fc_default = 0xFF [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 21 e1000_undefined = 0, 40 e1000_eeprom_uninitialized = 0, 50 e1000_media_type_copper = 0, 57 e1000_10_half = 0, 65 E1000_FC_NONE = 0, 69 E1000_FC_DEFAULT = 0xFF 79 e1000_bus_type_unknown = 0, 87 e1000_bus_speed_unknown = 0, 98 e1000_bus_width_unknown = 0, 106 e1000_cable_length_50 = 0, [all …]
|