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

/linux-4.4.14/drivers/atm/
H A Didt77252.c2074 return rate_to_log[(afp >> 5) & 0x1ff]; idt77252_rate_logindex()
2075 return rate_to_log[((afp >> 5) + 1) & 0x1ff]; idt77252_rate_logindex()
3197 tmp = rate_to_log[(i << 2) + 0] << 0; init_sram()
3198 tmp |= rate_to_log[(i << 2) + 1] << 8; init_sram()
3199 tmp |= rate_to_log[(i << 2) + 2] << 16; init_sram()
3200 tmp |= rate_to_log[(i << 2) + 3] << 24; init_sram()
H A Didt77252_tables.h266 static unsigned char rate_to_log[] = variable

Completed in 126 milliseconds