Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dcore-transaction.c49 #define HEADER_GET_OFFSET_HIGH(q) (((q) >> 0) & 0xffff) macro
1011 offset = ((u64)HEADER_GET_OFFSET_HIGH(p->header[1]) << 32) | in fw_core_handle_request()
H A Dohci.c1555 #define HEADER_GET_OFFSET_HIGH(q) (((q) >> 0) & 0xffff) macro
1651 HEADER_GET_OFFSET_HIGH(packet->header[1]) << 32) | in handle_local_request()