| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_coax_table.h | 45 unsigned char tx_mode; //B3/4 0x0B/8B member 97 .tx_mode = 0x06, 131 .tx_mode = 0x06, 165 .tx_mode = 0x06, 199 .tx_mode = 0x06, 233 .tx_mode = 0x06, 267 .tx_mode = 0x06, 301 .tx_mode = 0x60, 335 .tx_mode = 0x60, 369 .tx_mode = 0x60, [all …]
|
| H A D | jaguar1_coax_protocol.h | 93 unsigned char tx_mode; //B3/4 0x0B/8B member
|
| H A D | jaguar1_coax_protocol.c | 220 gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0B+((ch%2)*0x80), CoaxVal->tx_mode); in coax_tx_init() 253 gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0B+((ch%2)*0x80), CoaxVal->tx_mode); in coax_tx_init() 266 printk("[drv]tx_mode: 3x0B>> 0x%02X\n", CoaxVal->tx_mode ); in coax_tx_init() 363 gpio_i2c_write(jaguar1_i2c_addr[coax_tx->vd_dev], 0x0B+((ch%2)*0x80), CoaxVal->tx_mode); in coax_tx_16bit_init() 375 printk("[drv]tx_mode: 3x0B>> 0x%02X\n", CoaxVal->tx_mode ); in coax_tx_16bit_init() 1433 coax_tx_mode->tx_mode = gpio_i2c_read(jaguar1_i2c_addr[devnum], 0x0B+((ch%2)*0x80)); in coax_test_tx_init_read()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_coax_table.h | 45 unsigned char tx_mode; //B3/4 0x0B/8B member 98 .tx_mode = 0x06, 132 .tx_mode = 0x06, 166 .tx_mode = 0x06, 200 .tx_mode = 0x06, 234 .tx_mode = 0x06, 268 .tx_mode = 0x06, 302 .tx_mode = 0x60, 336 .tx_mode = 0x60, 369 .tx_mode = 0x60, [all …]
|
| H A D | nvp6158_coax_protocol.h | 84 unsigned char tx_mode; //B3/4 0x0B/8B member
|
| H A D | nvp6158_coax_protocol.c | 191 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x0B + ((ch % 2) * 0x80), CoaxVal->tx_mode); in nvp6158_coax_tx_init() 203 printk("[drv]tx_mode: 3x0B>> 0x%02X\n", CoaxVal->tx_mode ); in nvp6158_coax_tx_init() 276 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x0B + ((ch%2)*0x80), CoaxVal->tx_mode); in nvp6158_coax_tx_16bit_init() 288 printk("[drv]tx_mode: 3x0B>> 0x%02X\n", CoaxVal->tx_mode ); in nvp6158_coax_tx_16bit_init() 1361 coax_tx_mode->tx_mode = gpio_i2c_read(nvp6158_iic_addr[devnum], 0x0B+((ch%2)*0x80)); in nvp6158_coax_test_tx_init_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_mtl.c | 178 int tx_mode) in sxgbe_set_tx_mtl_mode() argument 184 if (tx_mode == SXGBE_MTL_SFMODE) { in sxgbe_set_tx_mtl_mode() 188 if (tx_mode <= 64) in sxgbe_set_tx_mtl_mode() 190 else if (tx_mode <= 96) in sxgbe_set_tx_mtl_mode() 192 else if (tx_mode <= 128) in sxgbe_set_tx_mtl_mode() 194 else if (tx_mode <= 192) in sxgbe_set_tx_mtl_mode() 196 else if (tx_mode <= 256) in sxgbe_set_tx_mtl_mode() 198 else if (tx_mode <= 384) in sxgbe_set_tx_mtl_mode()
|
| H A D | sxgbe_mtl.h | 75 int tx_mode);
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_dsps.c | 56 u16 tx_mode; member 95 u32 tx_mode; member 939 .tx_mode = 0x70, 994 glue->context.tx_mode = musb_readl(mbase, wrp->tx_mode); in dsps_suspend() 1020 musb_writel(mbase, wrp->tx_mode, glue->context.tx_mode); in dsps_resume()
|
| H A D | musb_cppi41.c | 43 u32 tx_mode; member 349 old_mode = controller->tx_mode; in cppi41_set_dma_mode() 358 controller->tx_mode = new_mode; in cppi41_set_dma_mode() 376 old_mode = controller->tx_mode; in da8xx_set_dma_mode() 387 controller->tx_mode = new_mode; in da8xx_set_dma_mode()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x0/ |
| H A D | phy.c | 587 mt76x0_phy_get_target_power(struct mt76x02_dev *dev, u8 tx_mode, in mt76x0_phy_get_target_power() argument 594 switch (tx_mode) { in mt76x0_phy_get_target_power() 695 mt76x0_phy_get_delta_power(struct mt76x02_dev *dev, u8 tx_mode, in mt76x0_phy_get_delta_power() argument 745 if (!tx_mode) { in mt76x0_phy_get_delta_power() 825 u8 tssi_info[3], tx_mode; in mt76x0_phy_tssi_calibrate() local 832 tx_mode = tssi_info[0] & 0x7; in mt76x0_phy_tssi_calibrate() 833 if (mt76x0_phy_get_target_power(dev, tx_mode, tssi_info, in mt76x0_phy_tssi_calibrate() 837 val = mt76x0_phy_get_delta_power(dev, tx_mode, target_power, in mt76x0_phy_tssi_calibrate()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_tx.c | 161 hal_status = rtw_hal_bb_tx_mode_switch(hal_info->hal_com, mp->cur_phy, arg->tx_mode); in rtw_hal_mp_tx_mode_switch() 165 PHL_INFO("%s: tx_mode = %d\n", __FUNCTION__, arg->tx_mode); in rtw_hal_mp_tx_mode_switch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/test/mp/ |
| H A D | hal_test_mp_tx.c | 161 hal_status = rtw_hal_bb_tx_mode_switch(hal_info->hal_com, mp->cur_phy, arg->tx_mode); in rtw_hal_mp_tx_mode_switch() 165 PHL_INFO("%s: tx_mode = %d\n", __FUNCTION__, arg->tx_mode); in rtw_hal_mp_tx_mode_switch()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/ |
| H A D | rk628_csi_v4l2.c | 78 int tx_mode; member 516 if (csi->plat_data->tx_mode == DSI_MODE && plugin) in rk628_csi_delayed_work_enable_hotplug() 578 if (csi->plat_data->tx_mode == DSI_MODE && plugin) in rk628_delayed_work_res_change() 767 if (csi->plat_data->tx_mode == DSI_MODE) in enable_stream() 772 if (csi->plat_data->tx_mode == CSI_MODE) { in enable_stream() 1138 if (csi->plat_data->tx_mode == CSI_MODE) { in rk628_csi_initial_setup() 1252 if (csi->plat_data->tx_mode == DSI_MODE) in rk628_csi_isr() 1453 if (csi->plat_data->tx_mode == CSI_MODE) in rk628_csi_s_stream() 2036 if (csi->plat_data->tx_mode == DSI_MODE) { in rk628_csi_probe_of() 2089 .tx_mode = CSI_MODE, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/adaptec/ |
| H A D | starfire.c | 556 u32 tx_mode; member 967 np->tx_mode = TxFlowEnable|RxFlowEnable|PadEnable; /* modified when link is up. */ in netdev_open() 968 writel(MiiSoftReset | np->tx_mode, ioaddr + TxMode); in netdev_open() 970 writel(np->tx_mode, ioaddr + TxMode); in netdev_open() 1665 new_tx_mode = np->tx_mode & ~FullDuplex; /* duplex setting */ in netdev_media_change() 1668 if (np->tx_mode != new_tx_mode) { in netdev_media_change() 1669 np->tx_mode = new_tx_mode; in netdev_media_change() 1670 writel(np->tx_mode | MiiSoftReset, ioaddr + TxMode); in netdev_media_change() 1672 writel(np->tx_mode, ioaddr + TxMode); in netdev_media_change()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_adaptivity.c | 278 enum phydm_trx_mux_type tx_mode, in phydm_set_trx_mux() argument 285 …odm_set_bb_reg(p_dm, ODM_REG_CCK_RPT_FORMAT_11N, BIT(3) | BIT(2) | BIT(1), tx_mode); /*set TXmod… in phydm_set_trx_mux() 288 …odm_set_bb_reg(p_dm, ODM_REG_CCK_RPT_FORMAT_11N_B, BIT(3) | BIT(2) | BIT(1), tx_mode); /*set TXmo… in phydm_set_trx_mux() 294 …odm_set_bb_reg(p_dm, ODM_REG_TRMUX_11AC, BIT(11) | BIT(10) | BIT(9) | BIT(8), tx_mode); /*set T… in phydm_set_trx_mux() 297 …odm_set_bb_reg(p_dm, ODM_REG_TRMUX_11AC_B, BIT(11) | BIT(10) | BIT(9) | BIT(8), tx_mode); /*set T… in phydm_set_trx_mux()
|
| H A D | phydm_adaptivity.h | 126 enum phydm_trx_mux_type tx_mode,
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sunxi_emac.c | 22 u32 tx_mode; /* 0x04 */ member 288 writel(EMAC_TX_SETUP, ®s->tx_mode); in emac_setup()
|
| H A D | pch_gbe.h | 246 u32 tx_mode; member
|
| /OK3568_Linux_fs/kernel/include/linux/greybus/ |
| H A D | svc.h | 89 u8 tx_mode, u8 tx_gear, u8 tx_nlanes,
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A D | svc.c | 551 u8 tx_mode, u8 tx_gear, u8 tx_nlanes, in gb_svc_intf_set_power_mode() argument 567 request.tx_mode = tx_mode; in gb_svc_intf_set_power_mode() 609 request.tx_mode = GB_SVC_UNIPRO_HIBERNATE_MODE; in gb_svc_intf_set_power_mode_hibernate()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | samsung_tty.c | 128 unsigned int tx_mode; member 315 ourport->tx_mode = 0; in s3c24xx_serial_stop_tx() 368 ourport->tx_mode = S3C24XX_TX_DMA; in enable_tx_dma() 394 ourport->tx_mode = S3C24XX_TX_PIO; in enable_tx_pio() 399 if (ourport->tx_mode != S3C24XX_TX_PIO) in s3c24xx_serial_start_tx_pio() 410 if (ourport->tx_mode != S3C24XX_TX_DMA) in s3c24xx_serial_start_tx_dma() 1101 ourport->tx_mode = 0; in s3c24xx_serial_shutdown()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/inc/ |
| H A D | vdpu34x_vp9d.h | 61 RK_U32 tx_mode : 3; member
|
| H A D | vdpu382_vp9d.h | 61 RK_U32 tx_mode : 3; member
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | av1d_syntax.h | 81 UINT32 tx_mode : 3; member
|