Searched refs:baudFractional (Results 1 – 2 of 2) sorted by relevance
219 uint32 baudFractional = ((8 * remainder) / baud >> 1) in InitPort() local227 Out32(PL011_FBRD, baudFractional); in InitPort()
57 uint32 baudFractional = ((8 * remainder) / baud >> 1) in InitPort() local