/arch/arm/mach-s3c64xx/ |
D | setup-sdhci-gpio.c | 25 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio() argument 30 s3c_gpio_cfgrange_nopull(S3C64XX_GPG(0), 2 + width, S3C_GPIO_SFN(2)); in s3c64xx_setup_sdhci0_cfg_gpio() 38 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio() argument 43 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(0), 2 + width, S3C_GPIO_SFN(2)); in s3c64xx_setup_sdhci1_cfg_gpio() 51 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio() argument 54 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(6), width, S3C_GPIO_SFN(3)); in s3c64xx_setup_sdhci2_cfg_gpio()
|
/arch/arm/mach-s3c24xx/ |
D | setup-sdhci-gpio.c | 26 void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci0_cfg_gpio() argument 28 s3c_gpio_cfgrange_nopull(S3C2410_GPE(5), 2 + width, S3C_GPIO_SFN(2)); in s3c2416_setup_sdhci0_cfg_gpio() 31 void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci1_cfg_gpio() argument 33 s3c_gpio_cfgrange_nopull(S3C2410_GPL(0), width, S3C_GPIO_SFN(2)); in s3c2416_setup_sdhci1_cfg_gpio()
|
/arch/arm/mach-ep93xx/ |
D | micro9.c | 48 unsigned int width; in micro9_register_flash() local 51 width = 4; in micro9_register_flash() 53 width = micro9_detect_bootwidth(); in micro9_register_flash() 55 width = 0; in micro9_register_flash() 57 if (width) in micro9_register_flash() 58 ep93xx_register_flash(width, EP93XX_CS1_PHYS_BASE, SZ_64M); in micro9_register_flash()
|
/arch/mips/include/asm/ |
D | processor.h | 110 # define FPR_IDX(width, idx) (idx) argument 112 # define FPR_IDX(width, idx) ((idx) ^ ((64 / (width)) - 1)) argument 115 #define BUILD_FPR_ACCESS(width) \ argument 116 static inline u##width get_fpr##width(union fpureg *fpr, unsigned idx) \ 118 return fpr->val##width[FPR_IDX(width, idx)]; \ 121 static inline void set_fpr##width(union fpureg *fpr, unsigned idx, \ 122 u##width val) \ 124 fpr->val##width[FPR_IDX(width, idx)] = val; \
|
/arch/arm/boot/dts/ |
D | omap-zoom-common.dtsi | 19 bank-width = <2>; 21 reg-io-width = <1>; 27 gpmc,device-width = <1>; 55 bank-width = <2>; 57 reg-io-width = <1>; 66 bank-width = <2>; 68 reg-io-width = <1>; 77 bank-width = <2>; 79 reg-io-width = <1>;
|
D | s5pv210-torbreck.dts | 63 bus-width = <4>; 70 bus-width = <4>; 77 bus-width = <4>; 84 bus-width = <4>;
|
D | qcom-apq8084-ifc6540.dts | 23 bus-width = <8>; 30 bus-width = <4>;
|
D | stihxxx-b2120.dtsi | 42 st,i2c-min-scl-pulse-width-us = <0>; 43 st,i2c-min-sda-pulse-width-us = <5>; 49 st,i2c-min-scl-pulse-width-us = <0>; 50 st,i2c-min-sda-pulse-width-us = <5>; 79 st,i2c-min-scl-pulse-width-us = <0>; 80 st,i2c-min-sda-pulse-width-us = <5>;
|
D | zx296702-ad1.dts | 29 bus-width = <4>; 42 bus-width = <8>;
|
D | ste-ccu9540.dts | 47 bus-width = <4>; 63 bus-width = <4>; 72 bus-width = <8>;
|
/arch/powerpc/kernel/ |
D | btext.c | 119 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument 124 g_max_loc_X = width / 8; in btext_setup_display() 131 dispDeviceRect[2] = width; in btext_setup_display() 174 unsigned int width, height, depth, pitch; in btext_initialize() local 183 width = *prop; in btext_initialize() 196 pitch = width * ((depth + 7) / 8); in btext_initialize() 218 g_max_loc_X = width / 8; in btext_initialize() 224 dispDeviceRect[2] = width; in btext_initialize() 280 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument 293 dispDeviceRect[2] = width; in btext_update_display() [all …]
|
/arch/arm64/include/asm/ |
D | cpufeature.h | 50 u8 width; member 129 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width() argument 131 return (s64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_signed_field_width() 141 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() argument 143 return (u64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_unsigned_field_width() 154 return (u64)GENMASK(ftrp->shift + ftrp->width - 1, ftrp->shift); in arm64_ftr_mask()
|
/arch/sparc/kernel/ |
D | btext.c | 44 unsigned int width, height, depth, pitch; in btext_initialize() local 48 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize() 54 pitch = width * ((depth + 7) / 8); in btext_initialize() 74 g_max_loc_X = width / 8; in btext_initialize() 80 dispDeviceRect[2] = width; in btext_initialize() 99 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local 106 for(j=width; j; --j) in btext_clearscreen() 117 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local 125 for(j=width; j; --j) in scrollscreen() 133 for(j=width; j; --j) in scrollscreen()
|
/arch/mips/boot/dts/netlogic/ |
D | xlp_evp.dts | 24 reg-io-width = <4>; 34 reg-io-width = <4>; 45 reg-io-width = <4>; 56 reg-io-width = <4>; 83 bank-width = <2>;
|
D | xlp_fvp.dts | 24 reg-io-width = <4>; 34 reg-io-width = <4>; 45 reg-io-width = <4>; 56 reg-io-width = <4>; 83 bank-width = <2>;
|
D | xlp_svp.dts | 24 reg-io-width = <4>; 34 reg-io-width = <4>; 45 reg-io-width = <4>; 56 reg-io-width = <4>; 83 bank-width = <2>;
|
/arch/avr32/mach-at32ap/ |
D | Kconfig | 6 prompt "AT32AP700x static memory bus width" 10 Define the width of the AP7000 external static memory interface. 15 width for all chip selects, excluding the flash (which is using
|
/arch/powerpc/include/asm/ |
D | btext.h | 11 extern void btext_update_display(unsigned long phys, int width, int height, 13 extern void btext_setup_display(int width, int height, int depth, int pitch,
|
/arch/xtensa/boot/dts/ |
D | xtfpga-flash-4m.dtsi | 8 bank-width = <2>; 9 device-width = <2>;
|
D | xtfpga-flash-128m.dtsi | 8 bank-width = <2>; 9 device-width = <2>;
|
D | xtfpga-flash-16m.dtsi | 8 bank-width = <2>; 9 device-width = <2>;
|
/arch/parisc/kernel/ |
D | perf.c | 65 uint16_t width; member 210 extern uint64_t perf_rdr_shift_in_W (uint32_t rdr_num, uint16_t width); 211 extern uint64_t perf_rdr_shift_in_U (uint32_t rdr_num, uint16_t width); 675 uint32_t width, xbits, i; in perf_rdr_read_ubuf() local 679 if ((width = tentry->width) == 0) in perf_rdr_read_ubuf() 689 if ((xbits = width & 0x03f) != 0) { in perf_rdr_read_ubuf() 700 data = perf_rdr_shift_in_U(rdr_num, width); in perf_rdr_read_ubuf() 702 data = perf_rdr_shift_in_W(rdr_num, width); in perf_rdr_read_ubuf() 729 if (tentry->width == 0) { in perf_rdr_clear() 843 if (tentry->width == 0) { return; } in perf_rdr_write()
|
/arch/metag/mm/ |
D | cache.c | 153 int width, shift, addend; in metag_cache_probe() 165 width = 0; in metag_cache_probe() 167 width++; in metag_cache_probe() 171 shift = 32 - (METAG_TBI_ICACHE_SIZE_S + width); in metag_cache_probe() 183 width = 0; in metag_cache_probe() 185 width++; in metag_cache_probe() 188 shift = 32 - (METAG_TBI_DCACHE_SIZE_S + width); in metag_cache_probe()
|
/arch/mips/bcm63xx/ |
D | irq.c | 75 #define BUILD_IPIC_INTERNAL(width) \ argument 76 void __dispatch_internal_##width(int cpu) \ 78 u32 pending[width / 32]; \ 87 for (src = 0, tgt = (width / 32); src < (width / 32); src++) { \ 105 *next = (*next + 1) & (width - 1); \ 113 static void __internal_irq_mask_##width(struct irq_data *d) \ 117 unsigned reg = (irq / 32) ^ (width/32 - 1); \ 134 static void __internal_irq_unmask_##width(struct irq_data *d, \ 139 unsigned reg = (irq / 32) ^ (width/32 - 1); \
|
/arch/powerpc/boot/dts/ |
D | o2d.dtsi | 88 bank-width = <1>; 89 device-width = <2>; 117 ifm,csi-addr-bus-width = <24>; 118 ifm,csi-data-bus-width = <8>;
|