Searched refs:sof_data (Results 1 – 2 of 2) sorted by relevance
285 char sof_data[34]; // max. size of register set in zr36050_set_sof() local290 sof_data[0] = 0xff; in zr36050_set_sof()291 sof_data[1] = 0xc0; in zr36050_set_sof()292 sof_data[2] = 0x00; in zr36050_set_sof()293 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36050_set_sof()294 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36050 in zr36050_set_sof()295 sof_data[5] = (ptr->height) >> 8; in zr36050_set_sof()296 sof_data[6] = (ptr->height) & 0xff; in zr36050_set_sof()297 sof_data[7] = (ptr->width) >> 8; in zr36050_set_sof()298 sof_data[8] = (ptr->width) & 0xff; in zr36050_set_sof()[all …]
253 char sof_data[34]; // max. size of register set in zr36060_set_sof() local258 sof_data[0] = 0xff; in zr36060_set_sof()259 sof_data[1] = 0xc0; in zr36060_set_sof()260 sof_data[2] = 0x00; in zr36060_set_sof()261 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36060_set_sof()262 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36060 in zr36060_set_sof()263 sof_data[5] = (ptr->height) >> 8; in zr36060_set_sof()264 sof_data[6] = (ptr->height) & 0xff; in zr36060_set_sof()265 sof_data[7] = (ptr->width) >> 8; in zr36060_set_sof()266 sof_data[8] = (ptr->width) & 0xff; in zr36060_set_sof()[all …]