Home
last modified time | relevance | path

Searched defs:phy_addr (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/u-boot/arch/arm/mach-davinci/
H A Dksz8873.c24 int ksz8873_is_phy_connected(int phy_addr) in ksz8873_is_phy_connected()
31 int ksz8873_get_link_speed(int phy_addr) in ksz8873_get_link_speed()
43 int ksz8873_init_phy(int phy_addr) in ksz8873_init_phy()
49 int ksz8873_auto_negotiate(int phy_addr) in ksz8873_auto_negotiate()
H A Ddp83848.c21 int dp83848_is_phy_connected(int phy_addr) in dp83848_is_phy_connected()
36 int dp83848_get_link_speed(int phy_addr) in dp83848_get_link_speed()
64 int dp83848_init_phy(int phy_addr) in dp83848_init_phy()
81 int dp83848_auto_negotiate(int phy_addr) in dp83848_auto_negotiate()
H A Dlxt972.c22 int lxt972_is_phy_connected(int phy_addr) in lxt972_is_phy_connected()
37 int lxt972_get_link_speed(int phy_addr) in lxt972_get_link_speed()
72 int lxt972_init_phy(int phy_addr) in lxt972_init_phy()
88 int lxt972_auto_negotiate(int phy_addr) in lxt972_auto_negotiate()
H A Det1011c.c25 int et1011c_get_link_speed(int phy_addr) in et1011c_get_link_speed()
/openbmc/u-boot/drivers/net/phy/
H A Dmv88e6352.c32 static int sw_wait_rdy(const char *devname, u8 phy_addr) in sw_wait_rdy()
56 static int sw_reg_read(const char *devname, u8 phy_addr, u8 port, in sw_reg_read()
82 static int sw_reg_write(const char *devname, u8 phy_addr, u8 port, in sw_reg_write()
111 static int ppu_enable(const char *devname, u8 phy_addr) in ppu_enable()
141 static int ppu_disable(const char *devname, u8 phy_addr) in ppu_disable()
171 int mv88e_sw_program(const char *devname, u8 phy_addr, in mv88e_sw_program()
203 int mv88e_sw_reset(const char *devname, u8 phy_addr) in mv88e_sw_reset()
/openbmc/u-boot/drivers/net/ti/
H A Ddavinci_emac.c60 #define emac_gigabit_enable(phy_addr) davinci_eth_gigabit_enable(phy_addr) argument
62 #define emac_gigabit_enable(phy_addr) /* no gigabit to enable */ argument
206 int davinci_eth_phy_read(u_int8_t phy_addr, u_int8_t reg_num, u_int16_t *data) in davinci_eth_phy_read()
232 int davinci_eth_phy_write(u_int8_t phy_addr, u_int8_t reg_num, u_int16_t data) in davinci_eth_phy_write()
253 static int gen_init_phy(int phy_addr) in gen_init_phy()
265 static int gen_is_phy_connected(int phy_addr) in gen_is_phy_connected()
283 static int gen_get_link_speed(int phy_addr) in gen_get_link_speed()
320 static int gen_auto_negotiate(int phy_addr) in gen_auto_negotiate()
395 static void __attribute__((unused)) davinci_eth_gigabit_enable(int phy_addr) in davinci_eth_gigabit_enable()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c16 static int pfe_write_addr(struct mii_dev *bus, int phy_addr, int dev_addr, in pfe_write_addr()
50 static int pfe_phy_read(struct mii_dev *bus, int phy_addr, int dev_addr, in pfe_phy_read()
105 static int pfe_phy_write(struct mii_dev *bus, int phy_addr, int dev_addr, in pfe_phy_write()
/openbmc/u-boot/board/freescale/t104xrdb/
H A Deth.c23 int phy_addr = 0; in board_eth_init() local
/openbmc/u-boot/drivers/net/
H A Daspeed_mdio.c58 extern int aspeed_mdio_read(struct mii_dev *bus, int phy_addr, int dev_addr, in aspeed_mdio_read()
115 extern int aspeed_mdio_write(struct mii_dev *bus, int phy_addr, int dev_addr, in aspeed_mdio_write()
H A Ddnet.c31 unsigned short phy_addr; member
359 int dnet_eth_initialize(int id, void *regs, unsigned int phy_addr) in dnet_eth_initialize()
H A Duli526x.c136 u8 phy_addr; member
811 static void uli_phy_write(unsigned long iobase, u8 phy_addr, u8 offset, in uli_phy_write()
860 static u16 uli_phy_read(unsigned long iobase, u8 phy_addr, u8 offset, in uli_phy_read()
906 static u16 phy_readby_cr10(unsigned long iobase, u8 phy_addr, u8 offset) in phy_readby_cr10()
924 static void phy_writeby_cr10(unsigned long iobase, u8 phy_addr, in phy_writeby_cr10()
H A Dftgmac100.c83 u32 phy_addr; member
100 static int ftgmac100_mdio_read(struct mii_dev *bus, int phy_addr, int dev_addr, in ftgmac100_mdio_read()
129 static int ftgmac100_mdio_write(struct mii_dev *bus, int phy_addr, int dev_addr, in ftgmac100_mdio_write()
H A Dpic32_eth.c33 u32 phy_addr; member
535 int phy_addr = -1; in pic32_eth_probe() local
H A Darmada100_fec.c59 static int smi_reg_read(struct mii_dev *bus, int phy_addr, int devad, in smi_reg_read()
107 static int smi_reg_write(struct mii_dev *bus, int phy_addr, int devad, in smi_reg_write()
H A Dzynq_gem.c208 static int phy_setup_op(struct zynq_gem_priv *priv, u32 phy_addr, u32 regnum, in phy_setup_op()
239 static int phyread(struct zynq_gem_priv *priv, u32 phy_addr, in phyread()
254 static int phywrite(struct zynq_gem_priv *priv, u32 phy_addr, in phywrite()
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dcrypto.h41 u32 phy_addr; member
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c98 static inline void set_pgtable(u32 *page_table, u32 index, u32 phy_addr) in set_pgtable()
107 static inline void set_pgsection(u32 *page_table, u32 index, u64 phy_addr, in set_pgsection()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dmake_fit_atf.py57 def append_atf_node(file, atf_index, phy_addr, elf_entry): argument
/openbmc/qemu/hw/net/
H A Dmsf2-emac.c210 uint8_t phy_addr = (s->regs[R_MII_ADDR] >> R_MII_ADDR_PHYADDR_SHIFT) & in write_to_phy() local
239 uint8_t phy_addr = (s->regs[R_MII_ADDR] >> R_MII_ADDR_PHYADDR_SHIFT) & in read_from_phy() local
H A Dsungem.c219 uint32_t phy_addr; member
755 static void sungem_mii_write(SunGEMState *s, uint8_t phy_addr, in sungem_mii_write()
763 static uint16_t __sungem_mii_read(SunGEMState *s, uint8_t phy_addr, in __sungem_mii_read()
795 static uint16_t sungem_mii_read(SunGEMState *s, uint8_t phy_addr, in sungem_mii_read()
809 uint8_t phy_addr, reg_addr, op; in sungem_mii_op() local
/openbmc/u-boot/board/freescale/ls1088a/
H A Deth_ls1088aqds.c92 int phy_addr = 0; in sgmii_configure_repeater() local
207 int phy_addr = 0; in qsgmii_configure_repeater() local
/openbmc/u-boot/include/fsl-mc/
H A Dldpaa_wriop.h47 int phy_addr[WRIOP_MAX_PHY_NUM]; member
/openbmc/u-boot/include/
H A Dcpsw.h22 int phy_addr; member
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c141 int phy_addr) in __ft_tsec_fixup()
/openbmc/qemu/include/hw/net/
H A Dcadence_gem.h78 uint8_t phy_addr; member

123