Home
last modified time | relevance | path

Searched refs:config_table (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dnozomi.c205 struct config_table { struct
271 struct config_table { struct
350 struct config_table config_table; /* Configuration table */ member
494 void __iomem *offset = dc->base_addr + dc->config_table.dl_start; in nozomi_setup_memory()
503 (offset += dc->config_table.dl_mdm_len1); in nozomi_setup_memory()
505 dc->config_table.dl_mdm_len1 - buff_offset; in nozomi_setup_memory()
507 dc->config_table.dl_mdm_len2 - buff_offset; in nozomi_setup_memory()
511 (offset += dc->config_table.dl_mdm_len2); in nozomi_setup_memory()
513 dc->config_table.dl_diag_len1 - buff_offset; in nozomi_setup_memory()
515 (offset += dc->config_table.dl_diag_len1); in nozomi_setup_memory()
[all …]
/OK3568_Linux_fs/kernel/sound/hda/
H A Dintel-dsp-config.c41 static const struct config_entry config_table[] = { variable
446 cfg = snd_intel_dsp_find_config(pci, config_table, ARRAY_SIZE(config_table)); in snd_intel_dsp_driver_probe()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c110 config_table:pci_mpc83xxmitx_config_table,
115 config_table:pci_mpc83xxmitx_config_table,
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-firmware-efi15 What: /sys/firmware/efi/config_table
/OK3568_Linux_fs/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c385 { config_table: pci_mpc85xxcds_config_table,},
/OK3568_Linux_fs/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c385 config_table: pci_mpc85xxcds_config_table,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8568mds/
H A Dmpc8568mds.c330 pci1_hose.config_table = pci_mpc8568mds_config_table; in pci_init_board()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8610hpcd/
H A Dmpc8610hpcd.c247 pci1_hose.config_table = pci_mpc86xxcts_config_table; in pci_init_board()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Defi.c901 EFI_ATTR_SHOW(config_table);
905 struct kobj_attribute efi_attr_config_table = __ATTR_RO(config_table);
/OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c231 pci1_hose.config_table = pci_mpc85xxcds_config_table; in pci_init_board()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c1022 struct mac_configuration_entry *cfg_entry = &config->config_table[0]; in bnx2x_vlan_mac_set_rdata_e1x()
3669 bnx2x_set_fw_mac_addr(&data->config_table[idx].msb_mac_addr, in bnx2x_mcast_set_one_rule_e1()
3670 &data->config_table[idx].middle_mac_addr, in bnx2x_mcast_set_one_rule_e1()
3671 &data->config_table[idx].lsb_mac_addr, in bnx2x_mcast_set_one_rule_e1()
3674 data->config_table[idx].vlan_id = 0; in bnx2x_mcast_set_one_rule_e1()
3675 data->config_table[idx].pf_id = r->func_id; in bnx2x_mcast_set_one_rule_e1()
3676 data->config_table[idx].clients_bit_vector = in bnx2x_mcast_set_one_rule_e1()
3679 SET_FLAG(data->config_table[idx].flags, in bnx2x_mcast_set_one_rule_e1()
3841 if (GET_FLAG(data->config_table[0].flags, in bnx2x_mcast_refresh_registry_e1()
3857 &data->config_table[i].msb_mac_addr, in bnx2x_mcast_refresh_registry_e1()
[all …]
H A Dbnx2x_hsi.h4717 struct mac_configuration_entry config_table[64]; member
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c191 config_table:pci_mpc85xxads_config_table,
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c264 config_table: pci_integrator_config_table,
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci.c296 for (table = hose->config_table; table && table->vendor; table++) { in pci_find_config()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h572 struct pci_config_table *config_table; member
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c7041 struct pqi_config_table *config_table; in pqi_process_config_table() local
7049 config_table = kmalloc(table_length, GFP_KERNEL); in pqi_process_config_table()
7050 if (!config_table) { in pqi_process_config_table()
7062 memcpy_fromio(config_table, table_iomem_addr, table_length); in pqi_process_config_table()
7066 get_unaligned_le32(&config_table->first_section_offset); in pqi_process_config_table()
7069 section = (void *)config_table + section_offset; in pqi_process_config_table()
7105 kfree(config_table); in pqi_process_config_table()