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

/drivers/nfc/
H A Dport100.c60 #define PORT100_FRAME_SOF 0x00FF macro
525 frame->start_frame = cpu_to_be16(PORT100_FRAME_SOF);
556 if (frame->start_frame != cpu_to_be16(PORT100_FRAME_SOF) ||
574 return (frame->start_frame == cpu_to_be16(PORT100_FRAME_SOF) &&

Completed in 33 milliseconds