Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/
Dport100.c61 #define PORT100_FRAME_SOF 0x00FF macro
554 frame->start_frame = cpu_to_be16(PORT100_FRAME_SOF); in port100_tx_frame_init()
585 if (frame->start_frame != cpu_to_be16(PORT100_FRAME_SOF) || in port100_rx_frame_is_valid()
603 return (frame->start_frame == cpu_to_be16(PORT100_FRAME_SOF) && in port100_rx_frame_is_ack()