Searched refs:sof_data (Results 1 – 2 of 2) sorted by relevance
308 char sof_data[34]; // max. size of register set in zr36050_set_sof() local313 sof_data[0] = 0xff; in zr36050_set_sof()314 sof_data[1] = 0xc0; in zr36050_set_sof()315 sof_data[2] = 0x00; in zr36050_set_sof()316 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36050_set_sof()317 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36050 in zr36050_set_sof()318 sof_data[5] = (ptr->height) >> 8; in zr36050_set_sof()319 sof_data[6] = (ptr->height) & 0xff; in zr36050_set_sof()320 sof_data[7] = (ptr->width) >> 8; in zr36050_set_sof()321 sof_data[8] = (ptr->width) & 0xff; in zr36050_set_sof()[all …]
252 char sof_data[34]; // max. size of register set in zr36060_set_sof() local257 sof_data[0] = 0xff; in zr36060_set_sof()258 sof_data[1] = 0xc0; in zr36060_set_sof()259 sof_data[2] = 0x00; in zr36060_set_sof()260 sof_data[3] = (3 * NO_OF_COMPONENTS) + 8; in zr36060_set_sof()261 sof_data[4] = BASELINE_PRECISION; // only '8' possible with zr36060 in zr36060_set_sof()262 sof_data[5] = (ptr->height) >> 8; in zr36060_set_sof()263 sof_data[6] = (ptr->height) & 0xff; in zr36060_set_sof()264 sof_data[7] = (ptr->width) >> 8; in zr36060_set_sof()265 sof_data[8] = (ptr->width) & 0xff; in zr36060_set_sof()[all …]