/openbmc/sdbusplus/tools/ |
H A D | sdbus++-gen-meson | 217 ind=" " 224 sources="${sources}${ind}'${yamldir}/$1.${s}',${nl}" 228 outputs="${outputs}${ind}'error.cpp',${nl}" 229 install="${install}${ind}false,${nl}" 231 outputs="${outputs}${ind}'error.hpp',${nl}" 232 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}" 236 outputs="${outputs}${ind}'event.cpp',${nl}" 237 install="${install}${ind}false,${nl}" 239 outputs="${outputs}${ind}'event.hpp',${nl}" 240 install="${install}${ind}get_option('includedir') / sdbusplus_current_path,${nl}" [all …]
|
/openbmc/linux/kernel/irq/ |
H A D | debugfs.c | 18 static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() argument 25 seq_printf(m, "%*s%s\n", ind + 12, "", sd->name); in irq_debug_show_bits() 65 irq_debug_show_chip(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_chip() argument 73 seq_printf(m, "%*schip: ", ind, ""); in irq_debug_show_chip() 78 seq_printf(m, "\n%*sflags: 0x%lx\n", ind + 1, "", chip->flags); in irq_debug_show_chip() 79 irq_debug_show_bits(m, ind, chip->flags, irqchip_flags, in irq_debug_show_chip() 84 irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_data() argument 86 seq_printf(m, "%*sdomain: %s\n", ind, "", in irq_debug_show_data() 88 seq_printf(m, "%*shwirq: 0x%lx\n", ind + 1, "", data->hwirq); in irq_debug_show_data() 89 irq_debug_show_chip(m, data, ind + 1); in irq_debug_show_data() [all …]
|
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio_thinint.c | 35 u32 ind; /* u32 because of compare-and-swap performance */ member 54 return &q_indicators[i].ind; in get_indicator() 58 return &q_indicators[TIQDIO_SHARED_IND].ind; in get_indicator() 63 struct indicator_t *ind = container_of(addr, struct indicator_t, ind); in put_indicator() local 67 atomic_dec(&ind->count); in put_indicator() 72 return irq_ptr->dsci == &q_indicators[TIQDIO_SHARED_IND].ind; in references_shared_dsci() 91 return xchg(&q_indicators[TIQDIO_SHARED_IND].ind, 0); in clear_shared_ind()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | tlb.c | 148 int tsize, int ind) in __local_flush_tlb_page() argument 155 _tlbil_va(vmaddr, pid, tsize, ind); in __local_flush_tlb_page() 186 unsigned int ind; member 200 _tlbil_va(p->addr, p->pid, p->tsize, p->ind); in do_flush_tlb_page_ipi() 241 int tsize, int ind) in __flush_tlb_page() argument 264 _tlbivax_bcast(vmaddr, pid, tsize, ind); in __flush_tlb_page() 273 .ind = ind, in __flush_tlb_page() 280 _tlbil_va(vmaddr, pid, tsize, ind); in __flush_tlb_page()
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | k3-sec-proxy.c | 110 int ind, i; in k3_sec_proxy_of_xlate() local 118 ind = args->args[0]; in k3_sec_proxy_of_xlate() 121 if (spm->chans[i].id == ind) { in k3_sec_proxy_of_xlate() 122 chan->id = ind; in k3_sec_proxy_of_xlate() 127 dev_err(chan->dev, "%s: Invalid Thread ID %d\n", __func__, ind); in k3_sec_proxy_of_xlate() 346 int i, ind; in k3_sec_proxy_thread_setup() local 350 ind = spm->desc->valid_threads[i]; in k3_sec_proxy_thread_setup() 351 spt->id = ind; in k3_sec_proxy_thread_setup() 352 spt->data = (void *)SEC_PROXY_THREAD(spm->target_data, ind); in k3_sec_proxy_thread_setup() 353 spt->scfg = (void *)SEC_PROXY_THREAD(spm->scfg, ind); in k3_sec_proxy_thread_setup() [all …]
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 562 ind = str_indent(i) 564 output(ind, '/* ', self.file, ':', str(self.lineno), ' */\n') 586 self.output_fields(ind, lambda n: 'u.f_' + arg + '.' + n) 589 output(ind, self.base.extract_name(), 593 self.output_fields(ind, lambda n: 'u.f_' + arg + '.' + n) 595 output(ind, 'if (', translate_prefix, '_', self.name, 692 ind = str_indent(i) 697 output(ind, f'if ((insn & {whexC(innermask)}) == {whexC(innerbits)}) {{\n') 698 output(ind, f' /* {str_match_bits(p.fixedbits, p.fixedmask)} */\n') 700 output(ind, '}\n') [all …]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | qoriq-cpufreq.c | 127 int i, j, ind; in freq_table_sort() local 133 ind = i; in freq_table_sort() 139 ind = j; in freq_table_sort() 143 if (ind != i) { in freq_table_sort() 147 freq_table[i].driver_data = freq_table[ind].driver_data; in freq_table_sort() 148 freq_table[i].frequency = freq_table[ind].frequency; in freq_table_sort() 149 freq_table[ind].driver_data = table.driver_data; in freq_table_sort() 150 freq_table[ind].frequency = table.frequency; in freq_table_sort()
|
/openbmc/linux/include/net/ |
H A D | llc_pdu.h | 183 #define FRMR_INFO_SET_INVALID_PDU_CTRL_IND(info, ind) \ argument 184 (info->ind_bits = ((info->ind_bits & 0xFE) | (((u8) ind) & 0x01))) 186 #define FRMR_INFO_SET_INVALID_PDU_INFO_IND(info, ind) \ argument 187 (info->ind_bits = ( (info->ind_bits & 0xFD) | (((u8) ind) & 0x02))) 189 #define FRMR_INFO_SET_PDU_INFO_2LONG_IND(info, ind) \ argument 190 (info->ind_bits = ( (info->ind_bits & 0xFB) | (((u8) ind) & 0x04))) 192 #define FRMR_INFO_SET_PDU_INVALID_Nr_IND(info, ind) \ argument 193 (info->ind_bits = ( (info->ind_bits & 0xF7) | (((u8) ind) & 0x08))) 195 #define FRMR_INFO_SET_PDU_INVALID_Ns_IND(info, ind) \ argument 196 (info->ind_bits = ( (info->ind_bits & 0xEF) | (((u8) ind) & 0x10)))
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | mmu_decl.h | 53 unsigned int tsize, unsigned int ind) in _tlbil_va() argument 60 unsigned int tsize, unsigned int ind); 64 unsigned int tsize, unsigned int ind) in _tlbil_va() argument 72 unsigned int tsize, unsigned int ind); 75 unsigned int tsize, unsigned int ind) in _tlbivax_bcast() argument
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | guid.cpp | 47 for (size_t ind = 0; ind < uuidHexLength; ind += 2) in rfcToGuid() local 52 b = std::stoul(rfc4122.substr(ind, 2), nullptr, 16); in rfcToGuid() 60 uuid[BMC_GUID_LEN - (ind / 2) - 1] = static_cast<uint8_t>(b); in rfcToGuid()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | pdr_interface.c | 277 struct pdr_list_node *ind, *tmp; in pdr_indack_work() local 280 list_for_each_entry_safe(ind, tmp, &pdr->indack_list, node) { in pdr_indack_work() 281 pds = ind->pds; in pdr_indack_work() 284 pds->state = ind->curr_state; in pdr_indack_work() 289 pdr_send_indack_msg(pdr, pds, ind->transaction_id); in pdr_indack_work() 292 list_del(&ind->node); in pdr_indack_work() 295 kfree(ind); in pdr_indack_work() 306 struct pdr_list_node *ind; in pdr_indication_cb() local 330 ind = kzalloc(sizeof(*ind), GFP_KERNEL); in pdr_indication_cb() 331 if (!ind) in pdr_indication_cb() [all …]
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | sys_info.c | 63 u32 ind = readl(&ctrl->statusreg); in get_sys_clk_index() local 67 src = (ind & CTRL_CRYSTAL_FREQ_SRC_MASK) >> CTRL_CRYSTAL_FREQ_SRC_SHIFT; in get_sys_clk_index() 69 return ((ind & CTRL_CRYSTAL_FREQ_SELECTION_MASK) >> in get_sys_clk_index() 73 return ((ind & CTRL_SYSBOOT_15_14_MASK) >> in get_sys_clk_index()
|
H A D | clock_am33xx.c | 143 int ind = get_sys_clk_index(); in get_dpll_core_params() local 145 return &dpll_core_1000MHz[ind]; in get_dpll_core_params() 150 int ind = get_sys_clk_index(); in get_dpll_per_params() local 152 return &dpll_per_192MHz[ind]; in get_dpll_per_params()
|
/openbmc/linux/samples/bpf/ |
H A D | tracex2_user.c | 52 int i, ind; in print_hist_for_pid() local 63 ind = next_key.index; in print_hist_for_pid() 64 data[ind] = value; in print_hist_for_pid() 65 if (value && ind > max_ind) in print_hist_for_pid() 66 max_ind = ind; in print_hist_for_pid()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_srq.c | 467 int ind; in mthca_free_srq_wqe() local 470 ind = wqe_addr >> srq->wqe_shift; in mthca_free_srq_wqe() 475 *wqe_to_link(last_free) = ind; in mthca_free_srq_wqe() 476 last_free->nda_op = htonl((ind << srq->wqe_shift) | 1); in mthca_free_srq_wqe() 477 *wqe_to_link(get_wqe(srq, ind)) = -1; in mthca_free_srq_wqe() 478 srq->last_free = ind; in mthca_free_srq_wqe() 491 int ind; in mthca_tavor_post_srq_recv() local 503 ind = srq->first_free; in mthca_tavor_post_srq_recv() 504 wqe = get_wqe(srq, ind); in mthca_tavor_post_srq_recv() 540 srq->wrid[ind] = wr->wr_id; in mthca_tavor_post_srq_recv() [all …]
|
H A D | mthca_qp.c | 1500 static int build_mlx_header(struct mthca_dev *dev, struct mthca_qp *qp, int ind, in build_mlx_header() argument 1558 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1563 ind * MTHCA_UD_HEADER_SIZE); in build_mlx_header() 1646 int ind; in mthca_tavor_post_send() local 1653 ind = qp->sq.next_ind; in mthca_tavor_post_send() 1666 wqe = get_send_wqe(qp, ind); in mthca_tavor_post_send() 1741 dev, qp, ind, ud_wr(wr), in mthca_tavor_post_send() 1774 qp->wrid[ind + qp->rq.max] = wr->wr_id; in mthca_tavor_post_send() 1784 cpu_to_be32(((ind << qp->sq.wqe_shift) + in mthca_tavor_post_send() 1800 ++ind; in mthca_tavor_post_send() [all …]
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_dectlk.c | 184 static int ind = -1; in read_buff_add() local 198 if (ind == -1) in read_buff_add() 199 ind = c; in read_buff_add() 201 ind = ind * 10 + c; in read_buff_add() 203 if (ind != -1) in read_buff_add() 204 lastind = (u_char)ind; in read_buff_add() 205 ind = -1; in read_buff_add()
|
H A D | synth.c | 311 int ind = synth->get_index(synth); in spk_get_index_count() local 313 if (ind) { in spk_get_index_count() 314 sentence_count = ind % 10; in spk_get_index_count() 316 if ((ind / 10) <= synth->indexing.currindex) in spk_get_index_count() 317 index_count = synth->indexing.currindex - (ind / 10); in spk_get_index_count() 321 + synth->indexing.highindex - (ind / 10) + 1; in spk_get_index_count()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 265 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 268 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 270 return &dpll_ddr3_400MHz[ind]; in get_dpll_ddr_params() 272 return &dpll_ddr3_303MHz[ind]; in get_dpll_ddr_params() 274 return &dpll_ddr2_266MHz[ind]; in get_dpll_ddr_params() 294 int ind = get_sys_clk_index(); in get_dpll_mpu_params() local 305 return &dpll_mpu_opp[ind][5]; in get_dpll_mpu_params() 307 return &dpll_mpu_opp[ind][4]; in get_dpll_mpu_params() 309 return &dpll_mpu_opp[ind][3]; in get_dpll_mpu_params() 311 return &dpll_mpu_opp[ind][2]; in get_dpll_mpu_params() [all …]
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 325 int ind = get_sys_clk_index(); in get_dpll_ddr_params() local 328 return &epos_evm_dpll_ddr[ind]; in get_dpll_ddr_params() 369 u32 ind = get_sys_clk_index(); in get_dpll_mpu_params() local 371 return &dpll_mpu[ind][opp]; in get_dpll_mpu_params() 376 int ind = get_sys_clk_index(); in get_dpll_core_params() local 378 return &dpll_core[ind]; in get_dpll_core_params() 383 int ind = get_sys_clk_index(); in get_dpll_per_params() local 385 return &dpll_per[ind]; in get_dpll_per_params()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-nsm.h | 45 bool (*extend_pcr)(VirtIONSM *vnsm, int ind, uint8_t *data, uint16_t len); 46 void (*lock_pcr)(VirtIONSM *vnsm, int ind);
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | vector.c | 617 struct irq_data *irqd, int ind) in x86_vector_debug_show() argument 624 irq_matrix_debug_show(m, vector_matrix, ind); in x86_vector_debug_show() 630 seq_printf(m, "%*sVector: %5d\n", ind, "", ISA_IRQ_VECTOR(irq)); in x86_vector_debug_show() 631 seq_printf(m, "%*sTarget: Legacy PIC all CPUs\n", ind, ""); in x86_vector_debug_show() 636 seq_printf(m, "%*sVector: Not assigned\n", ind, ""); in x86_vector_debug_show() 644 seq_printf(m, "%*sVector: %5u\n", ind, "", apicd.vector); in x86_vector_debug_show() 645 seq_printf(m, "%*sTarget: %5u\n", ind, "", apicd.cpu); in x86_vector_debug_show() 647 seq_printf(m, "%*sPrevious vector: %5u\n", ind, "", apicd.prev_vector); in x86_vector_debug_show() 648 seq_printf(m, "%*sPrevious target: %5u\n", ind, "", apicd.prev_cpu); in x86_vector_debug_show() 650 seq_printf(m, "%*smove_in_progress: %u\n", ind, "", apicd.move_in_progress ? 1 : 0); in x86_vector_debug_show() [all …]
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | traces.h | 336 TP_PROTO(int ind, int req, int cnf, int busy, bool release), 337 TP_ARGS(ind, req, cnf, busy, release), 339 __field(int, ind) 346 __entry->ind = ind; 353 __entry->ind, 360 #define _trace_bh_stats(ind, req, cnf, busy, release)\ argument 361 trace_bh_stats(ind, req, cnf, busy, release)
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | acpiphp_ibm.c | 122 int ind = 0, size; in ibm_slot_from_id() local 133 des = (union apci_descriptor *)&table[ind += des->header.len]; in ibm_slot_from_id() 134 while (ind < size && (des->generic.type != 0x82 || in ibm_slot_from_id() 136 des = (union apci_descriptor *)&table[ind += des->generic.len]; in ibm_slot_from_id() 139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 70 int tsize, int ind); 77 int tsize, int ind);
|