Home
last modified time | relevance | path

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

/linux/drivers/net/can/esd/
H A Desdacc.c475 const u32 tail_mask = (1U << tx_fifo_tail); in handle_core_msg_txabort() local
477 if (!(abort_mask & tail_mask)) in handle_core_msg_txabort()
479 abort_mask &= ~tail_mask; in handle_core_msg_txabort()
/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c1370 u8 tail_mask, vlc_mask = 0; in tw5864_handle_frame() local
1410 tail_mask = (~vlc_mask) & 0xff; in tw5864_handle_frame()
1412 dst[0] = (input->tail & tail_mask) | (vlc_first_byte & vlc_mask); in tw5864_handle_frame()