micrel_phy.h (3ef4a8c8963b29813170177899f84ffb93f1a8f1) | micrel_phy.h (a8f1a19d27ef9b13574195ae1571158529473541) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * include/linux/micrel_phy.h 4 * 5 * Micrel PHY IDs 6 */ 7 8#ifndef _MICREL_PHY_H --- 17 unchanged lines hidden (view full) --- 26#define PHY_ID_KSZ8001 0x0022161A 27/* same id: KS8081, KS8091 */ 28#define PHY_ID_KSZ8081 0x00221560 29#define PHY_ID_KSZ8061 0x00221570 30#define PHY_ID_KSZ9031 0x00221620 31#define PHY_ID_KSZ9131 0x00221640 32#define PHY_ID_LAN8814 0x00221660 33#define PHY_ID_LAN8804 0x00221670 | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * include/linux/micrel_phy.h 4 * 5 * Micrel PHY IDs 6 */ 7 8#ifndef _MICREL_PHY_H --- 17 unchanged lines hidden (view full) --- 26#define PHY_ID_KSZ8001 0x0022161A 27/* same id: KS8081, KS8091 */ 28#define PHY_ID_KSZ8081 0x00221560 29#define PHY_ID_KSZ8061 0x00221570 30#define PHY_ID_KSZ9031 0x00221620 31#define PHY_ID_KSZ9131 0x00221640 32#define PHY_ID_LAN8814 0x00221660 33#define PHY_ID_LAN8804 0x00221670 |
34#define PHY_ID_LAN8841 0x00221650 |
|
34 35#define PHY_ID_KSZ886X 0x00221430 36#define PHY_ID_KSZ8863 0x00221435 37 38#define PHY_ID_KSZ87XX 0x00221550 39 40#define PHY_ID_KSZ9477 0x00221631 41 --- 26 unchanged lines hidden --- | 35 36#define PHY_ID_KSZ886X 0x00221430 37#define PHY_ID_KSZ8863 0x00221435 38 39#define PHY_ID_KSZ87XX 0x00221550 40 41#define PHY_ID_KSZ9477 0x00221631 42 --- 26 unchanged lines hidden --- |