Home
last modified time | relevance | path

Searched refs:status_b (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c457 u32 status_b; in slic_handle_frame_error() local
464 if (status_b & SLIC_VRHSTATB_TPCSUM) in slic_handle_frame_error()
468 if (status_b & SLIC_VRHSTATB_TPHLEN) in slic_handle_frame_error()
471 if (status_b & SLIC_VRHSTATB_IPCSUM) in slic_handle_frame_error()
478 if (status_b & SLIC_VRHSTATB_RCVE) in slic_handle_frame_error()
480 if (status_b & SLIC_VRHSTATB_BUFF) in slic_handle_frame_error()
482 if (status_b & SLIC_VRHSTATB_CODE) in slic_handle_frame_error()
484 if (status_b & SLIC_VRHSTATB_DRBL) in slic_handle_frame_error()
486 if (status_b & SLIC_VRHSTATB_CRC) in slic_handle_frame_error()
490 if (status_b & SLIC_VRHSTATB_802UE) in slic_handle_frame_error()
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dzs.c321 u8 status_a, status_b; in zs_raw_get_ab_mctrl() local
325 status_b = read_zsreg(zport_b, R0); in zs_raw_get_ab_mctrl()
327 mctrl = ((status_b & CTS) ? TIOCM_CTS : 0) | in zs_raw_get_ab_mctrl()
328 ((status_b & DCD) ? TIOCM_CAR : 0) | in zs_raw_get_ab_mctrl()