Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firewire/
Dcore.h228 #define TCODE_IS_READ_REQUEST(tcode) (((tcode) & ~1) == 4) macro
Dcore-transaction.c1066 if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_topology_map()
Dohci.c1528 } else if (!TCODE_IS_READ_REQUEST(tcode)) { in handle_local_rom()