Home
last modified time | relevance | path

Searched refs:CFG_CHIP_REV (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/video/
H A Dmach64.h944 #define CFG_CHIP_REV 0xFF000000 macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c478 rev = (chip_id & CFG_CHIP_REV) >> 24; in correct_chipset()