Searched refs:phyid (Results 1 - 25 of 44) sorted by last modified time

12

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c314 #define link_regs(id, phyid)\
317 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c317 #define link_regs_init(id, phyid)\
320 UNIPHY_DCN2_REG_LIST_RI(id, phyid)\
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1679 uint8_t phyid; /**< 0=UNIPHYA, 1=UNIPHYB, 2=UNIPHYC, 3=UNIPHYD, 4=UNIPHYE, 5=UNIPHYF */ member in struct:dmub_dig_transmitter_control_data_v1_7
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c315 #define link_regs_init(id, phyid)\
318 UNIPHY_DCN2_REG_LIST_RI(id, phyid)\
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.h337 #define UNIPHY_DCN2_REG_LIST_RI(id, phyid) \
338 SRI_ARR_ALPHABET(CLOCK_ENABLE, SYMCLK, id, phyid), \
339 SRI_ARR_ALPHABET(CHANNEL_XBAR_CNTL, UNIPHY, id, phyid)
H A Ddcn32_resource.c315 #define link_regs_init(id, phyid)\
318 UNIPHY_DCN2_REG_LIST_RI(id, phyid)\
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c4047 u32 phyid; local
4085 phyid = phydev->drv->phy_id & phydev->drv->phy_id_mask;
4086 if (phyid != PHY_ID_BCMAC131) {
4087 phyid &= PHY_BCM_OUI_MASK;
4088 if (phyid == PHY_BCM_OUI_1 ||
4089 phyid == PHY_BCM_OUI_2 ||
4090 phyid == PHY_BCM_OUI_3)
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h4307 uint8_t phyid; // 0=UNIPHYA, 1=UNIPHYB, 2=UNIPHYC, 3=UNIPHYD, 4= UNIPHYE 5=UNIPHYF member in struct:dig_transmitter_control_parameters_v1_6
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c337 #define link_regs_init(id, phyid)\
340 UNIPHY_DCN2_REG_LIST_RI(id, phyid)\
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c401 #define link_regs(id, phyid)\
404 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c366 #define link_regs(id, phyid)\
369 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.c273 ps.param.phyid = cmd->phy_id_to_atom(cntl->transmitter);
340 dig_v1_7.phyid = cmd->phy_id_to_atom(cntl->transmitter);
/linux-master/drivers/net/usb/
H A Dsr9800.c735 u32 phyid; local
802 phyid = sr_get_phyid(dev);
803 netdev_dbg(dev->net, "PHYID=0x%08x\n", phyid);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw.c1331 u32 phyid; local
1340 phyid = be32_to_cpup(parp+1);
1349 PHY_ID_FMT, mdio->name, phyid);
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c352 #define link_regs(id, phyid)\
355 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/net/caif/
H A Dcaif_socket.c192 int phyid)
190 caif_ctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow, int phyid) argument
H A Dchnl_net.c149 int phyid)
148 chnl_flowctrl_cb(struct cflayer *layr, enum caif_ctrlcmd flow, int phyid) argument
H A Dcaif_usb.c79 int phyid)
85 static struct cflayer *cfusbl_create(int phyid, const u8 ethaddr[ETH_ALEN], argument
99 snprintf(this->layer.name, CAIF_LAYER_NAME_SZ, "usb%d", phyid);
100 this->layer.id = phyid;
78 cfusbl_ctrlcmd(struct cflayer *layr, enum caif_ctrlcmd ctrl, int phyid) argument
/linux-master/drivers/net/mdio/
H A Dmdio-mux-bcm-iproc.c93 * @phyid: phyid of the selected bus.
104 u16 phyid, u32 reg, u16 val, u32 op)
115 param |= phyid << MDIO_PARAM_PHY_ID;
136 static int iproc_mdiomux_read_c22(struct mii_bus *bus, int phyid, int reg) argument
141 ret = start_miim_ops(md->base, false, phyid, reg, 0, MDIO_CTRL_READ_OP);
148 static int iproc_mdiomux_read_c45(struct mii_bus *bus, int phyid, int devad, argument
154 ret = start_miim_ops(md->base, true, phyid, reg | devad << 16, 0,
163 int phyid, int reg, u16 val)
169 ret = start_miim_ops(md->base, false, phyid, re
103 start_miim_ops(void __iomem *base, bool c45, u16 phyid, u32 reg, u16 val, u32 op) argument
162 iproc_mdiomux_write_c22(struct mii_bus *bus, int phyid, int reg, u16 val) argument
177 iproc_mdiomux_write_c45(struct mii_bus *bus, int phyid, int devad, int reg, u16 val) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c391 #define link_regs(id, phyid)\
394 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c401 #define link_regs(id, phyid)\
404 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c408 #define link_regs(id, phyid)\
411 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c797 #define link_regs(id, phyid)\
800 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c842 #define link_regs(id, phyid)\
845 UNIPHY_DCN2_REG_LIST(phyid), \
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1229 #define link_regs(id, phyid)\
1232 UNIPHY_DCN2_REG_LIST(phyid), \

Completed in 615 milliseconds

12