Home
last modified time | relevance | path

Searched refs:phy_num (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c449 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispatch_engine.c41 for (i = 0 ; i < disp_eng->phy_num; i++) { in share_thread_hdl()
47 for (i = 0 ; i < disp_eng->phy_num; i++) in share_thread_hdl()
55 phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num) in phl_disp_eng_init() argument
68 disp_eng->phy_num = phy_num; in phl_disp_eng_init()
74 disp_eng->dispatcher = _os_mem_alloc(d, sizeof(void*) * phy_num); in phl_disp_eng_init()
79 disp_eng->phy_num = 0; in phl_disp_eng_init()
84 for (i = 0 ; i < phy_num; i++) { in phl_disp_eng_init()
108 for (i = 0 ; i < disp_eng->phy_num; i++) { in phl_disp_eng_deinit()
117 if (disp_eng->phy_num) { in phl_disp_eng_deinit()
119 sizeof(void *) * (disp_eng->phy_num)); in phl_disp_eng_deinit()
[all …]
H A Dphl_cmd_dispatch.h36 u8 phy_num; member
47 enum rtw_phl_status phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num);
H A Dphl_sound_cmd.c311 for (i = 0; i < disp_eng->phy_num; i++) { in phl_snd_cmd_register_module()
H A Dphl_cmd_general.c496 for (band_idx = 0; band_idx < disp_eng->phy_num; band_idx++) { in phl_register_cmd_general()
H A Dphl_role.c1068 for(i = 0; i < disp_eng->phy_num; i++) in phl_register_mrc_module()
H A Dphl_cmd_ps.c1862 for (i = 0; i < disp_eng->phy_num; i++) { in phl_register_ps_module()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispatch_engine.c41 for (i = 0 ; i < disp_eng->phy_num; i++) { in share_thread_hdl()
47 for (i = 0 ; i < disp_eng->phy_num; i++) in share_thread_hdl()
55 phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num) in phl_disp_eng_init() argument
68 disp_eng->phy_num = phy_num; in phl_disp_eng_init()
74 disp_eng->dispatcher = _os_mem_alloc(d, sizeof(void*) * phy_num); in phl_disp_eng_init()
79 disp_eng->phy_num = 0; in phl_disp_eng_init()
84 for (i = 0 ; i < phy_num; i++) { in phl_disp_eng_init()
108 for (i = 0 ; i < disp_eng->phy_num; i++) { in phl_disp_eng_deinit()
117 if (disp_eng->phy_num) { in phl_disp_eng_deinit()
119 sizeof(void *) * (disp_eng->phy_num)); in phl_disp_eng_deinit()
[all …]
H A Dphl_cmd_dispatch.h36 u8 phy_num; member
47 enum rtw_phl_status phl_disp_eng_init(struct phl_info_t *phl, u8 phy_num);
H A Dphl_sound_cmd.c311 for (i = 0; i < disp_eng->phy_num; i++) { in phl_snd_cmd_register_module()
H A Dphl_cmd_general.c496 for (band_idx = 0; band_idx < disp_eng->phy_num; band_idx++) { in phl_register_cmd_general()
H A Dphl_role.c1061 for(i = 0; i < disp_eng->phy_num; i++) in phl_register_mrc_module()
H A Dphl_cmd_ps.c1826 for (i = 0; i < disp_eng->phy_num; i++) { in phl_register_ps_module()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Df81534.c169 u8 phy_num; member
334 reg + port_priv->phy_num * F81534_UART_OFFSET, data); in f81534_set_port_register()
343 reg + port_priv->phy_num * F81534_UART_OFFSET, data); in f81534_get_port_register()
476 int phy_num = port_priv->phy_num; in f81534_prepare_write_buffer() local
496 &buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 4], in f81534_prepare_write_buffer()
499 buf[phy_num * F81534_RECEIVE_BLOCK_SIZE + 2] = tx_len; in f81534_prepare_write_buffer()
1050 __func__, port_priv->phy_num, old_msr, msr); in f81534_msr_changed()
1166 int phy_num = data[0]; in f81534_process_per_serial_block() local
1204 __func__, phy_num, read_size, in f81534_process_per_serial_block()
1345 idx = F81534_CONF_INIT_GPIO_OFFSET + port_priv->phy_num; in f81534_set_port_output_pin()
[all …]
H A Dmos7840.c1596 u8 phy_num = mos7840_port->port_num; in mos7840_port_probe() local
1600 phy_num = 3; in mos7840_port_probe()
1602 mos7840_port->SpRegOffset = 0x8 + 2 * (phy_num - 2); in mos7840_port_probe()
1603 mos7840_port->ControlRegOffset = 0x9 + 2 * (phy_num - 2); in mos7840_port_probe()
1604 mos7840_port->DcrRegOffset = 0x16 + 3 * (phy_num - 2); in mos7840_port_probe()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c370 u32 phy_num; in rockchip_pcie_phy_probe() local
406 if (of_property_read_u32(dev->of_node, "#phy-cells", &phy_num)) in rockchip_pcie_phy_probe()
409 phy_num = (phy_num == 0) ? 1 : PHY_MAX_LANE_NUM; in rockchip_pcie_phy_probe()
410 dev_dbg(dev, "phy number is %d\n", phy_num); in rockchip_pcie_phy_probe()
412 for (i = 0; i < phy_num; i++) { in rockchip_pcie_phy_probe()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dmedia.c246 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dtlan.c938 u32 phy = priv->phy[priv->phy_num]; in tlan_ioctl()
1696 phy = priv->phy[priv->phy_num]; in tlan_handle_status_check()
1704 if ((net_sts & TLAN_NET_STS_MIRQ) && (priv->phy_num == 0)) { in tlan_handle_status_check()
2211 if (priv->phy_num == 0 || in tlan_reset_adapter()
2240 phy = priv->phy[priv->phy_num]; in tlan_finish_reset()
2247 if (priv->phy_num == 0) in tlan_finish_reset()
2296 if (priv->phy_num == 0) { in tlan_finish_reset()
2398 phy = priv->phy[priv->phy_num]; in tlan_phy_print()
2448 priv->phy_num = 0xffff; in tlan_phy_detect()
2477 priv->phy_num = 1; in tlan_phy_detect()
[all …]
H A Dtlan.h205 u32 phy_num; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dcmd_disp_test.c403 u8 phy_num = 2; in disp_send_msg_test() local
417 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_send_msg_test()
569 u8 phy_num = 2; in disp_cmd_token_test() local
575 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_cmd_token_test()
588 for( i = 0 ; i < phy_num ; i++) { in disp_cmd_token_test()
618 for(i = 0 ; i < phy_num; i++) { in disp_cmd_token_test()
639 for(i = 0 ; i < phy_num; i++) { in disp_cmd_token_test()
674 u8 phy_num = 1; in disp_prioritize_msg_test() local
680 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_prioritize_msg_test()
768 u8 phy_num = 1; in disp_cannot_io_test() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dcmd_disp_test.c403 u8 phy_num = 2; in disp_send_msg_test() local
417 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_send_msg_test()
569 u8 phy_num = 2; in disp_cmd_token_test() local
575 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_cmd_token_test()
588 for( i = 0 ; i < phy_num ; i++) { in disp_cmd_token_test()
618 for(i = 0 ; i < phy_num; i++) { in disp_cmd_token_test()
639 for(i = 0 ; i < phy_num; i++) { in disp_cmd_token_test()
674 u8 phy_num = 1; in disp_prioritize_msg_test() local
680 status = phl_disp_eng_init(disp_test_ctx.phl, phy_num); in disp_prioritize_msg_test()
768 u8 phy_num = 1; in disp_cannot_io_test() local
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dste_dma40.c1881 int phy_num = j + event_group * 2; in d40_allocate_channel() local
1882 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel()
1902 int phy_num = j + event_group * 2; in d40_allocate_channel() local
1907 if ((i != phy_num) && (i != phy_num + 1)) { in d40_allocate_channel()
1928 for (i = phy_num; i < phy_num + 2; i++) { in d40_allocate_channel()
1935 for (i = phy_num + 1; i >= phy_num; i--) { in d40_allocate_channel()
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c1196 u8 phy_num = parent_dev->ex_dev.num_phys; in mvs_dev_found_notify() local
1198 for (phy_id = 0; phy_id < phy_num; phy_id++) { in mvs_dev_found_notify()
1207 if (phy_id == phy_num) { in mvs_dev_found_notify()
/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c789 u8 phy_num = parent_dev->ex_dev.num_phys; in hisi_sas_dev_found() local
792 for (phy_no = 0; phy_no < phy_num; phy_no++) { in hisi_sas_dev_found()
799 if (phy_no == phy_num) { in hisi_sas_dev_found()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptsas.c3684 u8 phy_num; in mptsas_send_link_status_event() local
3693 phy_num = link_data->PhyNum; in mptsas_send_link_status_event()
3697 phy_info = &port_info->phy_info[phy_num]; in mptsas_send_link_status_event()

12