Lines Matching refs:buswidth
393 int ret, buswidth, width, height, cfszr_width, cdwdr_width; in sh_mobile_ceu_set_bus_param() local
409 buswidth = 8; in sh_mobile_ceu_set_bus_param()
412 buswidth = 16; in sh_mobile_ceu_set_bus_param()
456 value |= buswidth == 16 ? 1 << 12 : 0; in sh_mobile_ceu_set_bus_param()
466 width = buswidth == 16 ? width / 2 : width; in sh_mobile_ceu_set_bus_param()
470 width = buswidth == 16 ? width / 2 : width; in sh_mobile_ceu_set_bus_param()
471 cfszr_width = buswidth == 8 ? width / 2 : width; in sh_mobile_ceu_set_bus_param()
472 cdwdr_width = buswidth == 16 ? width * 2 : width; in sh_mobile_ceu_set_bus_param()
575 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats()
587 xlate->buswidth = icd->formats[idx].depth; in sh_mobile_ceu_get_formats()
618 icd->buswidth = xlate->buswidth; in sh_mobile_ceu_set_fmt()