Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
A Dcsio_defs.h130 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument
132 #define CSIO_DB_ASSERT(__c) argument
/drivers/mmc/host/
A Ddw_mmc-exynos.c502 u8 __c; in dw_mci_exynos_get_best_clksmpl() local
506 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
507 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()
514 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
515 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()
527 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
528 if ((__c & 0x1) == 0x1) { in dw_mci_exynos_get_best_clksmpl()
/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_pipeline.h223 #define to_comp(__c) (((__c) == NULL) ? NULL : &((__c)->base)) argument
224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) argument
/drivers/usb/host/
A 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/gpu/drm/i915/
A Di915_reg_defs.h153 #define _PICK_EVEN_2RANGES(__index, __c_index, __a, __b, __c, __d) \ argument
156 _PICK_EVEN((__index) - (__c_index), __c, __d)))
/drivers/block/drbd/
A Ddrbd_polymorph_printk.h40 const struct drbd_connection *__c = (connection); \
41 const struct drbd_resource *__r = __c->resource

Completed in 17 milliseconds