Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c1745 unsigned char fhw; in falcon_detect() local
1748 fhw = *(unsigned char *)0xffff8006; in falcon_detect()
1749 mon_type = fhw >> 6 & 0x3; in falcon_detect()
1750 /* bit 1 of fhw: 1=32 bit ram bus, 0=16 bit */ in falcon_detect()
1751 f030_bus_width = fhw << 6 & 0x80; in falcon_detect()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c1726 unsigned char fhw; in falcon_detect() local
1729 fhw = *(unsigned char *)0xffff8006; in falcon_detect()
1730 mon_type = fhw >> 6 & 0x3; in falcon_detect()
1731 /* bit 1 of fhw: 1=32 bit ram bus, 0=16 bit */ in falcon_detect()
1732 f030_bus_width = fhw << 6 & 0x80; in falcon_detect()

Completed in 10 milliseconds