Searched refs:dev_width (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/asus_oled/
H A Dasus_oled.c130 uint16_t dev_width; member in struct:asus_oled_dev
375 i = (x/odev->dev_width)*640 +
376 odev->dev_width - 1 - x +
377 (y/8)*odev->dev_width;
381 i = (odev->dev_width - 1 - x)/8 + y*odev->dev_width/8;
432 odev->buf_size = (odev->dev_width * ASUS_OLED_DISP_HEIGHT) / 8;
449 odev->width = odev->dev_width / 8;
519 if (w % (odev->dev_width) != 0)
520 w_mem = (w/(odev->dev_width)
640 uint16_t dev_width = 0; local
[all...]
/drivers/mtd/nand/
H A Domap2.c859 unsigned int dev_width = (chip->options & NAND_BUSWIDTH_16) ? 1 : 0; local
861 gpmc_enable_hwecc(info->gpmc_cs, mode, dev_width, info->nand.ecc.size);

Completed in 94 milliseconds