Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nfc/
Dport100.c60 #define PORT100_FRAME_SOF 0x00FF macro
525 frame->start_frame = cpu_to_be16(PORT100_FRAME_SOF); in port100_tx_frame_init()
556 if (frame->start_frame != cpu_to_be16(PORT100_FRAME_SOF) || in port100_rx_frame_is_valid()
574 return (frame->start_frame == cpu_to_be16(PORT100_FRAME_SOF) && in port100_rx_frame_is_ack()