Searched refs:sof_data (Results 1 – 2 of 2) sorted by relevance
348 char sof_data[34]; // max. size of register set in zr36050_set_sof() local353 sof_data[0] = 0xff; in zr36050_set_sof()354 sof_data[1] = 0xc0; in zr36050_set_sof()355 sof_data[2] = 0x00; in zr36050_set_sof()356 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36050_set_sof()357 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36050 in zr36050_set_sof()358 sof_data[5] = (ptr->height) >> 8; in zr36050_set_sof()359 sof_data[6] = (ptr->height) & 0xff; in zr36050_set_sof()360 sof_data[7] = (ptr->width) >> 8; in zr36050_set_sof()361 sof_data[8] = (ptr->width) & 0xff; in zr36050_set_sof()[all …]
339 char sof_data[34]; // max. size of register set in zr36060_set_sof() local344 sof_data[0] = 0xff; in zr36060_set_sof()345 sof_data[1] = 0xc0; in zr36060_set_sof()346 sof_data[2] = 0x00; in zr36060_set_sof()347 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36060_set_sof()348 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36060 in zr36060_set_sof()349 sof_data[5] = (ptr->height) >> 8; in zr36060_set_sof()350 sof_data[6] = (ptr->height) & 0xff; in zr36060_set_sof()351 sof_data[7] = (ptr->width) >> 8; in zr36060_set_sof()352 sof_data[8] = (ptr->width) & 0xff; in zr36060_set_sof()[all …]