Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 67) sorted by relevance

123

/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c92 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk() argument
98 .type = cpu_to_le16(section), in iwl_nvm_write_chunk()
113 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk() argument
119 .type = cpu_to_le16(section), in iwl_nvm_read_chunk()
192 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section() argument
205 ret = iwl_nvm_write_chunk(mvm, section, offset, in iwl_nvm_write_section()
226 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section() argument
246 ret = iwl_nvm_read_chunk(mvm, section, offset, length, data); in iwl_nvm_read_section()
250 section, offset, length); in iwl_nvm_read_section()
257 "NVM section %d read completed\n", section); in iwl_nvm_read_section()
[all …]
/drivers/edac/
Damd64_edac_inj.c9 return sprintf(buf, "0x%x\n", pvt->injection.section); in amd64_inject_section_show()
36 pvt->injection.section = (u32) value; in amd64_inject_section_store()
124 u32 section, word_bits; in amd64_inject_read_store() local
132 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in amd64_inject_read_store()
134 amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_ADDR, section); in amd64_inject_read_store()
141 edac_dbg(0, "section=0x%x word_bits=0x%x\n", section, word_bits); in amd64_inject_read_store()
156 u32 section, word_bits, tmp; in amd64_inject_write_store() local
165 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in amd64_inject_write_store()
167 amd64_write_pci_cfg(pvt->F3, F10_NB_ARRAY_ADDR, section); in amd64_inject_write_store()
190 edac_dbg(0, "section=0x%x word_bits=0x%x\n", section, word_bits); in amd64_inject_write_store()
Damd64_edac.h277 #define SET_NB_ARRAY_ADDR(section) (((section) & 0x3) << 1) argument
311 u32 section; member
/drivers/base/
Dmemory.c532 struct memory_block *find_memory_block_hinted(struct mem_section *section, in find_memory_block_hinted() argument
535 int block_id = base_memory_block_id(__section_nr(section)); in find_memory_block_hinted()
555 struct memory_block *find_memory_block(struct mem_section *section) in find_memory_block() argument
557 return find_memory_block_hinted(section, NULL); in find_memory_block()
596 struct mem_section *section, unsigned long state) in init_memory_block() argument
607 scn_nr = __section_nr(section); in init_memory_block()
651 int register_new_memory(int nid, struct mem_section *section) in register_new_memory() argument
658 mem = find_memory_block(section); in register_new_memory()
663 ret = init_memory_block(&mem, section, MEM_OFFLINE); in register_new_memory()
687 struct mem_section *section, int phys_device) in remove_memory_block() argument
[all …]
/drivers/acpi/apei/
Dapei-internal.h123 #define apei_estatus_for_each_section(estatus, section) \ argument
124 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \
125 (void *)section - (void *)estatus < estatus->data_length; \
126 section = (void *)(section+1) + section->error_data_length)
/drivers/crypto/qat/qat_common/
Dadf_ctl_drv.c152 const char *section, in adf_add_key_value_data() argument
159 if (adf_cfg_add_key_value_param(accel_dev, section, in adf_add_key_value_data()
166 if (adf_cfg_add_key_value_param(accel_dev, section, in adf_add_key_value_data()
181 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
186 if (copy_from_user(&section, (void __user *)section_head, in adf_copy_key_value_data()
192 if (adf_cfg_section_add(accel_dev, section.name)) { in adf_copy_key_value_data()
205 if (adf_add_key_value_data(accel_dev, section.name, in adf_copy_key_value_data()
211 section_head = section.next; in adf_copy_key_value_data()
Dadf_cfg.c285 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
287 if (!section) in adf_cfg_add_key_value_param()
312 adf_cfg_keyval_add(key_val, section); in adf_cfg_add_key_value_param()
351 const char *section, const char *name, in adf_cfg_get_param_value() argument
358 ret = adf_cfg_key_val_get(accel_dev, section, name, value); in adf_cfg_get_param_value()
Dadf_transport.c231 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring() argument
257 if (adf_cfg_get_param_value(accel_dev, section, ring_name, val)) { in adf_create_ring()
259 section, ring_name); in adf_create_ring()
363 const char *section, const char *format, in adf_get_cfg_int() argument
371 if (adf_cfg_get_param_value(accel_dev, section, key_buf, val_buf)) in adf_get_cfg_int()
380 const char *section, uint32_t bank_num_in_accel) in adf_enable_coalesc() argument
382 if (adf_get_cfg_int(bank->accel_dev, section, in adf_enable_coalesc()
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/
Dhubnve0.fuc28 .section #nve0_grhub_data
34 .section #nve0_grhub_code
Dhubnvc0.fuc28 .section #nvc0_grhub_data
34 .section #nvc0_grhub_code
Dgpcgm107.fuc530 .section #gm107_grgpc_data
36 .section #gm107_grgpc_code
Dhubnv108.fuc528 .section #nv108_grhub_data
34 .section #nv108_grhub_code
Dgpcnv108.fuc530 .section #nv108_grgpc_data
36 .section #nv108_grgpc_code
Dhubnvd7.fuc28 .section #nvd7_grhub_data
34 .section #nvd7_grhub_code
Dgpcnvd7.fuc30 .section #nvd7_grgpc_data
36 .section #nvd7_grgpc_code
Dhubgm107.fuc528 .section #gm107_grhub_data
34 .section #gm107_grhub_code
Dhubnvf0.fuc28 .section #nvf0_grhub_data
34 .section #nvf0_grhub_code
Dgpcnve0.fuc30 .section #nve0_grgpc_data
36 .section #nve0_grgpc_code
Dgpcnvc0.fuc30 .section #nvc0_grgpc_data
36 .section #nvc0_grgpc_code
Dgpcnvf0.fuc30 .section #nvf0_grgpc_data
36 .section #nvf0_grgpc_code
/drivers/staging/speakup/
Dspkguide.txt17 copy of the license is included in the section entitled "GNU Free
246 In this section, we'll go through a list of all the speakup keys and
418 The i18n subdirectory is described in a later section.
536 keywords in section 1 to find the keyword which matches your synth.
548 we'll see in the next section, this is particularly useful when you are
610 During the rest of this section, we assume that speakup_soft is either
749 They are described later in this section.
770 See section 15 for a description of the process of defining windows.
902 internal Speakup commands. This section necessarily assumes you have a
919 section 4 into a separate file. If you use the one in the Speakup
[all …]
/drivers/staging/unisys/Documentation/
Doverview.txt34 The modules in this section handle shared devices and the virtual
36 depend on the modules described in the support modules section.
109 The modules in this section provide integration with s-Par guest
112 section.
139 The modules described in this section provide functions and
/drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/
Dnv108.fuc35 .section #nv108_pwr_data
59 .section #nv108_pwr_code
Dnvd0.fuc35 .section #nvd0_pwr_data
59 .section #nvd0_pwr_code
Dnvc0.fuc35 .section #nvc0_pwr_data
59 .section #nvc0_pwr_code

123