/drivers/staging/et131x/et1310_phy.h

https://bitbucket.org/wisechild/galaxy-nexus · C++ Header · 511 lines · 217 code · 46 blank · 248 comment · 0 complexity · 4739da6ac80e18888917aa87db0c3e57 MD5 · raw file

  1. /*
  2. * Agere Systems Inc.
  3. * 10/100/1000 Base-T Ethernet Driver for the ET1301 and ET131x series MACs
  4. *
  5. * Copyright © 2005 Agere Systems Inc.
  6. * All rights reserved.
  7. * http://www.agere.com
  8. *
  9. *------------------------------------------------------------------------------
  10. *
  11. * et1310_phy.h - Defines, structs, enums, prototypes, etc. pertaining to the
  12. * PHY.
  13. *
  14. *------------------------------------------------------------------------------
  15. *
  16. * SOFTWARE LICENSE
  17. *
  18. * This software is provided subject to the following terms and conditions,
  19. * which you should read carefully before using the software. Using this
  20. * software indicates your acceptance of these terms and conditions. If you do
  21. * not agree with these terms and conditions, do not use the software.
  22. *
  23. * Copyright © 2005 Agere Systems Inc.
  24. * All rights reserved.
  25. *
  26. * Redistribution and use in source or binary forms, with or without
  27. * modifications, are permitted provided that the following conditions are met:
  28. *
  29. * . Redistributions of source code must retain the above copyright notice, this
  30. * list of conditions and the following Disclaimer as comments in the code as
  31. * well as in the documentation and/or other materials provided with the
  32. * distribution.
  33. *
  34. * . Redistributions in binary form must reproduce the above copyright notice,
  35. * this list of conditions and the following Disclaimer in the documentation
  36. * and/or other materials provided with the distribution.
  37. *
  38. * . Neither the name of Agere Systems Inc. nor the names of the contributors
  39. * may be used to endorse or promote products derived from this software
  40. * without specific prior written permission.
  41. *
  42. * Disclaimer
  43. *
  44. * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  45. * INCLUDING, BUT NOT LIMITED TO, INFRINGEMENT AND THE IMPLIED WARRANTIES OF
  46. * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ANY
  47. * USE, MODIFICATION OR DISTRIBUTION OF THIS SOFTWARE IS SOLELY AT THE USERS OWN
  48. * RISK. IN NO EVENT SHALL AGERE SYSTEMS INC. OR CONTRIBUTORS BE LIABLE FOR ANY
  49. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  50. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  51. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  52. * ON ANY THEORY OF LIABILITY, INCLUDING, BUT NOT LIMITED TO, CONTRACT, STRICT
  53. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  54. * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  55. * DAMAGE.
  56. *
  57. */
  58. #ifndef _ET1310_PHY_H_
  59. #define _ET1310_PHY_H_
  60. #include "et1310_address_map.h"
  61. /* MI Register Addresses */
  62. #define MI_CONTROL_REG 0
  63. #define MI_STATUS_REG 1
  64. #define MI_PHY_IDENTIFIER_1_REG 2
  65. #define MI_PHY_IDENTIFIER_2_REG 3
  66. #define MI_AUTONEG_ADVERTISEMENT_REG 4
  67. #define MI_AUTONEG_LINK_PARTNER_ABILITY_REG 5
  68. #define MI_AUTONEG_EXPANSION_REG 6
  69. #define MI_AUTONEG_NEXT_PAGE_TRANSMIT_REG 7
  70. #define MI_LINK_PARTNER_NEXT_PAGE_REG 8
  71. #define MI_1000BASET_CONTROL_REG 9
  72. #define MI_1000BASET_STATUS_REG 10
  73. #define MI_RESERVED11_REG 11
  74. #define MI_RESERVED12_REG 12
  75. #define MI_RESERVED13_REG 13
  76. #define MI_RESERVED14_REG 14
  77. #define MI_EXTENDED_STATUS_REG 15
  78. /* VMI Register Addresses */
  79. #define VMI_RESERVED16_REG 16
  80. #define VMI_RESERVED17_REG 17
  81. #define VMI_RESERVED18_REG 18
  82. #define VMI_LOOPBACK_CONTROL_REG 19
  83. #define VMI_RESERVED20_REG 20
  84. #define VMI_MI_CONTROL_REG 21
  85. #define VMI_PHY_CONFIGURATION_REG 22
  86. #define VMI_PHY_CONTROL_REG 23
  87. #define VMI_INTERRUPT_MASK_REG 24
  88. #define VMI_INTERRUPT_STATUS_REG 25
  89. #define VMI_PHY_STATUS_REG 26
  90. #define VMI_LED_CONTROL_1_REG 27
  91. #define VMI_LED_CONTROL_2_REG 28
  92. #define VMI_RESERVED29_REG 29
  93. #define VMI_RESERVED30_REG 30
  94. #define VMI_RESERVED31_REG 31
  95. /* PHY Register Mapping(MI) Management Interface Regs */
  96. struct mi_regs {
  97. u8 bmcr; /* Basic mode control reg(Reg 0x00) */
  98. u8 bmsr; /* Basic mode status reg(Reg 0x01) */
  99. u8 idr1; /* Phy identifier reg 1(Reg 0x02) */
  100. u8 idr2; /* Phy identifier reg 2(Reg 0x03) */
  101. u8 anar; /* Auto-Negotiation advertisement(Reg 0x04) */
  102. u8 anlpar; /* Auto-Negotiation link Partner Ability(Reg 0x05) */
  103. u8 aner; /* Auto-Negotiation expansion reg(Reg 0x06) */
  104. u8 annptr; /* Auto-Negotiation next page transmit reg(Reg 0x07) */
  105. u8 lpnpr; /* link partner next page reg(Reg 0x08) */
  106. u8 gcr; /* Gigabit basic mode control reg(Reg 0x09) */
  107. u8 gsr; /* Gigabit basic mode status reg(Reg 0x0A) */
  108. u8 mi_res1[4]; /* Future use by MI working group(Reg 0x0B - 0x0E) */
  109. u8 esr; /* Extended status reg(Reg 0x0F) */
  110. u8 mi_res2[3]; /* Future use by MI working group(Reg 0x10 - 0x12) */
  111. u8 loop_ctl; /* Loopback Control Reg(Reg 0x13) */
  112. u8 mi_res3; /* Future use by MI working group(Reg 0x14) */
  113. u8 mcr; /* MI Control Reg(Reg 0x15) */
  114. u8 pcr; /* Configuration Reg(Reg 0x16) */
  115. u8 phy_ctl; /* PHY Control Reg(Reg 0x17) */
  116. u8 imr; /* Interrupt Mask Reg(Reg 0x18) */
  117. u8 isr; /* Interrupt Status Reg(Reg 0x19) */
  118. u8 psr; /* PHY Status Reg(Reg 0x1A) */
  119. u8 lcr1; /* LED Control 1 Reg(Reg 0x1B) */
  120. u8 lcr2; /* LED Control 2 Reg(Reg 0x1C) */
  121. u8 mi_res4[3]; /* Future use by MI working group(Reg 0x1D - 0x1F) */
  122. };
  123. /* MI Register 0: Basic mode control register */
  124. typedef union _MI_BMCR_t {
  125. u16 value;
  126. struct {
  127. #ifdef _BIT_FIELDS_HTOL
  128. u16 reset:1; /* bit 15 */
  129. u16 loopback:1; /* bit 14 */
  130. u16 speed_sel:1; /* bit 13 */
  131. u16 enable_autoneg:1; /* bit 12 */
  132. u16 power_down:1; /* bit 11 */
  133. u16 isolate:1; /* bit 10 */
  134. u16 restart_autoneg:1; /* bit 9 */
  135. u16 duplex_mode:1; /* bit 8 */
  136. u16 col_test:1; /* bit 7 */
  137. u16 speed_1000_sel:1; /* bit 6 */
  138. u16 res1:6; /* bits 0-5 */
  139. #else
  140. u16 res1:6; /* bits 0-5 */
  141. u16 speed_1000_sel:1; /* bit 6 */
  142. u16 col_test:1; /* bit 7 */
  143. u16 duplex_mode:1; /* bit 8 */
  144. u16 restart_autoneg:1; /* bit 9 */
  145. u16 isolate:1; /* bit 10 */
  146. u16 power_down:1; /* bit 11 */
  147. u16 enable_autoneg:1; /* bit 12 */
  148. u16 speed_sel:1; /* bit 13 */
  149. u16 loopback:1; /* bit 14 */
  150. u16 reset:1; /* bit 15 */
  151. #endif
  152. } bits;
  153. } MI_BMCR_t, *PMI_BMCR_t;
  154. /* MI Register 1: Basic mode status register */
  155. typedef union _MI_BMSR_t {
  156. u16 value;
  157. struct {
  158. #ifdef _BIT_FIELDS_HTOL
  159. u16 link_100T4:1; /* bit 15 */
  160. u16 link_100fdx:1; /* bit 14 */
  161. u16 link_100hdx:1; /* bit 13 */
  162. u16 link_10fdx:1; /* bit 12 */
  163. u16 link_10hdx:1; /* bit 11 */
  164. u16 link_100T2fdx:1; /* bit 10 */
  165. u16 link_100T2hdx:1; /* bit 9 */
  166. u16 extend_status:1; /* bit 8 */
  167. u16 res1:1; /* bit 7 */
  168. u16 preamble_supress:1; /* bit 6 */
  169. u16 auto_neg_complete:1; /* bit 5 */
  170. u16 remote_fault:1; /* bit 4 */
  171. u16 auto_neg_able:1; /* bit 3 */
  172. u16 link_status:1; /* bit 2 */
  173. u16 jabber_detect:1; /* bit 1 */
  174. u16 ext_cap:1; /* bit 0 */
  175. #else
  176. u16 ext_cap:1; /* bit 0 */
  177. u16 jabber_detect:1; /* bit 1 */
  178. u16 link_status:1; /* bit 2 */
  179. u16 auto_neg_able:1; /* bit 3 */
  180. u16 remote_fault:1; /* bit 4 */
  181. u16 auto_neg_complete:1; /* bit 5 */
  182. u16 preamble_supress:1; /* bit 6 */
  183. u16 res1:1; /* bit 7 */
  184. u16 extend_status:1; /* bit 8 */
  185. u16 link_100T2hdx:1; /* bit 9 */
  186. u16 link_100T2fdx:1; /* bit 10 */
  187. u16 link_10hdx:1; /* bit 11 */
  188. u16 link_10fdx:1; /* bit 12 */
  189. u16 link_100hdx:1; /* bit 13 */
  190. u16 link_100fdx:1; /* bit 14 */
  191. u16 link_100T4:1; /* bit 15 */
  192. #endif
  193. } bits;
  194. } MI_BMSR_t, *PMI_BMSR_t;
  195. /* MI Register 4: Auto-negotiation advertisement register */
  196. typedef union _MI_ANAR_t {
  197. u16 value;
  198. struct {
  199. #ifdef _BIT_FIELDS_HTOL
  200. u16 np_indication:1; /* bit 15 */
  201. u16 res2:1; /* bit 14 */
  202. u16 remote_fault:1; /* bit 13 */
  203. u16 res1:1; /* bit 12 */
  204. u16 cap_asmpause:1; /* bit 11 */
  205. u16 cap_pause:1; /* bit 10 */
  206. u16 cap_100T4:1; /* bit 9 */
  207. u16 cap_100fdx:1; /* bit 8 */
  208. u16 cap_100hdx:1; /* bit 7 */
  209. u16 cap_10fdx:1; /* bit 6 */
  210. u16 cap_10hdx:1; /* bit 5 */
  211. u16 selector:5; /* bits 0-4 */
  212. #else
  213. u16 selector:5; /* bits 0-4 */
  214. u16 cap_10hdx:1; /* bit 5 */
  215. u16 cap_10fdx:1; /* bit 6 */
  216. u16 cap_100hdx:1; /* bit 7 */
  217. u16 cap_100fdx:1; /* bit 8 */
  218. u16 cap_100T4:1; /* bit 9 */
  219. u16 cap_pause:1; /* bit 10 */
  220. u16 cap_asmpause:1; /* bit 11 */
  221. u16 res1:1; /* bit 12 */
  222. u16 remote_fault:1; /* bit 13 */
  223. u16 res2:1; /* bit 14 */
  224. u16 np_indication:1; /* bit 15 */
  225. #endif
  226. } bits;
  227. } MI_ANAR_t, *PMI_ANAR_t;
  228. /* MI Register 5: Auto-negotiation link partner advertisement register
  229. * 15: np_indication
  230. * 14: acknowledge
  231. * 13: remote_fault
  232. * 12: res1:1;
  233. * 11: cap_asmpause
  234. * 10: cap_pause
  235. * 9: cap_100T4
  236. * 8: cap_100fdx
  237. * 7: cap_100hdx
  238. * 6: cap_10fdx
  239. * 5: cap_10hdx
  240. * 4-0: selector
  241. */
  242. /* MI Register 6: Auto-negotiation expansion register
  243. * 15-5: reserved
  244. * 4: pdf
  245. * 3: lp_np_able
  246. * 2: np_able
  247. * 1: page_rx
  248. * 0: lp_an_able
  249. */
  250. /* MI Register 7: Auto-negotiation next page transmit reg(0x07)
  251. * 15: np
  252. * 14: reserved
  253. * 13: msg_page
  254. * 12: ack2
  255. * 11: toggle
  256. * 10-0 msg
  257. */
  258. /* MI Register 8: Link Partner Next Page Reg(0x08)
  259. * 15: np
  260. * 14: ack
  261. * 13: msg_page
  262. * 12: ack2
  263. * 11: toggle
  264. * 10-0: msg
  265. */
  266. /* MI Register 9: 1000BaseT Control Reg(0x09)
  267. * 15-13: test_mode
  268. * 12: ms_config_en
  269. * 11: ms_value
  270. * 10: port_type
  271. * 9: link_1000fdx
  272. * 8: link_1000hdx
  273. * 7-0: reserved
  274. */
  275. /* MI Register 10: 1000BaseT Status Reg(0x0A)
  276. * 15: ms_config_fault
  277. * 14: ms_resolve
  278. * 13: local_rx_status
  279. * 12: remote_rx_status
  280. * 11: link_1000fdx
  281. * 10: link_1000hdx
  282. * 9-8: reserved
  283. * 7-0: idle_err_cnt
  284. */
  285. /* MI Register 11 - 14: Reserved Regs(0x0B - 0x0E) */
  286. /* MI Register 15: Extended status Reg(0x0F)
  287. * 15: link_1000Xfdx
  288. * 14: link_1000Xhdx
  289. * 13: link_1000fdx
  290. * 12: link_1000hdx
  291. * 11-0: reserved
  292. */
  293. /* MI Register 16 - 18: Reserved Reg(0x10-0x12) */
  294. /* MI Register 19: Loopback Control Reg(0x13)
  295. * 15: mii_en
  296. * 14: pcs_en
  297. * 13: pmd_en
  298. * 12: all_digital_en
  299. * 11: replica_en
  300. * 10: line_driver_en
  301. * 9-0: reserved
  302. */
  303. /* MI Register 20: Reserved Reg(0x14) */
  304. /* MI Register 21: Management Interface Control Reg(0x15)
  305. * 15-11: reserved
  306. * 10-4: mi_error_count
  307. * 3: reserved
  308. * 2: ignore_10g_fr
  309. * 1: reserved
  310. * 0: preamble_supress_en
  311. */
  312. /* MI Register 22: PHY Configuration Reg(0x16)
  313. * 15: crs_tx_en
  314. * 14: reserved
  315. * 13-12: tx_fifo_depth
  316. * 11-10: speed_downshift
  317. * 9: pbi_detect
  318. * 8: tbi_rate
  319. * 7: alternate_np
  320. * 6: group_mdio_en
  321. * 5: tx_clock_en
  322. * 4: sys_clock_en
  323. * 3: reserved
  324. * 2-0: mac_if_mode
  325. */
  326. /* MI Register 23: PHY CONTROL Reg(0x17)
  327. * 15: reserved
  328. * 14: tdr_en
  329. * 13: reserved
  330. * 12-11: downshift_attempts
  331. * 10-6: reserved
  332. * 5: jabber_10baseT
  333. * 4: sqe_10baseT
  334. * 3: tp_loopback_10baseT
  335. * 2: preamble_gen_en
  336. * 1: reserved
  337. * 0: force_int
  338. */
  339. /* MI Register 24: Interrupt Mask Reg(0x18)
  340. * 15-10: reserved
  341. * 9: mdio_sync_lost
  342. * 8: autoneg_status
  343. * 7: hi_bit_err
  344. * 6: np_rx
  345. * 5: err_counter_full
  346. * 4: fifo_over_underflow
  347. * 3: rx_status
  348. * 2: link_status
  349. * 1: automatic_speed
  350. * 0: int_en
  351. */
  352. /* MI Register 25: Interrupt Status Reg(0x19)
  353. * 15-10: reserved
  354. * 9: mdio_sync_lost
  355. * 8: autoneg_status
  356. * 7: hi_bit_err
  357. * 6: np_rx
  358. * 5: err_counter_full
  359. * 4: fifo_over_underflow
  360. * 3: rx_status
  361. * 2: link_status
  362. * 1: automatic_speed
  363. * 0: int_en
  364. */
  365. /* MI Register 26: PHY Status Reg(0x1A)
  366. * 15: reserved
  367. * 14-13: autoneg_fault
  368. * 12: autoneg_status
  369. * 11: mdi_x_status
  370. * 10: polarity_status
  371. * 9-8: speed_status
  372. * 7: duplex_status
  373. * 6: link_status
  374. * 5: tx_status
  375. * 4: rx_status
  376. * 3: collision_status
  377. * 2: autoneg_en
  378. * 1: pause_en
  379. * 0: asymmetric_dir
  380. */
  381. /* MI Register 27: LED Control Reg 1(0x1B)
  382. * 15-14: reserved
  383. * 13-12: led_dup_indicate
  384. * 11-10: led_10baseT
  385. * 9-8: led_collision
  386. * 7-4: reserved
  387. * 3-2: pulse_dur
  388. * 1: pulse_stretch1
  389. * 0: pulse_stretch0
  390. */
  391. /* MI Register 28: LED Control Reg 2(0x1C)
  392. * 15-12: led_link
  393. * 11-8: led_tx_rx
  394. * 7-4: led_100BaseTX
  395. * 3-0: led_1000BaseT
  396. */
  397. /* MI Register 29 - 31: Reserved Reg(0x1D - 0x1E) */
  398. /* Prototypes for ET1310_phy.c */
  399. /* Defines for PHY access routines */
  400. /* Define bit operation flags */
  401. #define TRUEPHY_BIT_CLEAR 0
  402. #define TRUEPHY_BIT_SET 1
  403. #define TRUEPHY_BIT_READ 2
  404. /* Define read/write operation flags */
  405. #ifndef TRUEPHY_READ
  406. #define TRUEPHY_READ 0
  407. #define TRUEPHY_WRITE 1
  408. #define TRUEPHY_MASK 2
  409. #endif
  410. /* Define speeds */
  411. #define TRUEPHY_SPEED_10MBPS 0
  412. #define TRUEPHY_SPEED_100MBPS 1
  413. #define TRUEPHY_SPEED_1000MBPS 2
  414. /* Define duplex modes */
  415. #define TRUEPHY_DUPLEX_HALF 0
  416. #define TRUEPHY_DUPLEX_FULL 1
  417. /* Define master/slave configuration values */
  418. #define TRUEPHY_CFG_SLAVE 0
  419. #define TRUEPHY_CFG_MASTER 1
  420. /* Define MDI/MDI-X settings */
  421. #define TRUEPHY_MDI 0
  422. #define TRUEPHY_MDIX 1
  423. #define TRUEPHY_AUTO_MDI_MDIX 2
  424. /* Define 10Base-T link polarities */
  425. #define TRUEPHY_POLARITY_NORMAL 0
  426. #define TRUEPHY_POLARITY_INVERTED 1
  427. /* Define auto-negotiation results */
  428. #define TRUEPHY_ANEG_NOT_COMPLETE 0
  429. #define TRUEPHY_ANEG_COMPLETE 1
  430. #define TRUEPHY_ANEG_DISABLED 2
  431. /* Define duplex advertisement flags */
  432. #define TRUEPHY_ADV_DUPLEX_NONE 0x00
  433. #define TRUEPHY_ADV_DUPLEX_FULL 0x01
  434. #define TRUEPHY_ADV_DUPLEX_HALF 0x02
  435. #define TRUEPHY_ADV_DUPLEX_BOTH \
  436. (TRUEPHY_ADV_DUPLEX_FULL | TRUEPHY_ADV_DUPLEX_HALF)
  437. #define PHY_CONTROL 0x00 /* #define TRU_MI_CONTROL_REGISTER 0 */
  438. #define PHY_STATUS 0x01 /* #define TRU_MI_STATUS_REGISTER 1 */
  439. #define PHY_ID_1 0x02 /* #define TRU_MI_PHY_IDENTIFIER_1_REGISTER 2 */
  440. #define PHY_ID_2 0x03 /* #define TRU_MI_PHY_IDENTIFIER_2_REGISTER 3 */
  441. #define PHY_AUTO_ADVERTISEMENT 0x04 /* #define TRU_MI_ADVERTISEMENT_REGISTER 4 */
  442. #define PHY_AUTO_LINK_PARTNER 0x05 /* #define TRU_MI_LINK_PARTNER_ABILITY_REGISTER 5 */
  443. #define PHY_AUTO_EXPANSION 0x06 /* #define TRU_MI_EXPANSION_REGISTER 6 */
  444. #define PHY_AUTO_NEXT_PAGE_TX 0x07 /* #define TRU_MI_NEXT_PAGE_TRANSMIT_REGISTER 7 */
  445. #define PHY_LINK_PARTNER_NEXT_PAGE 0x08 /* #define TRU_MI_LINK_PARTNER_NEXT_PAGE_REGISTER 8 */
  446. #define PHY_1000_CONTROL 0x09 /* #define TRU_MI_1000BASET_CONTROL_REGISTER 9 */
  447. #define PHY_1000_STATUS 0x0A /* #define TRU_MI_1000BASET_STATUS_REGISTER 10 */
  448. #define PHY_EXTENDED_STATUS 0x0F /* #define TRU_MI_EXTENDED_STATUS_REGISTER 15 */
  449. /* some defines for modem registers that seem to be 'reserved' */
  450. #define PHY_INDEX_REG 0x10
  451. #define PHY_DATA_REG 0x11
  452. #define PHY_MPHY_CONTROL_REG 0x12 /* #define TRU_VMI_MPHY_CONTROL_REGISTER 18 */
  453. #define PHY_LOOPBACK_CONTROL 0x13 /* #define TRU_VMI_LOOPBACK_CONTROL_1_REGISTER 19 */
  454. /* #define TRU_VMI_LOOPBACK_CONTROL_2_REGISTER 20 */
  455. #define PHY_REGISTER_MGMT_CONTROL 0x15 /* #define TRU_VMI_MI_SEQ_CONTROL_REGISTER 21 */
  456. #define PHY_CONFIG 0x16 /* #define TRU_VMI_CONFIGURATION_REGISTER 22 */
  457. #define PHY_PHY_CONTROL 0x17 /* #define TRU_VMI_PHY_CONTROL_REGISTER 23 */
  458. #define PHY_INTERRUPT_MASK 0x18 /* #define TRU_VMI_INTERRUPT_MASK_REGISTER 24 */
  459. #define PHY_INTERRUPT_STATUS 0x19 /* #define TRU_VMI_INTERRUPT_STATUS_REGISTER 25 */
  460. #define PHY_PHY_STATUS 0x1A /* #define TRU_VMI_PHY_STATUS_REGISTER 26 */
  461. #define PHY_LED_1 0x1B /* #define TRU_VMI_LED_CONTROL_1_REGISTER 27 */
  462. #define PHY_LED_2 0x1C /* #define TRU_VMI_LED_CONTROL_2_REGISTER 28 */
  463. /* #define TRU_VMI_LINK_CONTROL_REGISTER 29 */
  464. /* #define TRU_VMI_TIMING_CONTROL_REGISTER */
  465. #endif /* _ET1310_PHY_H_ */