Home
last modified time | relevance | path

Searched refs:__c (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_defs.h116 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument
118 #define CSIO_DB_ASSERT(__c) argument
/drivers/mmc/host/
Ddw_mmc-exynos.c424 u8 __c; in dw_mci_exynos_get_best_clksmpl() local
428 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
429 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()
436 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
437 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()
/drivers/usb/host/
Disp116x.h542 #define PTD_DIR_STR(ptd) ({char __c; \
544 case 0: __c = 's'; break; \
545 case 1: __c = 'o'; break; \
546 default: __c = 'i'; break; \
547 }; __c;})
/drivers/tty/serial/
Dsh-sci.c853 #define STEPFN(c) ({int __c = (c); (((__c-1)|(__c)) == -1); })