tag
line
file
source code
PLLbits
482
drivers/char/tga.c
unsigned char PLLbits[7] = { 0x80, 0x04, 0x00, 0x24, 0x44, 0x80, 0xb8 };
PLLbits
556
drivers/char/tga.c
temp = (PLLbits[i] >> (7-j)) & 1;