Searched refs:ONES (Results 1 – 4 of 4) sorted by relevance
968 const u16 ONES = 0x03; in vidtv_psi_pat_table_init() local976 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pat_table_init()1152 const u16 ONES = 0x03; in vidtv_psi_pmt_table_init() local1165 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pmt_table_init()1172 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init()1298 const u16 ONES = 0x03; in vidtv_psi_sdt_table_init() local1306 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init()1318 sdt->header.one2 = ONES; in vidtv_psi_sdt_table_init()1622 const u16 ONES = 0x03; in vidtv_psi_nit_table_init() local1635 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init()[all …]
223 #define ONES "ffffffff" /* hex 32 one bits */ macro232 #define ONES "" macro296 test(ONES "fffffff5", "%p", ERR_PTR(-11)); in error_pointer()297 test(ONES "fffffff5", "%px", ERR_PTR(-11)); in error_pointer()
43 #define ONES 0xffffffffu /* all bit on */ macro
989 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diFree()1479 mask = (bitno == 0) ? 0 : (ONES << (EXTSPERSUM - bitno)); in diAlloc()2076 if (iagp->wmap[extno] == cpu_to_le32(ONES)) { in diAllocBit()2579 iagp->inosmap[i] = cpu_to_le32(ONES); in diNewIAG()