HomeSort by: relevance | last modified time | path
    Searched defs:tv_kfont (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x68k/dev/
ite_tv.c 80 static volatile uint8_t *tv_kfont[0x7f]; variable in typeref:typename:volatile uint8_t * [0x7f]
187 tv_kfont[i] = &IODEVbase->cgrom0_16x16[KFONTBASE(i-0x21)];
189 tv_kfont[i] = &IODEVbase->cgrom1_16x16[KFONTBASE(i-0x30)];
191 tv_kfont[i] = &IODEVbase->cgrom2_16x16[KFONTBASE(i-0x50)];
320 kf = (volatile uint16_t *)tv_kfont[hi];
348 kf = (volatile uint16_t *)tv_kfont[hi];
377 kf = (volatile uint16_t *)tv_kfont[hi];
425 kf = (volatile uint16_t *)tv_kfont[hi];
462 kf = (volatile uint16_t *)tv_kfont[hi];
494 kf = (volatile uint16_t *)tv_kfont[hi]
    [all...]

Completed in 11 milliseconds