Lines Matching refs:bitfield

102 	ret = be16_to_cpu(h->bitfield) & mask;
113 ret = be16_to_cpu(p->bitfield) & mask;
124 ret = be16_to_cpu(s->bitfield) & mask;
128 static void vidtv_psi_set_desc_loop_len(__be16 *bitfield, u16 new_len,
136 new = cpu_to_be16((be16_to_cpu(*bitfield) & mask) | new_len);
137 *bitfield = new;
148 new = cpu_to_be16((be16_to_cpu(h->bitfield) & mask) | new_len);
156 h->bitfield = new;
169 .bitfield = cpu_to_be16((args->new_psi_section << 14) | args->pid),
887 vidtv_psi_set_desc_loop_len(&s->bitfield, desc_loop_len, 12);
913 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid);
984 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1084 stream->bitfield = cpu_to_be16((RESERVED1 << 13) | es_pid);
1173 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1184 pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid);
1214 .from = &args->pmt->bitfield,
1215 .len = sizeof_field(struct vidtv_psi_table_pmt, bitfield) +
1314 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
1464 service->bitfield = cpu_to_be16(RUNNING << 13);
1592 vidtv_psi_set_desc_loop_len(&nit->bitfield, desc_loop_len, 12);
1607 vidtv_psi_set_desc_loop_len(&t->bitfield, desc_loop_len, 12);
1643 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
1654 nit->bitfield = cpu_to_be16(0xf);
1664 transport->bitfield = cpu_to_be16(0xf);
1697 .from = &args->nit->bitfield,
1698 .len = sizeof_field(struct vidtv_psi_table_nit, bitfield),
1727 /* write the bitfield */
1747 /* write the second bitfield */
1756 sizeof_field(struct vidtv_psi_table_transport, bitfield);
1830 vidtv_psi_set_desc_loop_len(&e->bitfield, desc_loop_len, 12);
1874 eit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
2032 e->bitfield = cpu_to_be16(RUNNING << 13);