Searched refs:__c (Results 1 – 5 of 5) sorted by relevance
116 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument118 #define CSIO_DB_ASSERT(__c) argument
448 u8 __c; in dw_mci_exynos_get_best_clksmpl() local452 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()453 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()460 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()461 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()473 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()474 if ((__c & 0x1) == 0x1) { in dw_mci_exynos_get_best_clksmpl()
223 #define to_comp(__c) (((__c) == NULL) ? NULL : &((__c)->base)) argument224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) argument
543 #define PTD_DIR_STR(ptd) ({char __c; \545 case 0: __c = 's'; break; \546 case 1: __c = 'o'; break; \547 default: __c = 'i'; break; \548 }; __c;})
853 #define STEPFN(c) ({int __c = (c); (((__c-1)|(__c)) == -1); })