Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dnosy.h89 #define PCL_LAST_BUFF (1<<18) macro
90 #define PCL_LAST_CMD (PCL_LAST_BUFF)
H A Dnosy.c601 lynx->rcv_pcl->buffer[i - 1].control |= cpu_to_le32(PCL_LAST_BUFF); in add_card()