Home
last modified time | relevance | path

Searched refs:CFG_TXBITS (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/mmp/hw/
Dmmp_spi.c88 CFG_TXBITS(spi->bits_per_word) | in lcd_spi_setup()
Dmmp_ctrl.h388 #define CFG_TXBITS(tx) (((tx) - 1)<<8) /* 0x1F~0x1 */ macro
/linux-5.19.10/drivers/video/fbdev/
Dpxa168fb.h179 #define CFG_TXBITS(tx) ((tx) << 8) /* 0x1F~0x1 */ macro