Lines Matching defs:bits
136 unsigned char bits[YAM_FPGA_SIZE];
337 static unsigned char *add_mcs(unsigned char *bits, int bitrate,
371 bits = (unsigned char *)fw->data;
382 memcpy(p->bits, bits, YAM_FPGA_SIZE);
393 memcpy(p->bits, bits, YAM_FPGA_SIZE);
399 return p->bits;
409 return p->bits;
426 * data is contained in bits[] array in yam1200.h resp. yam9600.h
958 add_mcs(ym->bits, ym->bitrate, 0);