Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dhci.h66 #define HCP_HEADER(type, instr) ((((type) & 0x03) << 6) | ((instr) & 0x3f)) macro
H A Dhcp.c75 packet->message.header = HCP_HEADER(type, instruction); in nfc_hci_hcp_message_tx()
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dhci.h66 #define HCP_HEADER(type, instr) ((((type) & 0x03) << 6) | ((instr) & 0x3f)) macro
H A Dhcp.c75 packet->message.header = HCP_HEADER(type, instruction); in nfc_hci_hcp_message_tx()

Completed in 2 milliseconds