Lines Matching refs:byte1
1103 void fmapp_rds_decode(int blkno, int byte1, int byte2) in fmapp_rds_decode() argument
1113 printf("block A - id=%d\n",(byte1 << 8) | byte2); in fmapp_rds_decode()
1117 (byte1 >> 4) & 0x0f, in fmapp_rds_decode()
1118 ((byte1 >> 3) & 0x01) + 'A', in fmapp_rds_decode()
1119 (byte1 >> 2) & 0x01, in fmapp_rds_decode()
1120 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07), in fmapp_rds_decode()
1122 group = (byte1 >> 3) & 0x1f; in fmapp_rds_decode()
1124 rds_pty = ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07); in fmapp_rds_decode()
1128 printf("block C - 0x%02x 0x%02x\n",byte1,byte2); in fmapp_rds_decode()
1129 blkc_byte1 = byte1; in fmapp_rds_decode()
1133 printf("block D - 0x%02x 0x%02x\n",byte1,byte2); in fmapp_rds_decode()
1136 rds_psn[2*(spare & 0x03)+0] = byte1; in fmapp_rds_decode()
1145 rds_txt[4*(spare & 0x0f)+2] = byte1; in fmapp_rds_decode()