Searched refs:mmap_op (Results 1 – 1 of 1) sorted by relevance
156 #define SELECT_BUS_WRITE(osh, mmap_op, bus_op) if (((osl_pubinfo_t*)(osh))->mmbus) \ argument157 mmap_op else bus_op158 #define SELECT_BUS_READ(osh, mmap_op, bus_op) (((osl_pubinfo_t*)(osh))->mmbus) ? \ argument159 mmap_op : bus_op