Home
last modified time | relevance | path

Searched refs:uart_en (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/ath79/
H A Dearly_printk.c60 u32 uart_en; in prom_enable_uart() local
65 uart_en = AR71XX_GPIO_FUNC_UART_EN; in prom_enable_uart()
71 uart_en = AR724X_GPIO_FUNC_UART_EN; in prom_enable_uart()
75 uart_en = AR913X_GPIO_FUNC_UART_EN; in prom_enable_uart()
80 uart_en = AR933X_GPIO_FUNC_UART_EN; in prom_enable_uart()
93 t |= uart_en; in prom_enable_uart()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h741 u8 uart_en : 1; /* FW logging is enabled via UART for all PFs */
740 u8 uart_en : 1; /* FW logging is enabled via UART for all PFs */ global() member
H A Dice_common.c893 * To enable overall FW logging, the "cq_en" and "uart_en" enable bits in
929 if (!hw->fw_log.cq_en && !hw->fw_log.uart_en) in ice_cfg_fw_log()
949 if (hw->fw_log.uart_en) in ice_cfg_fw_log()
991 if (hw->fw_log.uart_en) in ice_cfg_fw_log()
1003 * hw->fw_log.cq_en and hw->fw_log.uart_en indicate if the FW in ice_cfg_fw_log()