Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/
H A Dport100.c52 #define PORT100_FRAME_SOF 0x00FF macro
545 frame->start_frame = cpu_to_be16(PORT100_FRAME_SOF); in port100_tx_frame_init()
576 if (frame->start_frame != cpu_to_be16(PORT100_FRAME_SOF) || in port100_rx_frame_is_valid()
594 return (frame->start_frame == cpu_to_be16(PORT100_FRAME_SOF) && in port100_rx_frame_is_ack()