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]
32 {1, 1536, 0x200, 0xdff},
33 {2, 768, 0x100, 0xcff},
34 {4, 384, 0x080, 0xc7f},
35 {8, 192, 0x040, 0xc3f},
36 {16, 96, 0x020, 0xc1f},
37 {32, 48, 0x010, 0xc0f},
38 {64, 24, 0x008, 0xc07},
39 {128, 12, 0x004, 0xc03},
40 {256, 6, 0x002, 0xc01},
41 {512, 3, 0x001, 0xc00},
42 {3, 512, 0xe00, 0x1ff},
43 {6, 256, 0xd00, 0x0ff},
44 {12, 128, 0xc80, 0x07f},
45 {24, 64, 0xc40, 0x03f},
46 {48, 32, 0xc20, 0x01f},
47 {96, 16, 0xc10, 0x00f},
48 {192, 8, 0xc08, 0x007},
49 {364, 4, 0xc04, 0x003},
50 {768, 2, 0xc02, 0x001},
63 0, /* Not Indicated */
71 0, /* Reserved */
130 struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; in slim_connect_port_channel()
137 wbuf[0] = port->id; in slim_connect_port_channel()
150 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_disconnect_port()
154 wbuf[0] = port->id; in slim_disconnect_port()
166 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_deactivate_remove_channel()
171 wbuf[0] = port->ch.id; in slim_deactivate_remove_channel()
186 for (i = 0; i < ARRAY_SIZE(slim_presence_rate_table); i++) { in slim_get_prate_code()
227 if (prrate < 0) { in slim_stream_prepare()
248 i = 0; in slim_stream_prepare()
268 return 0; in slim_stream_prepare()
277 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel_content()
281 wbuf[0] = port->ch.id; in slim_define_channel_content()
299 for (i = 0; i < ARRAY_SIZE(segdist_codes); i++) { in slim_get_segdist_code()
312 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel()
318 wbuf[0] = port->ch.id; in slim_define_channel()
319 wbuf[1] = port->ch.seg_dist & 0xFF; in slim_define_channel()
320 wbuf[2] = (stream->prot << 4) | ((port->ch.seg_dist & 0xF00) >> 8); in slim_define_channel()
336 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_activate_channel()
342 wbuf[0] = port->ch.id; in slim_activate_channel()
371 for (i = 0; i < stream->num_ports; i++) in slim_stream_enable()
382 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
389 for (i = 0; i < stream->num_ports; i++) { in slim_stream_enable()
429 for (i = 0; i < stream->num_ports; i++) in slim_stream_disable()
456 for (i = 0; i < stream->num_ports; i++) in slim_stream_unprepare()
461 stream->num_ports = 0; in slim_stream_unprepare()
463 return 0; in slim_stream_unprepare()
490 return 0; in slim_stream_free()