Lines Matching refs:bitfield
100 return be16_to_cpu(h->bitfield) & mask;
109 return be16_to_cpu(p->bitfield) & mask;
118 return be16_to_cpu(s->bitfield) & mask;
121 static void vidtv_psi_set_desc_loop_len(__be16 *bitfield, u16 new_len,
129 new = cpu_to_be16((be16_to_cpu(*bitfield) & mask) | new_len);
130 *bitfield = new;
141 new = cpu_to_be16((be16_to_cpu(h->bitfield) & mask) | new_len);
149 h->bitfield = new;
162 .bitfield = cpu_to_be16((args->new_psi_section << 14) | args->pid),
879 vidtv_psi_set_desc_loop_len(&s->bitfield, desc_loop_len, 12);
905 program->bitfield = cpu_to_be16((RESERVED << 13) | program_map_pid);
976 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1076 stream->bitfield = cpu_to_be16((RESERVED1 << 13) | es_pid);
1165 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12));
1176 pmt->bitfield = cpu_to_be16((RESERVED1 << 13) | pcr_pid);
1206 .from = &args->pmt->bitfield,
1207 .len = sizeof_field(struct vidtv_psi_table_pmt, bitfield) +
1306 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
1456 service->bitfield = cpu_to_be16(RUNNING << 13);
1584 vidtv_psi_set_desc_loop_len(&nit->bitfield, desc_loop_len, 12);
1599 vidtv_psi_set_desc_loop_len(&t->bitfield, desc_loop_len, 12);
1635 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
1646 nit->bitfield = cpu_to_be16(0xf);
1656 transport->bitfield = cpu_to_be16(0xf);
1689 .from = &args->nit->bitfield,
1690 .len = sizeof_field(struct vidtv_psi_table_nit, bitfield),
1719 /* write the bitfield */
1739 /* write the second bitfield */
1748 sizeof_field(struct vidtv_psi_table_transport, bitfield);
1822 vidtv_psi_set_desc_loop_len(&e->bitfield, desc_loop_len, 12);
1866 eit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12));
2024 e->bitfield = cpu_to_be16(RUNNING << 13);