Lines Matching refs:divisor
134 static __init void early_serial_hw_init(unsigned divisor)
145 static_call(serial_out)(early_serial_base, DLL, divisor & 0xff);
146 static_call(serial_out)(early_serial_base, DLH, (divisor >> 8) & 0xff);
159 unsigned divisor;
192 /* Convert from baud to divisor value */
193 divisor = 115200 / baud;
196 early_serial_hw_init(divisor);
264 unsigned divisor;
358 /* Convert from baud to divisor value */
359 divisor = 115200 / baud;
362 early_serial_hw_init(divisor);