| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | tbxfload.c | 283 acpi_status acpi_load_table(struct acpi_table_header *table, u32 *table_idx) in ACPI_EXPORT_SYMBOL_INIT() 302 if (table_idx) { in ACPI_EXPORT_SYMBOL_INIT() 303 *table_idx = table_index; in ACPI_EXPORT_SYMBOL_INIT()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hem.c | 201 u32 table_idx; in hns_roce_calc_hem_mhop() local 219 table_idx = (*obj & (table->num_obj - 1)) / in hns_roce_calc_hem_mhop() 223 mhop->l2_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop() 224 mhop->l1_idx = table_idx / chunk_ba_num & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop() 225 mhop->l0_idx = (table_idx / chunk_ba_num) / chunk_ba_num; in hns_roce_calc_hem_mhop() 228 mhop->l1_idx = table_idx & (chunk_ba_num - 1); in hns_roce_calc_hem_mhop() 229 mhop->l0_idx = table_idx / chunk_ba_num; in hns_roce_calc_hem_mhop() 232 mhop->l0_idx = table_idx; in hns_roce_calc_hem_mhop()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_scan.c | 3352 t_s32 table_idx) in wlan_scan_delete_table_entry() argument 3367 beacon_buf_adj = pmadapter->pscan_table[table_idx].beacon_buf_size_max; in wlan_scan_delete_table_entry() 3371 table_idx, beacon_buf_adj); in wlan_scan_delete_table_entry() 3375 pbeacon_buf = pmadapter->pscan_table[table_idx].pbeacon_buf; in wlan_scan_delete_table_entry() 3385 table_idx, pbeacon_buf, pbeacon_buf + beacon_buf_adj, in wlan_scan_delete_table_entry() 3405 table_idx, pmadapter->num_in_scan_table); in wlan_scan_delete_table_entry() 3411 for (del_idx = table_idx; (del_idx + 1) < pmadapter->num_in_scan_table; in wlan_scan_delete_table_entry() 3648 t_s32 table_idx = pmadapter->num_in_scan_table - 1; in wlan_scan_delete_ageout_entry() local 3659 pbss_entry = &pmadapter->pscan_table[table_idx]; in wlan_scan_delete_ageout_entry() 3667 wlan_scan_delete_table_entry(pmpriv, table_idx); in wlan_scan_delete_ageout_entry() [all …]
|
| H A D | mlan_join.c | 402 t_u32 table_idx; in wlan_update_tsf_timestamps() local 416 for (table_idx = 0; table_idx < pmadapter->num_in_scan_table; in wlan_update_tsf_timestamps() 417 table_idx++) { in wlan_update_tsf_timestamps() 418 pmadapter->pscan_table[table_idx].network_tsf += tsf_delta; in wlan_update_tsf_timestamps()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_scan.c | 2670 wlan_scan_delete_table_entry(IN mlan_private *pmpriv, IN t_s32 table_idx) in wlan_scan_delete_table_entry() argument 2685 beacon_buf_adj = pmadapter->pscan_table[table_idx].beacon_buf_size_max; in wlan_scan_delete_table_entry() 2689 table_idx, beacon_buf_adj); in wlan_scan_delete_table_entry() 2693 pbeacon_buf = pmadapter->pscan_table[table_idx].pbeacon_buf; in wlan_scan_delete_table_entry() 2703 table_idx, in wlan_scan_delete_table_entry() 2725 table_idx, pmadapter->num_in_scan_table); in wlan_scan_delete_table_entry() 2731 for (del_idx = table_idx; (del_idx + 1) < pmadapter->num_in_scan_table; in wlan_scan_delete_table_entry() 2864 t_s32 table_idx; in wlan_scan_delete_ssid_table_entry() local 2875 while ((table_idx = wlan_find_ssid_in_list(pmpriv, in wlan_scan_delete_ssid_table_entry() 2880 table_idx); in wlan_scan_delete_ssid_table_entry() [all …]
|
| H A D | mlan_join.c | 389 t_u32 table_idx; in wlan_update_tsf_timestamps() local 403 for (table_idx = 0; table_idx < pmadapter->num_in_scan_table; in wlan_update_tsf_timestamps() 404 table_idx++) { in wlan_update_tsf_timestamps() 405 pmadapter->pscan_table[table_idx].network_tsf += tsf_delta; in wlan_update_tsf_timestamps()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | acpixf.h | 462 u32 *table_idx))
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_debug.c | 3969 u8 table_idx = 0; in phydm_get_csi_table_jgr3() local 3981 for (table_idx = 0; table_idx < 128; table_idx++) { in phydm_get_csi_table_jgr3() 3982 odm_set_bb_reg(dm, R_0x1d94, MASKBYTE2, table_idx); in phydm_get_csi_table_jgr3() 3990 table_idx); in phydm_get_csi_table_jgr3() 3995 table_idx, table_val); in phydm_get_csi_table_jgr3()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.c | 3907 u8 table_idx = 0; in phydm_get_csi_table_jgr3() local 3919 for (table_idx = 0; table_idx < 128; table_idx++) { in phydm_get_csi_table_jgr3() 3920 odm_set_bb_reg(dm, R_0x1d94, MASKBYTE2, table_idx); in phydm_get_csi_table_jgr3() 3928 table_idx); in phydm_get_csi_table_jgr3() 3933 table_idx, table_val); in phydm_get_csi_table_jgr3()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_debug.c | 3906 u8 table_idx = 0; in phydm_get_csi_table_jgr3() local 3918 for (table_idx = 0; table_idx < 128; table_idx++) { in phydm_get_csi_table_jgr3() 3919 odm_set_bb_reg(dm, R_0x1d94, MASKBYTE2, table_idx); in phydm_get_csi_table_jgr3() 3927 table_idx); in phydm_get_csi_table_jgr3() 3932 table_idx, table_val); in phydm_get_csi_table_jgr3()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.c | 3972 u8 table_idx = 0; in phydm_get_csi_table_jgr3() local 3984 for (table_idx = 0; table_idx < 128; table_idx++) { in phydm_get_csi_table_jgr3() 3985 odm_set_bb_reg(dm, R_0x1d94, MASKBYTE2, table_idx); in phydm_get_csi_table_jgr3() 3993 table_idx); in phydm_get_csi_table_jgr3() 3998 table_idx, table_val); in phydm_get_csi_table_jgr3()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_debug.c | 3927 u8 table_idx = 0; in phydm_get_csi_table_jgr3() local 3939 for (table_idx = 0; table_idx < 128; table_idx++) { in phydm_get_csi_table_jgr3() 3940 odm_set_bb_reg(dm, R_0x1d94, MASKBYTE2, table_idx); in phydm_get_csi_table_jgr3() 3948 table_idx); in phydm_get_csi_table_jgr3() 3953 table_idx, table_val); in phydm_get_csi_table_jgr3()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 850 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing() local 855 btv->c.nr,table_idx); in bt848A_set_timing() 862 len=SRAM_Table[table_idx][0]; in bt848A_set_timing() 864 btwrite(SRAM_Table[table_idx][i],BT848_TGLB); in bt848A_set_timing()
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | fwserial.c | 68 #define table_idx(loop) ((loop) * num_ports + num_ttys) macro 1082 struct fwtty_port *port = fwtty_port_get(table_idx(tty->index)); in fwloop_install()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 7708 unsigned int table_idx = idx >> IO_RSRC_TAG_TABLE_SHIFT; in io_get_tag_slot() local 7710 return &data->tags[table_idx][off]; in io_get_tag_slot()
|