Searched refs:status_b (Results 1 – 2 of 2) sorted by relevance
457 u32 status_b; in slic_handle_frame_error() local462 status_b = le32_to_cpu(info->frame_status_b); in slic_handle_frame_error()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()473 if (status_b & SLIC_VRHSTATB_IPLERR) in slic_handle_frame_error()475 if (status_b & SLIC_VRHSTATB_IPHERR) 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()[all …]
321 u8 status_a, status_b; in zs_raw_get_ab_mctrl() local325 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()