Home
last modified time | relevance | path

Searched defs:nci_pbf_set (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci.h173 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) macro
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci.h178 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) macro

Completed in 4 milliseconds