Home
last modified time | relevance | path

Searched refs:ucr (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dmcfuart.c34 writeb(UART_UCR_RESET_RX, &uart->ucr); in mcf_serial_init_common()
35 writeb(UART_UCR_RESET_TX, &uart->ucr); in mcf_serial_init_common()
36 writeb(UART_UCR_RESET_ERROR, &uart->ucr); in mcf_serial_init_common()
37 writeb(UART_UCR_RESET_MR, &uart->ucr); in mcf_serial_init_common()
57 writeb(UART_UCR_RX_ENABLED | UART_UCR_TX_ENABLED, &uart->ucr); in mcf_serial_init_common()
75 writeb(UART_UCR_RESET_RX, &uart->ucr); in mcf_serial_setbrg_common()
76 writeb(UART_UCR_RESET_TX, &uart->ucr); in mcf_serial_setbrg_common()
78 writeb(UART_UCR_RX_ENABLED | UART_UCR_TX_ENABLED, &uart->ucr); in mcf_serial_setbrg_common()
/openbmc/u-boot/board/astro/mcf5373l/
H A Dmcf5373l.c110 writeb(UART_UCR_RESET_RX, &uart->ucr); in rs_serial_init()
111 writeb(UART_UCR_RESET_TX, &uart->ucr); in rs_serial_init()
112 writeb(UART_UCR_RESET_ERROR, &uart->ucr); in rs_serial_init()
113 writeb(UART_UCR_RESET_MR, &uart->ucr); in rs_serial_init()
133 writeb(UART_UCR_RX_ENABLED | UART_UCR_TX_ENABLED, &uart->ucr); in rs_serial_init()
/openbmc/openbmc-test-automation/lib/
H A Dsensor_info_record.py54 ucr = float(sensor_threshold_values["ucr"])
56 if not (unc > ucr > unr):
/openbmc/u-boot/arch/m68k/include/asm/
H A Duart.h24 u8 ucr; /* 0x08 Command Register */ member
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h272 uint16_t ucr:1; member
285 uint16_t ucr:1;
296 uint16_t ucr:1; member
306 uint16_t ucr:1;
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot37 @{thresholds_list} lcr lnc unc ucr
203 Set To Dictionary ${tmp_dict} ucr ${ipmi_upper_critical_threshold}
252 ... '${threshold_key}' == 'ucr' ${8}
/openbmc/ipmitool/lib/
H A Dipmi_sdr.c1599 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.ucr, in ipmi_sdr_print_sensor_fc()
1835 SENSOR_PRINT_THRESH(sr->full, "Upper critical", upper.critical, ucr); in ipmi_sdr_print_sensor_fc()
1882 if (sensor->mask.type.threshold.read.ucr) in ipmi_sdr_print_sensor_fc()
1908 if (sensor->mask.type.threshold.set.ucr) in ipmi_sdr_print_sensor_fc()