| /OK3568_Linux_fs/kernel/drivers/net/can/m_can/ |
| H A D | m_can.c | 338 u32 addr_offset = cdev->mcfg[MRAM_RXF0].off + fgi * RXF0_ELEMENT_SIZE + in m_can_fifo_read() 347 u32 addr_offset = cdev->mcfg[MRAM_TXB].off + fpi * TXB_ELEMENT_SIZE + in m_can_fifo_write() 361 u32 addr_offset = cdev->mcfg[MRAM_TXE].off + fgi * TXE_ELEMENT_SIZE + in m_can_txe_fifo_read() 1136 cdev->mcfg[MRAM_TXB].off); in m_can_chip_config() 1140 (cdev->mcfg[MRAM_TXB].num << TXBC_TFQS_SHIFT) | in m_can_chip_config() 1141 (cdev->mcfg[MRAM_TXB].off)); in m_can_chip_config() 1150 cdev->mcfg[MRAM_TXE].off); in m_can_chip_config() 1154 ((cdev->mcfg[MRAM_TXE].num << TXEFC_EFS_SHIFT) in m_can_chip_config() 1156 cdev->mcfg[MRAM_TXE].off); in m_can_chip_config() 1161 (cdev->mcfg[MRAM_RXF0].num << RXFC_FS_SHIFT) | in m_can_chip_config() [all …]
|
| /OK3568_Linux_fs/u-boot/board/overo/ |
| H A D | spl.c | 30 timings->mcfg = MICRON_V_MCFG_165(256 << 20); in get_board_mem_timings() 37 timings->mcfg = MICRON_V_MCFG_200(256 << 20); in get_board_mem_timings() 43 timings->mcfg = HYNIX_V_MCFG_200(256 << 20); in get_board_mem_timings() 49 timings->mcfg = MCFG(512 << 20, 15); in get_board_mem_timings() 55 timings->mcfg = MICRON_V_MCFG_165(128 << 20); in get_board_mem_timings()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/mesh/ |
| H A D | rtw_mesh.c | 297 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 301 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 302 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 303 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 319 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 337 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 339 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 363 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 377 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 378 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh.c | 297 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 301 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 302 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 303 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 319 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 337 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 339 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 363 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 377 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 378 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh.c | 297 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 301 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 302 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 303 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 319 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 337 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 339 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 363 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 377 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 378 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/mesh/ |
| H A D | rtw_mesh.c | 296 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 300 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 301 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 302 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 318 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 336 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 338 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 362 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 376 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 377 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/ux500/ |
| H A D | ux500_msp_i2s.c | 275 struct msp_multichannel_config *mcfg; in configure_multichannel() local 291 mcfg = &config->multichannel_config; in configure_multichannel() 292 if (mcfg->tx_multichannel_enable) { in configure_multichannel() 295 writel(reg_val_MCR | (mcfg->tx_multichannel_enable ? in configure_multichannel() 298 writel(mcfg->tx_channel_0_enable, in configure_multichannel() 300 writel(mcfg->tx_channel_1_enable, in configure_multichannel() 302 writel(mcfg->tx_channel_2_enable, in configure_multichannel() 304 writel(mcfg->tx_channel_3_enable, in configure_multichannel() 313 if (mcfg->rx_multichannel_enable) { in configure_multichannel() 316 writel(reg_val_MCR | (mcfg->rx_multichannel_enable ? in configure_multichannel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 164 … { .name = NAME, .mcfg = MAC, .RCR_Cfg = RCR, .RxConfigMask = MASK, .jumbo_frame_sz = JumFrameSz } 168 u8 mcfg; member 1177 switch (tp->mcfg) { in proc_get_extended_registers() 1632 switch (tp->mcfg) { in proc_get_extended_registers() 1959 if (tp->mcfg == CFG_METHOD_11) { in mdio_real_write() 1978 if (tp->mcfg == CFG_METHOD_12 || tp->mcfg == CFG_METHOD_13) in mdio_real_write() 1995 if (tp->mcfg == CFG_METHOD_12 || tp->mcfg == CFG_METHOD_13) in mdio_real_write() 2088 if (tp->mcfg==CFG_METHOD_11) { in mdio_real_read() 2115 if (tp->mcfg == CFG_METHOD_12 || tp->mcfg == CFG_METHOD_13) in mdio_real_read() 2132 if (tp->mcfg == CFG_METHOD_12 || tp->mcfg == CFG_METHOD_13) in mdio_real_read() [all …]
|
| /OK3568_Linux_fs/u-boot/board/isee/igep00x0/ |
| H A D | spl.c | 24 timings->mcfg = HYNIX_V_MCFG_200(256 << 20); in get_board_mem_timings() 29 timings->mcfg = MICRON_V_MCFG_200(256 << 20); in get_board_mem_timings() 41 timings->mcfg = NUMONYX_V_MCFG_165(256 << 20); in get_board_mem_timings() 46 timings->mcfg = NUMONYX_V_MCFG_200(256 << 20); in get_board_mem_timings()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 371 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 373 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.PhyInfo.rssi) in rtw_mesh_acnode_candidate_exist() 397 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 411 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 412 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/mesh/ |
| H A D | rtw_mesh.c | 333 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 337 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 339 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 355 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 373 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 375 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 399 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 413 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 414 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/mesh/ |
| H A D | rtw_mesh.c | 333 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 337 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 339 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 355 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 373 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 375 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 399 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 413 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 414 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 372 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 374 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.Rssi) in rtw_mesh_acnode_candidate_exist() 398 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 412 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 413 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/mesh/ |
| H A D | rtw_mesh.c | 332 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_allow_sacrifice() local 336 if (!mcfg->peer_sel_policy.acnode_prevent in rtw_mesh_acnode_prevent_allow_sacrifice() 337 || mcfg->max_peer_links <= 1 in rtw_mesh_acnode_prevent_allow_sacrifice() 338 || stapriv->asoc_list_cnt < mcfg->max_peer_links) in rtw_mesh_acnode_prevent_allow_sacrifice() 354 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_candidate_exist() local 371 if (rtw_get_passing_time_ms(scanned->last_scanned) < mcfg->peer_sel_policy.scanr_exp_ms in rtw_mesh_acnode_candidate_exist() 373 && (!mcfg->rssi_threshold || mcfg->rssi_threshold <= scanned->network.PhyInfo.rssi) in rtw_mesh_acnode_candidate_exist() 397 struct rtw_mesh_cfg *mcfg = &adapter->mesh_cfg; in rtw_mesh_acnode_prevent_sacrifice_chk() local 411 if (mcfg->peer_sel_policy.cto_mgate_require in rtw_mesh_acnode_prevent_sacrifice_chk() 412 && !mcfg->dot11MeshGateAnnouncementProtocol in rtw_mesh_acnode_prevent_sacrifice_chk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | sdrc.c | 74 size = readl(&sdrc_base->cs[cs].mcfg) >> 8; in get_sdr_cs_size() 106 writel(timings->mcfg, &sdrc_base->cs[cs].mcfg); in write_sdrc_timings() 121 writel(0, &sdrc_base->cs[cs].mcfg); in write_sdrc_timings() 185 timings.mcfg = readl(&sdrc_base->cs[CS0].mcfg), in do_sdrc_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | acpi_table.c | 319 static void acpi_create_mcfg(struct acpi_mcfg *mcfg) in acpi_create_mcfg() argument 321 struct acpi_table_header *header = &(mcfg->header); in acpi_create_mcfg() 322 u32 current = (u32)mcfg + sizeof(struct acpi_mcfg); in acpi_create_mcfg() 324 memset((void *)mcfg, 0, sizeof(struct acpi_mcfg)); in acpi_create_mcfg() 334 header->length = current - (u32)mcfg; in acpi_create_mcfg() 335 header->checksum = table_compute_checksum((void *)mcfg, header->length); in acpi_create_mcfg() 372 struct acpi_mcfg *mcfg; in write_acpi_tables() local 456 mcfg = (struct acpi_mcfg *)current; in write_acpi_tables() 457 acpi_create_mcfg(mcfg); in write_acpi_tables() 458 current += mcfg->header.length; in write_acpi_tables() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/beagle/ |
| H A D | beagle.c | 163 timings->mcfg = NUMONYX_V_MCFG_165(512 << 20); in get_board_mem_timings() 170 timings->mcfg = MICRON_V_MCFG_165(128 << 20); in get_board_mem_timings() 177 timings->mcfg = MICRON_V_MCFG_200(256 << 20); in get_board_mem_timings() 187 timings->mcfg = MICRON_V_MCFG_200(256 << 20); in get_board_mem_timings() 193 timings->mcfg = NUMONYX_V_MCFG_165(512 << 20); in get_board_mem_timings() 201 timings->mcfg = MICRON_V_MCFG_165(128 << 20); in get_board_mem_timings()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | pic32_mdio.c | 82 writel(MIIMCFG_RSTMGMT, &mii_regs->mcfg.raw); in pic32_mdio_reset() 89 writel(0, &mii_regs->mcfg); in pic32_mdio_reset() 96 writel(MIIMCFG_CLKSEL_DIV40, &mii_regs->mcfg.raw); in pic32_mdio_reset()
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | mmconfig-shared.c | 548 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry() argument 554 if (!strncmp(mcfg->header.oem_id, "SGI", 3)) in acpi_mcfg_check_entry() 557 if ((mcfg->header.revision >= 1) && (dmi_get_bios_year() >= 2010)) in acpi_mcfg_check_entry() 568 struct acpi_table_mcfg *mcfg; in pci_parse_mcfg() local 576 mcfg = (struct acpi_table_mcfg *)header; in pci_parse_mcfg() 591 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1]; in pci_parse_mcfg() 594 if (acpi_mcfg_check_entry(mcfg, cfg)) { in pci_parse_mcfg()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | apic_numachip.c | 48 u64 mcfg; in numachip2_get_apic_id() local 50 rdmsrl(MSR_FAM10H_MMIO_CONF_BASE, mcfg); in numachip2_get_apic_id() 51 return ((mcfg >> (28 - 8)) & 0xfff00) | (x >> 24); in numachip2_get_apic_id()
|