Searched defs:ocf (Results 1 – 3 of 3) sorted by relevance
142 static void csrhci_in_packet_vendor(struct csrhci_s *s, int ocf, in csrhci_in_packet_vendor()
1641 #define cmd_opcode_pack(ogf, ocf) (uint16_t)((ocf & 0x03ff)|(ogf << 10)) argument
1341 UChar ocf = 0x00f4; in Test4139940() local