Searched +full:0 +full:x03800 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/igbvf/ |
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 …]
|
/linux-6.12.1/Documentation/devicetree/bindings/pci/ |
D | hisilicon,kirin-pcie.yaml | 78 reg = <0x0 0xf4000000 0x0 0x1000>, 79 <0x0 0xff3fe000 0x0 0x1000>, 80 <0x0 0xf3f20000 0x0 0x40000>, 81 <0x0 0xf5000000 0x0 0x2000>; 83 bus-range = <0x0 0xff>; 87 ranges = <0x02000000 0x0 0x00000000 88 0x0 0xf6000000 89 0x0 0x02000000>; 92 interrupts = <0 283 4>; 94 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
/linux-6.12.1/drivers/clk/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/intel/igb/ |
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 …]
|
/linux-6.12.1/drivers/atm/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
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 …]
|