Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 4242) sorted by relevance

12345678910>>...170

/openbmc/linux/Documentation/
H A Dsubsystem-apis.rst21 mm/index
22 power/index
34 hid/index
36 gpu/index
37 fb/index
49 mhi/index
71 i2c/index
72 iio/index
75 spi/index
76 w1/index
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_db.c574 u8 i0 = index % 32; in pattern_table_get_isi_word()
575 u8 i1 = index % 8; in pattern_table_get_isi_word()
611 u8 i1 = index % 4; in pattern_table_get_isi_word16()
673 if (index == 0 || index == 2 || index == 5 || in pattern_table_get_word()
674 index == 7) in pattern_table_get_word()
686 if (index < 6) in pattern_table_get_word()
706 if (index < 6) in pattern_table_get_word()
712 if (index > 1 && index < 6) in pattern_table_get_word()
767 if (index < 3) in pattern_table_get_word()
787 if (index < 3) in pattern_table_get_word()
[all …]
/openbmc/qemu/hw/i2c/
H A Dpmbus_device.c320 uint8_t index; in pmbus_receive_byte() local
332 index = 0; in pmbus_receive_byte()
340 index = pmdev->page; in pmbus_receive_byte()
1209 uint8_t index = pmdev->page; in pmbus_operation() local
1218 pmdev->pages[index].read_vout = pmdev->pages[index].vout_margin_high; in pmbus_operation()
1222 pmdev->pages[index].read_vout = pmdev->pages[index].vout_margin_low; in pmbus_operation()
1232 uint8_t index; in pmbus_write_data() local
1280 index = pmdev->page; in pmbus_write_data()
1865 if (index == PB_ALL_PAGES) { in pmbus_page_config()
1872 if (index > pmdev->num_pages - 1) { in pmbus_page_config()
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dtag_check.c19 item_check_absent(tree, index); in __simple_checks()
22 item_insert(tree, index); in __simple_checks()
24 item_tag_set(tree, index, tag); in __simple_checks()
33 item_insert(tree, index); in __simple_checks()
44 unsigned long index; in simple_checks() local
47 for (index = 0; index < 10000; index++) { in simple_checks()
136 unsigned long index = 0; in gang_check() local
140 index, BATCH, tag))) { in gang_check()
153 index = items[nr_found - 1]->index + 1; in gang_check()
171 unsigned long index; in do_thrash() local
[all …]
/openbmc/linux/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst27 gpio/index
37 * pm/index
49 * iio/index
51 * usb/index
53 * pci/index
54 * cxl/index
59 * i3c/index
70 * mei/index
71 * mtd/index
72 * mmc/index
[all …]
/openbmc/u-boot/cmd/ti/
H A Dddr3.c40 index += 4) in ddr_memory_test()
41 __raw_writel(index, index); in ddr_memory_test()
46 index += 4) { in ddr_memory_test()
50 index, value, __raw_readl(index)); in ddr_memory_test()
66 index += 4) in ddr_memory_test()
67 __raw_writel((u32)~index, index); in ddr_memory_test()
76 index, value, __raw_readl(index)); in ddr_memory_test()
90 __raw_writew((u16)index, index); in ddr_memory_test()
99 index, value, __raw_readw(index)); in ddr_memory_test()
113 __raw_writeb((u8)index, index); in ddr_memory_test()
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dindex.rst24 pm/index
36 iio/index
38 usb/index
40 pci/index
41 cxl/index
46 i3c/index
57 mei/index
58 mtd/index
59 mmc/index
70 md/index
[all …]
/openbmc/linux/arch/m68k/sun3x/
H A Ddvma.c44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK) argument
45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \ argument
48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
52 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ argument
56 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID) argument
66 unsigned long index; in dvma_print() local
157 for(; index < end ; index++) { in dvma_map_iommu()
172 for(index = (baddr >> DVMA_PAGE_SHIFT); index < end; index++) in dvma_map_iommu()
182 int index, end; in dvma_unmap_iommu() local
188 for(; index < end ; index++) { in dvma_unmap_iommu()
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-sgmii.c114 (index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time()
119 (index, interface), in __cvmx_helper_sgmii_hardware_init_one_time()
160 interface, index); in __cvmx_helper_sgmii_hardware_init_link()
202 int index, in __cvmx_helper_sgmii_hardware_init_link_speed() argument
225 interface, index); in __cvmx_helper_sgmii_hardware_init_link_speed()
309 int index; in __cvmx_helper_sgmii_hardware_init() local
313 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_hardware_init()
369 int index; in __cvmx_helper_sgmii_enable() local
373 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_enable()
445 (index, interface)); in __cvmx_helper_sgmii_link_get()
[all …]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dlayerindexobj.py29 self.index.recipes = {}
34 self.index.branches[branchId] = Branch(self.index)
40 self.index.layerItems[layerItemId] = LayerItem(self.index)
46 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)
52 self.index.recipes[recipeId] = Recipe(self.index)
58 self.index.machines[machineId] = Machine(self.index)
64 self.index.distros[distroId] = Distro(self.index)
70 self.index.layerItems[layerItemId] = LayerItem(self.index)
75 self.index.layerBranches[layerBranchId] = LayerBranch(self.index)
81 self.index.layerDependencies[layerDependencyId] = LayerDependency(self.index)
[all …]
/openbmc/linux/drivers/hwmon/
H A Dw83795.c228 if (index >= 12 && index <= 14) in in_from_reg()
236 if (index >= 12 && index <= 14) in in_to_reg()
780 int index = sensor_attr->index; in show_fan() local
798 int index = sensor_attr->index; in store_fan_min() local
832 int index = sensor_attr->index; in show_pwm() local
862 int index = sensor_attr->index; in store_pwm() local
892 int index = sensor_attr->index; in show_pwm_enable() local
922 int index = sensor_attr->index; in store_pwm_enable() local
1003 int index = sensor_attr->index; in show_temp_src() local
1026 int index = sensor_attr->index; in store_temp_src() local
[all …]
H A Dw83793.c324 int index = sensor_attr->index; in show_vid() local
468 int index = sensor_attr->index; in show_fan() local
486 int index = sensor_attr->index; in store_fan_min() local
515 int index = sensor_attr->index; in show_pwm() local
534 int index = sensor_attr->index; in store_pwm() local
567 int index = sensor_attr->index; in show_temp() local
585 int index = sensor_attr->index; in store_temp() local
628 u8 shift = (index < 4) ? (2 * index) : (index - 4); in show_temp_mode()
630 index = (index < 4) ? 0 : 1; in show_temp_mode()
653 u8 shift = (index < 4) ? (2 * index) : (index - 4); in store_temp_mode()
[all …]
/openbmc/linux/tools/testing/cxl/test/
H A Dmock.c48 int index; in __wrap_is_acpi_device_node() local
67 int index, rc; in __wrap_acpi_table_parse_cedt() local
86 int index; in __wrap_acpi_evaluate_integer() local
104 int index; in __wrap_acpi_pci_find_root() local
123 int index; in __wrap_nvdimm_bus_register() local
138 int index; in __wrap_devm_cxl_setup_hdm() local
154 int rc, index; in __wrap_devm_cxl_add_passthrough_decoder() local
170 int rc, index; in __wrap_devm_cxl_enumerate_decoders() local
186 int rc, index; in __wrap_devm_cxl_port_enumerate_dports() local
252 int index; in __wrap_devm_cxl_add_rch_dport() local
[all …]
/openbmc/linux/arch/m68k/coldfire/
H A Dintc-5272.c40 unsigned char index; member
46 /*MCF_IRQ_EINT1*/ { .icr = MCFSIM_ICR1, .index = 28, .ack = 1, },
47 /*MCF_IRQ_EINT2*/ { .icr = MCFSIM_ICR1, .index = 24, .ack = 1, },
48 /*MCF_IRQ_EINT3*/ { .icr = MCFSIM_ICR1, .index = 20, .ack = 1, },
56 /*MCF_IRQ_PLIP*/ { .icr = MCFSIM_ICR2, .index = 20, .ack = 0, },
57 /*MCF_IRQ_PLIA*/ { .icr = MCFSIM_ICR2, .index = 16, .ack = 0, },
58 /*MCF_IRQ_USB0*/ { .icr = MCFSIM_ICR2, .index = 12, .ack = 0, },
88 v = 0x8 << intc_irqmap[irq].index; in intc_irq_mask()
100 v = 0xd << intc_irqmap[irq].index; in intc_irq_unmask()
115 v &= (0x7 << intc_irqmap[irq].index); in intc_irq_ack()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_set.c86 ip_set_id_t index; in set_match_v0_checkentry() local
88 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v0_checkentry()
137 ip_set_id_t index; in set_match_v1_checkentry() local
139 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v1_checkentry()
235 ip_set_id_t index; in set_target_v0_checkentry() local
238 index = ip_set_nfnl_get_byindex(par->net, info->add_set.index); in set_target_v0_checkentry()
247 index = ip_set_nfnl_get_byindex(par->net, info->del_set.index); in set_target_v0_checkentry()
310 ip_set_id_t index; in set_target_v1_checkentry() local
313 index = ip_set_nfnl_get_byindex(par->net, info->add_set.index); in set_target_v1_checkentry()
322 index = ip_set_nfnl_get_byindex(par->net, info->del_set.index); in set_target_v1_checkentry()
[all …]
/openbmc/linux/Documentation/arch/
H A Dindex.rst12 arc/index
13 arm/index
14 arm64/index
15 ia64/index
17 m68k/index
18 mips/index
19 nios2/index
24 s390/index
25 sh/index
26 sparc/index
[all …]
/openbmc/linux/Documentation/translations/zh_CN/arch/
H A Dindex.rst11 mips/index
12 arm64/index
15 parisc/index
20 * arm/index
21 * ia64/index
22 * m68k/index
23 * nios2/index
25 * s390/index
26 * sh/index
27 * sparc/index
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py114 index = layerindex.indexes[0]
121 total = len(index.branches)
133 total = len(index.layerItems)
165 total = len(index.layerBranches)
196 for id in index.layerDependencies:
228 total = len(index.distros)
231 name=index.distros[id].name,
243 total = len(index.machines)
246 name=index.machines[id].name,
250 mo.name = index.machines[id].name
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Ddsmthdat.c24 u32 index,
104 u32 index; in acpi_ds_method_data_delete_all() local
110 for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) { in acpi_ds_method_data_delete_all()
113 index, in acpi_ds_method_data_delete_all()
126 for (index = 0; index < ACPI_METHOD_NUM_ARGS; index++) { in acpi_ds_method_data_delete_all()
129 index, in acpi_ds_method_data_delete_all()
163 u32 index = 0; in acpi_ds_method_data_init_args() local
176 (index < max_param_count) && params[index]) { in acpi_ds_method_data_init_args()
189 index++; in acpi_ds_method_data_init_args()
214 u32 index, in acpi_ds_method_data_get_node() argument
[all …]
/openbmc/linux/drivers/staging/octeon/
H A Dethernet-spi.c28 index); in cvm_oct_spxx_int_pr()
33 index); in cvm_oct_spxx_int_pr()
36 index); in cvm_oct_spxx_int_pr()
39 index); in cvm_oct_spxx_int_pr()
42 index); in cvm_oct_spxx_int_pr()
47 index); in cvm_oct_spxx_int_pr()
56 index); in cvm_oct_stxx_int_pr()
59 index); in cvm_oct_stxx_int_pr()
64 index); in cvm_oct_stxx_int_pr()
67 index); in cvm_oct_stxx_int_pr()
[all …]
/openbmc/linux/Documentation/translations/zh_TW/
H A Dindex.rst35 * maintainer/index
44 * core-api/index
45 * driver-api/index
58 dev-tools/index
62 * doc-guide/index
65 * rust/index
66 * trace/index
68 * livepatch/index
98 * devicetree/index
106 * arch/index
[all …]
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Drestapi.py63 index.config = {}
64 index.config['TYPE'] = self.type
65 index.config['URL'] = url
121 return index
131 return index
176 index.config = {}
178 index.config['URL'] = url
217 return index
229 return index
245 return index
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_regs_cn9k_pf.h293 #define CN93_SDP_EPF_MBOX_RINT(index) \ argument
295 #define CN93_SDP_EPF_MBOX_RINT_W1S(index) \ argument
297 #define CN93_SDP_EPF_MBOX_RINT_ENA_W1C(index) \ argument
302 #define CN93_SDP_EPF_VFIRE_RINT(index) \ argument
304 #define CN93_SDP_EPF_VFIRE_RINT_W1S(index) \ argument
311 #define CN93_SDP_EPF_VFORE_RINT(index) \ argument
313 #define CN93_SDP_EPF_VFORE_RINT_W1S(index) \ argument
320 #define CN93_SDP_EPF_DMA_VF_RINT(index) \ argument
322 #define CN93_SDP_EPF_DMA_VF_RINT_W1S(index) \ argument
329 #define CN93_SDP_EPF_PP_VF_RINT(index) \ argument
[all …]
/openbmc/linux/Documentation/translations/zh_CN/
H A Dindex.rst42 maintainer/index
53 core-api/index
54 driver-api/index
70 doc-guide/index
71 dev-tools/index
74 rust/index
78 * trace/index
80 * livepatch/index
111 devicetree/index
123 arch/index
[all …]
/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.c13 map[index].val->val = 0; in env_clear_common()
14 map[index].val->set = false; in env_clear_common()
22 if (map[index].type == ENV_HEX) { in env_read_common()
30 map[index].val->val = val; in env_read_common()
31 map[index].val->set = true; in env_read_common()
40 (*map[index].val)[i].val = 0; in env_clear_core()
73 u32 min = map[index].min; in env_validate_common()
74 u32 max = map[index].max; in env_validate_common()
79 map[index].env_name); in env_validate_common()
119 min = map[index].min[i]; in env_validate_core()
[all …]

12345678910>>...170