Lines Matching +full:no +full:- +full:eeprom
1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
28 * Diagnostic interface. This is an open-ended interface that
30 * retrieve internal data structures, etc. There is no guarantee
39 HAL_DIAG_EEPROM = 1, /* EEPROM contents */
40 HAL_DIAG_EEPROM_EXP_11A = 2, /* EEPROM 5112 power exp for 11a */
41 HAL_DIAG_EEPROM_EXP_11B = 3, /* EEPROM 5112 power exp for 11b */
42 HAL_DIAG_EEPROM_EXP_11G = 4, /* EEPROM 5112 power exp for 11g */
55 HAL_DIAG_EEREAD = 17, /* Read EEPROM word */
56 HAL_DIAG_EEWRITE = 18, /* Write EEPROM word */
57 /* 19-26 removed, do not reuse */