Home
last modified time | relevance | path

Searched defs:CFG_TXBITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.h179 #define CFG_TXBITS(tx) ((tx) << 8) /* 0x1F~0x1 */ macro
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h388 #define CFG_TXBITS(tx) (((tx) - 1)<<8) /* 0x1F~0x1 */ macro