Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fg.c49 #define COL(x) FIELD_PREP(GENMASK(13, 0), (x)) macro
167 regmap_write(fg->reg, PKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()
170 regmap_write(fg->reg, SKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()
/linux/arch/powerpc/boot/dts/
H A Dmpc832x_rdb.dts192 0 29 2 0 1 0 /* COL */
212 1 11 2 0 1 0 /* COL */
/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h199 #define COL BIT(2) /* collision, incoming packet dropped */ macro