Home
last modified time | relevance | path

Searched refs:in_index (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-comp.c40 u32 *in_index) in altera_read_packed() argument
47 databyte = buffer[*in_index]; in altera_read_packed()
56 ++(*in_index); in altera_read_packed()
72 u32 in_index = 0L; in altera_shrink() local
86 &in_index) << (i * CHAR_BITS)); in altera_shrink()
98 &in_index) == 0) { in altera_shrink()
104 &in_index); in altera_shrink()
114 &in_index); in altera_shrink()
117 &in_index); in altera_shrink()
H A Daltera-jtag.h91 u32 in_index, u8 *out_data,
96 u8 *in_data, u32 in_index,
H A Daltera-jtag.c683 u32 in_index, in altera_swap_ir() argument
756 in_index, in altera_swap_ir()
879 u8 *in_data, u32 in_index, in altera_swap_dr() argument
952 in_index, in altera_swap_dr()
/openbmc/qemu/hw/audio/
H A Dsb16.c68 int in_index; member
406 if (s->in_index) { in dsp_get_data()
407 return s->in2_data[--s->in_index]; in dsp_get_data()
691 s->cmd, s->in_index, s->needed_bytes); in complete()
906 s->in_index = 0; in reset()
978 if (s->in_index == sizeof (s->in2_data)) { in dsp_write()
982 s->in2_data[s->in_index++] = val; in dsp_write()
983 if (s->in_index == s->needed_bytes) { in dsp_write()
1333 VMSTATE_INT32 (in_index, SB16State),
/openbmc/linux/drivers/ata/
H A Dsata_mv.c2006 unsigned in_index; in mv_qc_prep() local
2031 in_index = pp->req_idx; in mv_qc_prep()
2033 pp->crqb[in_index].sg_addr = in mv_qc_prep()
2035 pp->crqb[in_index].sg_addr_hi = in mv_qc_prep()
2037 pp->crqb[in_index].ctrl_flags = cpu_to_le16(flags); in mv_qc_prep()
2039 cw = &pp->crqb[in_index].ata_cmd[0]; in mv_qc_prep()
2106 unsigned in_index; in mv_qc_prep_iie() local
2125 in_index = pp->req_idx; in mv_qc_prep_iie()
2127 crqb = (struct mv_crqb_iie *) &pp->crqb[in_index]; in mv_qc_prep_iie()
2304 u32 in_index; in mv_qc_issue() local
[all …]
/openbmc/linux/drivers/hwmon/
H A Dnct6683.c313 u8 in_index[NCT6683_NUM_REG_MON]; member
523 int ch = data->in_index[index]; in get_in_reg()
672 in_from_reg(data->in[index][nr], data->in_index[index])); in show_in_reg()
1182 data->in_index[data->in_num] = i; in nct6683_setup_sensors()
H A Dlm80.c99 enum in_index { enum