Lines Matching +full:0 +full:xc03
19 * @segdist_code: Segment Distribution Code SD[11:0]
20 * @seg_offset_mask: Segment offset mask in SD[11:0]
30 {1, 1536, 0x200, 0xdff},
31 {2, 768, 0x100, 0xcff},
32 {4, 384, 0x080, 0xc7f},
33 {8, 192, 0x040, 0xc3f},
34 {16, 96, 0x020, 0xc1f},
35 {32, 48, 0x010, 0xc0f},
36 {64, 24, 0x008, 0xc07},
37 {128, 12, 0x004, 0xc03},
38 {256, 6, 0x002, 0xc01},
39 {512, 3, 0x001, 0xc00},
40 {3, 512, 0xe00, 0x1ff},
41 {6, 256, 0xd00, 0x0ff},
42 {12, 128, 0xc80, 0x07f},
43 {24, 64, 0xc40, 0x03f},
44 {48, 32, 0xc20, 0x01f},
45 {96, 16, 0xc10, 0x00f},
46 {192, 8, 0xc08, 0x007},
47 {364, 4, 0xc04, 0x003},
48 {768, 2, 0xc02, 0x001},
61 0, /* Not Indicated */
69 0, /* Reserved */
128 struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; in slim_connect_port_channel()
135 wbuf[0] = port->id; in slim_connect_port_channel()
148 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_disconnect_port()
152 wbuf[0] = port->id; in slim_disconnect_port()
164 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_deactivate_remove_channel()
169 wbuf[0] = port->ch.id; in slim_deactivate_remove_channel()
184 for (i = 0; i < ARRAY_SIZE(slim_presence_rate_table); i++) { in slim_get_prate_code()
239 i = 0; in slim_stream_prepare()
259 return 0; in slim_stream_prepare()
268 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel_content()
272 wbuf[0] = port->ch.id; in slim_define_channel_content()
290 for (i = 0; i < ARRAY_SIZE(segdist_codes); i++) { in slim_get_segdist_code()
303 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel()
309 wbuf[0] = port->ch.id; in slim_define_channel()
310 wbuf[1] = port->ch.seg_dist & 0xFF; in slim_define_channel()
311 wbuf[2] = (stream->prot << 4) | ((port->ch.seg_dist & 0xF00) >> 8); in slim_define_channel()
327 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_activate_channel()
333 wbuf[0] = port->ch.id; in slim_activate_channel()
362 for (i = 0; i < stream->num_ports; i++) in slim_stream_enable()
373 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
380 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
417 for (i = 0; i < stream->num_ports; i++) in slim_stream_disable()
441 for (i = 0; i < stream->num_ports; i++) in slim_stream_unprepare()
446 stream->num_ports = 0; in slim_stream_unprepare()
448 return 0; in slim_stream_unprepare()
475 return 0; in slim_stream_free()