/drivers/usb/gadget/udc/bdc/ |
D | bdc_core.c | 449 int phy_num; in bdc_phy_init() local 452 for (phy_num = 0; phy_num < bdc->num_phys; phy_num++) { in bdc_phy_init() 453 ret = phy_init(bdc->phys[phy_num]); in bdc_phy_init() 456 ret = phy_power_on(bdc->phys[phy_num]); in bdc_phy_init() 458 phy_exit(bdc->phys[phy_num]); in bdc_phy_init() 466 while (--phy_num >= 0) { in bdc_phy_init() 467 phy_power_off(bdc->phys[phy_num]); in bdc_phy_init() 468 phy_exit(bdc->phys[phy_num]); in bdc_phy_init() 476 int phy_num; in bdc_phy_exit() local 478 for (phy_num = 0; phy_num < bdc->num_phys; phy_num++) { in bdc_phy_exit() [all …]
|
/drivers/usb/serial/ |
D | f81534.c | 169 u8 phy_num; member 332 reg + port_priv->phy_num * F81534_UART_OFFSET, data); in f81534_set_port_register() 341 reg + port_priv->phy_num * F81534_UART_OFFSET, data); in f81534_get_port_register() 474 int phy_num = port_priv->phy_num; in f81534_prepare_write_buffer() local 494 &buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 4], in f81534_prepare_write_buffer() 497 buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 2] = tx_len; in f81534_prepare_write_buffer() 1036 __func__, port_priv->phy_num, old_msr, msr); in f81534_msr_changed() 1147 int phy_num = data[0]; in f81534_process_per_serial_block() local 1185 __func__, phy_num, read_size, in f81534_process_per_serial_block() 1326 idx = F81534_CONF_INIT_GPIO_OFFSET + port_priv->phy_num; in f81534_set_port_output_pin() [all …]
|
D | mos7840.c | 1571 u8 phy_num = mos7840_port->port_num; in mos7840_port_probe() local 1575 phy_num = 3; in mos7840_port_probe() 1577 mos7840_port->SpRegOffset = 0x8 + 2 * (phy_num - 2); in mos7840_port_probe() 1578 mos7840_port->ControlRegOffset = 0x9 + 2 * (phy_num - 2); in mos7840_port_probe() 1579 mos7840_port->DcrRegOffset = 0x16 + 3 * (phy_num - 2); in mos7840_port_probe()
|
/drivers/phy/rockchip/ |
D | phy-rockchip-pcie.c | 355 u32 phy_num; in rockchip_pcie_phy_probe() local 391 if (of_property_read_u32(dev->of_node, "#phy-cells", &phy_num)) in rockchip_pcie_phy_probe() 394 phy_num = (phy_num == 0) ? 1 : PHY_MAX_LANE_NUM; in rockchip_pcie_phy_probe() 395 dev_dbg(dev, "phy number is %d\n", phy_num); in rockchip_pcie_phy_probe() 397 for (i = 0; i < phy_num; i++) { in rockchip_pcie_phy_probe()
|
/drivers/net/ethernet/dec/tulip/ |
D | media.c | 246 int phy_num = p[0]; in tulip_select_media() local 271 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET)) in tulip_select_media() 298 (tulip_mdio_read (dev, phy_num, MII_BMCR) & BMCR_RESET)) in tulip_select_media() 309 tp->advertising[phy_num] = tmp_info | 1; in tulip_select_media() 312 tp->mii_advertise = tp->advertising[phy_num]; in tulip_select_media() 316 tp->phys[phy_num]); in tulip_select_media() 317 tulip_mdio_write(dev, tp->phys[phy_num], 4, tp->mii_advertise); in tulip_select_media()
|
/drivers/net/ethernet/ti/ |
D | tlan.c | 940 u32 phy = priv->phy[priv->phy_num]; in tlan_ioctl() 1698 phy = priv->phy[priv->phy_num]; in tlan_handle_status_check() 1706 if ((net_sts & TLAN_NET_STS_MIRQ) && (priv->phy_num == 0)) { in tlan_handle_status_check() 2213 if (priv->phy_num == 0 || in tlan_reset_adapter() 2242 phy = priv->phy[priv->phy_num]; in tlan_finish_reset() 2249 if (priv->phy_num == 0) in tlan_finish_reset() 2298 if (priv->phy_num == 0) { in tlan_finish_reset() 2402 phy = priv->phy[priv->phy_num]; in __tlan_phy_print() 2460 priv->phy_num = 0xffff; in tlan_phy_detect() 2489 priv->phy_num = 1; in tlan_phy_detect() [all …]
|
D | tlan.h | 205 u32 phy_num; member
|
/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_ioc.h | 426 u8 phy_num; member 441 u8 phy_num; member 505 u8 phy_num; member
|
D | mpi30_transport.h | 234 u8 phy_num; member
|
D | mpi30_cnfg.h | 2253 u8 phy_num; member
|
/drivers/dma/ |
D | ste_dma40.c | 1905 int phy_num = j + event_group * 2; in d40_allocate_channel() local 1906 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel() 1926 int phy_num = j + event_group * 2; in d40_allocate_channel() local 1931 if ((i != phy_num) && (i != phy_num + 1)) { in d40_allocate_channel() 1952 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel() 1959 for (i = phy_num + 1; i >= phy_num; i--) { in d40_allocate_channel()
|
/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 815 identify->phy_identifier = sasinf->phy_num; in mpi3mr_set_identify() 1742 h_port[port_idx].lowest_phy = sasinf->phy_num; in mpi3mr_refresh_sas_ports()
|
D | mpi3mr_os.c | 1183 tgtdev->dev_spec.sas_sata_inf.phy_id = sasinf->phy_num; in mpi3mr_update_tgtdev()
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 6522 _scsih_alloc_vphy(struct MPT3SAS_ADAPTER *ioc, u8 port_id, u8 phy_num) in _scsih_alloc_vphy() argument 6531 vphy = mpt3sas_get_vphy_by_phy(ioc, port, phy_num); in _scsih_alloc_vphy() 6544 port->vphys_mask |= (1 << phy_num); in _scsih_alloc_vphy() 6545 vphy->phy_mask |= (1 << phy_num); in _scsih_alloc_vphy() 6551 vphy, port->port_id, phy_num); in _scsih_alloc_vphy() 7305 _scsih_add_device(struct MPT3SAS_ADAPTER *ioc, u16 handle, u8 phy_num, in _scsih_add_device() argument
|
/drivers/message/fusion/ |
D | mptsas.c | 3712 u8 phy_num; in mptsas_send_link_status_event() local 3721 phy_num = link_data->PhyNum; in mptsas_send_link_status_event() 3725 phy_info = &port_info->phy_info[phy_num]; in mptsas_send_link_status_event()
|
D | mptbase.c | 7570 u8 phy_num = (u8)(evData0); in mpt_display_event_info() local 7577 phy_num, port_num, port_width, primitive); in mpt_display_event_info()
|