Home
last modified time | relevance | path

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

/linux-4.1.27/arch/c6x/platforms/
Ddscr.c68 u8 start_id; /* start id of this range */ member
87 u8 start_id; /* start id of this range */ member
212 ctl_shift = ctl->shift + ctl->nbits * (id - ctl->start_id); in dscr_set_devstate()
241 ctl_shift = stat->shift + stat->nbits * (id - stat->start_id); in dscr_set_devstate()
486 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_ctl_regs()
496 for (j = r->start_id; in dscr_parse_devstate_ctl_regs()
497 j < (r->start_id + r->num_ids); in dscr_parse_devstate_ctl_regs()
542 r->start_id = be32_to_cpup(p++); in dscr_parse_devstate_stat_regs()
550 for (j = r->start_id; in dscr_parse_devstate_stat_regs()
551 j < (r->start_id + r->num_ids); in dscr_parse_devstate_stat_regs()
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Ddscr.txt68 start_id num_ids reg enable disable start_bit nbits
71 start_id is device id for the first device control in the range
85 start_id num_ids reg enable disable start_bit nbits
88 start_id is device id for the first device status in the range
/linux-4.1.27/sound/hda/
Dhdac_device.c308 hda_nid_t *start_id) in snd_hdac_get_sub_nodes() argument
314 *start_id = 0; in snd_hdac_get_sub_nodes()
317 *start_id = (parm >> 16) & 0x7fff; in snd_hdac_get_sub_nodes()
/linux-4.1.27/drivers/message/fusion/
Dmptsas.h185 u8 start_id; /* starting logical target id */ member
Dmptsas.c1396 enclosure->start_id = buffer->StartTargetID; in mptsas_sas_enclosure_pg0()
/linux-4.1.27/include/sound/
Dhdaudio.h120 hda_nid_t *start_id);
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dcnic.c645 static int cnic_init_id_tbl(struct cnic_id_tbl *id_tbl, u32 size, u32 start_id, in cnic_init_id_tbl() argument
648 id_tbl->start = start_id; in cnic_init_id_tbl()