You are working with a 32-bit UART control register. The baud rate is controlled by 4 bits located at position 8 (i.e., bits 8 to 11). Write a function to update the baud rate field with a new 4-bit value. All other bits in the register must remain unchanged.