Searched +full:0 +full:x5980 (Results  1 – 4 of 4) sorted by relevance
| /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 …]
 
 | 
| /linux/drivers/net/ethernet/chelsio/cxgb4/ | 
| H A D | t4_hw.c | 54  *	at the time it indicated completion is stored there.  Returns 0 if the66 			return 0;  in t4_wait_op_done_val()
 68 		if (--attempts == 0)  in t4_wait_op_done_val()
 167 	/* Reset ENABLE to 0 so reads of PCIE_CFG_SPACE_DATA won't cause a  in t4_hw_pci_read_cfg4()
 169 	 * ENABLE is 0 so a simple register write is easier than a  in t4_hw_pci_read_cfg4()
 172 	t4_write_reg(adap, PCIE_CFG_SPACE_REQ_A, 0);  in t4_hw_pci_read_cfg4()
 247 		log->cursor = 0;  in t4_record_mbox()
 249 	for (i = 0; i < size / 8; i++)  in t4_record_mbox()
 252 		entry->cmd[i++] = 0;  in t4_record_mbox()
 277  *	The return value is 0 on success or a negative errno on failure.  A
 [all …]
 
 | 
| /linux/fs/nls/ | 
| H A D | nls_cp950.c | 17 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */18 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
 19 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
 20 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
 21 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
 22 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
 23 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
 24 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
 25 	0x3000,0xFF0C,0x3001,0x3002,0xFF0E,0x2027,0xFF1B,0xFF1A,/* 0x40-0x47 */
 26 	0xFF1F,0xFF01,0xFE30,0x2026,0x2025,0xFE50,0xFE51,0xFE52,/* 0x48-0x4F */
 [all …]
 
 | 
| H A D | nls_cp936.c | 17 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */18 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */
 19 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */
 20 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */
 21 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */
 22 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */
 23 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */
 24 	0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */
 25 	0x4E02,0x4E04,0x4E05,0x4E06,0x4E0F,0x4E12,0x4E17,0x4E1F,/* 0x40-0x47 */
 26 	0x4E20,0x4E21,0x4E23,0x4E26,0x4E29,0x4E2E,0x4E2F,0x4E31,/* 0x48-0x4F */
 [all …]
 
 |