| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/ |
| H A D | misc.c | 72 void davinci_emac_mii_mode_sel(int mode_sel) in davinci_emac_mii_mode_sel() argument 77 if (mode_sel == 0) in davinci_emac_mii_mode_sel()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/ |
| H A D | davinci_misc.h | 45 void davinci_emac_mii_mode_sel(int mode_sel);
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/ |
| H A D | sdram_rk3399.c | 203 u32 mode_sel = 0; in phy_io_config() local 225 mode_sel = 0x5; in phy_io_config() 231 mode_sel = 0x4; in phy_io_config() 286 mode_sel = 0x0; in phy_io_config() 292 mode_sel = 0x1; in phy_io_config() 310 clrsetbits_le32(&denali_phy[924], 0x7 << 15, mode_sel << 15); in phy_io_config() 312 clrsetbits_le32(&denali_phy[926], 0x7 << 6, mode_sel << 6); in phy_io_config() 314 clrsetbits_le32(&denali_phy[927], 0x7 << 6, mode_sel << 6); in phy_io_config() 316 clrsetbits_le32(&denali_phy[928], 0x7 << 14, mode_sel << 14); in phy_io_config() 318 clrsetbits_le32(&denali_phy[929], 0x7 << 14, mode_sel << 14); in phy_io_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_ctl.c | 492 u32 mode_sel = 0; in dpu_hw_ctl_intf_cfg_v1() local 495 mode_sel |= BIT(17); in dpu_hw_ctl_intf_cfg_v1() 500 DPU_REG_WRITE(c, CTL_TOP, mode_sel); in dpu_hw_ctl_intf_cfg_v1()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | trxcfg.h | 239 struct mac_ax_mac_tx_mode_sel *mode_sel);
|
| H A D | hw.h | 1115 u32 set_bacam_mode(struct mac_ax_adapter *adapter, u8 mode_sel); 1129 u32 get_bacam_mode(struct mac_ax_adapter *adapter, u8 *mode_sel);
|
| H A D | trxcfg.c | 1814 struct mac_ax_mac_tx_mode_sel *mode_sel) in mac_tx_mode_sel() argument 1826 val32 |= (mode_sel->txop_rot_wmm0_en ? B_AX_SS_TXOP_MODE_0 : 0) | in mac_tx_mode_sel() 1827 (mode_sel->txop_rot_wmm1_en ? B_AX_SS_TXOP_MODE_1 : 0) | in mac_tx_mode_sel() 1828 (mode_sel->txop_rot_wmm2_en ? B_AX_SS_TXOP_MODE_2 : 0) | in mac_tx_mode_sel() 1829 (mode_sel->txop_rot_wmm3_en ? B_AX_SS_TXOP_MODE_3 : 0); in mac_tx_mode_sel()
|
| H A D | hw.c | 425 u32 set_bacam_mode(struct mac_ax_adapter *adapter, u8 mode_sel) in set_bacam_mode() argument 432 if (mode_sel) in set_bacam_mode() 1396 u32 get_bacam_mode(struct mac_ax_adapter *adapter, u8 *mode_sel) in get_bacam_mode() argument 1400 *mode_sel = MAC_REG_R8(R_AX_RESPBA_CAM_CTRL) & B_AX_BACAM_ENT_CFG ? 1 : 0; in get_bacam_mode()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | trxcfg.h | 239 struct mac_ax_mac_tx_mode_sel *mode_sel);
|
| H A D | hw.h | 1115 u32 set_bacam_mode(struct mac_ax_adapter *adapter, u8 mode_sel); 1129 u32 get_bacam_mode(struct mac_ax_adapter *adapter, u8 *mode_sel);
|
| H A D | trxcfg.c | 1814 struct mac_ax_mac_tx_mode_sel *mode_sel) in mac_tx_mode_sel() argument 1826 val32 |= (mode_sel->txop_rot_wmm0_en ? B_AX_SS_TXOP_MODE_0 : 0) | in mac_tx_mode_sel() 1827 (mode_sel->txop_rot_wmm1_en ? B_AX_SS_TXOP_MODE_1 : 0) | in mac_tx_mode_sel() 1828 (mode_sel->txop_rot_wmm2_en ? B_AX_SS_TXOP_MODE_2 : 0) | in mac_tx_mode_sel() 1829 (mode_sel->txop_rot_wmm3_en ? B_AX_SS_TXOP_MODE_3 : 0); in mac_tx_mode_sel()
|
| H A D | hw.c | 425 u32 set_bacam_mode(struct mac_ax_adapter *adapter, u8 mode_sel) in set_bacam_mode() argument 432 if (mode_sel) in set_bacam_mode() 1396 u32 get_bacam_mode(struct mac_ax_adapter *adapter, u8 *mode_sel) in get_bacam_mode() argument 1400 *mode_sel = MAC_REG_R8(R_AX_RESPBA_CAM_CTRL) & B_AX_BACAM_ENT_CFG ? 1 : 0; in get_bacam_mode()
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_audmix.c | 22 *mode_sel[] = { "Disabled", "TDM1", "TDM2", "Mixed", }, variable 31 SOC_ENUM_SINGLE_S(FSL_AUDMIX_CTR, FSL_AUDMIX_CTR_OUTSRC_SHIFT, mode_sel),
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | hv_type.h | 431 u8 mode_sel; member
|
| H A D | mac_def.h | 15092 struct mac_ax_mac_tx_mode_sel *mode_sel);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | hv_type.h | 431 u8 mode_sel; member
|
| H A D | mac_def.h | 15092 struct mac_ax_mac_tx_mode_sel *mode_sel);
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-lmcx-defs.h | 1566 uint64_t mode_sel:2; member 1572 uint64_t mode_sel:2; 1598 uint64_t mode_sel:2; member 1604 uint64_t mode_sel:2;
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer.c | 2445 bool mode_sel = false; in build_audio_procunit() local 2452 mode_sel = true; in build_audio_procunit() 2456 mode_sel = true; in build_audio_procunit() 2460 if (mode_sel) { in build_audio_procunit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 7449 struct mac_ax_mac_tx_mode_sel mode_sel = {0}; in rtw_hal_mac_tx_mode_sel() local 7452 mode_sel.sw_mode_band0_en = 1; in rtw_hal_mac_tx_mode_sel() 7454 mode_sel.txop_rot_wmm0_en = 1; in rtw_hal_mac_tx_mode_sel() 7456 mode_sel.txop_rot_wmm1_en = 1; in rtw_hal_mac_tx_mode_sel() 7458 mode_sel.txop_rot_wmm2_en = 1; in rtw_hal_mac_tx_mode_sel() 7460 mode_sel.txop_rot_wmm3_en = 1; in rtw_hal_mac_tx_mode_sel() 7462 mac->ops->tx_mode_sel(mac, &mode_sel); in rtw_hal_mac_tx_mode_sel()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 7465 struct mac_ax_mac_tx_mode_sel mode_sel = {0}; in rtw_hal_mac_tx_mode_sel() local 7468 mode_sel.sw_mode_band0_en = 1; in rtw_hal_mac_tx_mode_sel() 7470 mode_sel.txop_rot_wmm0_en = 1; in rtw_hal_mac_tx_mode_sel() 7472 mode_sel.txop_rot_wmm1_en = 1; in rtw_hal_mac_tx_mode_sel() 7474 mode_sel.txop_rot_wmm2_en = 1; in rtw_hal_mac_tx_mode_sel() 7476 mode_sel.txop_rot_wmm3_en = 1; in rtw_hal_mac_tx_mode_sel() 7478 mac->ops->tx_mode_sel(mac, &mode_sel); in rtw_hal_mac_tx_mode_sel()
|