Searched refs:uart_config (Results 1 – 1 of 1) sorted by relevance
308 struct uart_config { struct802 struct uart_config uart_config; in nxp_fw_change_baudrate() local813 nxp_cmd5.payload_len = __cpu_to_le32(sizeof(uart_config)); in nxp_fw_change_baudrate()820 } else if (req_len == sizeof(uart_config)) { in nxp_fw_change_baudrate()821 uart_config.clkdiv.address = __cpu_to_le32(clkdivaddr); in nxp_fw_change_baudrate()823 uart_config.clkdiv.value = __cpu_to_le32(0x01000000); in nxp_fw_change_baudrate()825 uart_config.clkdiv.value = __cpu_to_le32(0x00c00000); in nxp_fw_change_baudrate()826 uart_config.uartdiv.address = __cpu_to_le32(uartdivaddr); in nxp_fw_change_baudrate()827 uart_config.uartdiv.value = __cpu_to_le32(1); in nxp_fw_change_baudrate()828 uart_config.mcr.address = __cpu_to_le32(uartmcraddr); in nxp_fw_change_baudrate()[all …]