Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 1475) sorted by relevance

12345678910>>...59

/arch/arm/mach-s3c/
Dsetup-sdhci-gpio-s3c64xx.c20 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio() argument
25 s3c_gpio_cfgrange_nopull(S3C64XX_GPG(0), 2 + width, S3C_GPIO_SFN(2)); in s3c64xx_setup_sdhci0_cfg_gpio()
33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio() argument
38 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(0), 2 + width, S3C_GPIO_SFN(2)); in s3c64xx_setup_sdhci1_cfg_gpio()
46 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio() argument
49 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(6), width, S3C_GPIO_SFN(3)); in s3c64xx_setup_sdhci2_cfg_gpio()
Dsetup-sdhci-gpio-s3c24xx.c22 void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci0_cfg_gpio() argument
24 s3c_gpio_cfgrange_nopull(S3C2410_GPE(5), 2 + width, S3C_GPIO_SFN(2)); in s3c2416_setup_sdhci0_cfg_gpio()
27 void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci1_cfg_gpio() argument
29 s3c_gpio_cfgrange_nopull(S3C2410_GPL(0), width, S3C_GPIO_SFN(2)); in s3c2416_setup_sdhci1_cfg_gpio()
/arch/mips/include/asm/
Dprocessor.h102 # define FPR_IDX(width, idx) (idx) argument
104 # define FPR_IDX(width, idx) ((idx) ^ ((64 / (width)) - 1)) argument
107 #define BUILD_FPR_ACCESS(width) \ argument
108 static inline u##width get_fpr##width(union fpureg *fpr, unsigned idx) \
110 return fpr->val##width[FPR_IDX(width, idx)]; \
113 static inline void set_fpr##width(union fpureg *fpr, unsigned idx, \
114 u##width val) \
116 fpr->val##width[FPR_IDX(width, idx)] = val; \
/arch/arm/mach-ep93xx/
Dmicro9.c45 unsigned int width; in micro9_register_flash() local
48 width = 4; in micro9_register_flash()
50 width = micro9_detect_bootwidth(); in micro9_register_flash()
52 width = 0; in micro9_register_flash()
54 if (width) in micro9_register_flash()
55 ep93xx_register_flash(width, EP93XX_CS1_PHYS_BASE, SZ_64M); in micro9_register_flash()
/arch/powerpc/kernel/
Dbtext.c111 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() argument
116 g_max_loc_X = width / 8; in btext_setup_display()
123 dispDeviceRect[2] = width; in btext_setup_display()
166 unsigned int width, height, depth, pitch; in btext_initialize() local
175 width = *prop; in btext_initialize()
188 pitch = width * ((depth + 7) / 8); in btext_initialize()
210 g_max_loc_X = width / 8; in btext_initialize()
216 dispDeviceRect[2] = width; in btext_initialize()
266 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
279 dispDeviceRect[2] = width; in btext_update_display()
[all …]
/arch/arm/boot/dts/
Domap-zoom-common.dtsi20 bank-width = <2>;
22 reg-io-width = <1>;
28 gpmc,device-width = <1>;
56 bank-width = <2>;
58 reg-io-width = <1>;
67 bank-width = <2>;
69 reg-io-width = <1>;
78 bank-width = <2>;
80 reg-io-width = <1>;
Dimx6q-gw54xx.dts45 bus-width = <8>;
63 nxp,audout-width = <16>;
83 bus-width = <16>;
93 bus-width = <16>;
98 bus-width = <16>;
107 bus-width = <8>;
112 bus-width = <8>;
Dr9a06g032.dtsi85 reg-io-width = <4>;
96 reg-io-width = <4>;
107 reg-io-width = <4>;
118 reg-io-width = <4>;
129 reg-io-width = <4>;
140 reg-io-width = <4>;
151 reg-io-width = <4>;
162 reg-io-width = <4>;
Drtd1195.dtsi107 reg-io-width = <4>;
116 reg-io-width = <4>;
125 reg-io-width = <4>;
134 reg-io-width = <4>;
143 reg-io-width = <4>;
200 reg-io-width = <4>;
212 reg-io-width = <4>;
Dimx6q-gw53xx.dts28 bus-width = <8>;
35 bus-width = <8>;
40 bus-width = <8>;
Dimx6dl-gw54xx.dts28 bus-width = <8>;
35 bus-width = <8>;
40 bus-width = <8>;
Dimx6dl-gw52xx.dts28 bus-width = <8>;
35 bus-width = <8>;
40 bus-width = <8>;
Dimx6q-gw52xx.dts28 bus-width = <8>;
35 bus-width = <8>;
40 bus-width = <8>;
/arch/sparc/kernel/
Dbtext.c45 unsigned int width, height, depth, pitch; in btext_initialize() local
49 if (prom_getproperty(node, "width", (char *)&width, 4) < 0) in btext_initialize()
55 pitch = width * ((depth + 7) / 8); in btext_initialize()
75 g_max_loc_X = width / 8; in btext_initialize()
81 dispDeviceRect[2] = width; in btext_initialize()
100 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
107 for(j=width; j; --j) in btext_clearscreen()
118 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
126 for(j=width; j; --j) in scrollscreen()
134 for(j=width; j; --j) in scrollscreen()
/arch/arm64/include/asm/
Dcpufeature.h62 u8 width; member
503 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width() argument
505 return (s64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_signed_field_width()
515 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() argument
517 return (u64)(features << (64 - width - field)) >> (64 - width); in cpuid_feature_extract_unsigned_field_width()
551 return (u64)GENMASK(ftrp->shift + ftrp->width - 1, ftrp->shift); in arm64_ftr_mask()
560 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width() argument
563 cpuid_feature_extract_signed_field_width(features, field, width) : in cpuid_feature_extract_field_width()
564 cpuid_feature_extract_unsigned_field_width(features, field, width); in cpuid_feature_extract_field_width()
575 return (s64)cpuid_feature_extract_field_width(val, ftrp->shift, ftrp->width, ftrp->sign); in arm64_ftr_value()
/arch/arm64/boot/dts/freescale/
Dfsl-ls208xa-qds.dtsi30 bank-width = <2>;
31 device-width = <1>;
137 spi-rx-bus-width = <4>;
138 spi-tx-bus-width = <4>;
146 spi-rx-bus-width = <4>;
147 spi-tx-bus-width = <4>;
Dfsl-ls1088a-qds.dts119 bank-width = <2>;
120 device-width = <1>;
154 spi-rx-bus-width = <4>;
155 spi-tx-bus-width = <1>;
164 spi-rx-bus-width = <4>;
165 spi-tx-bus-width = <1>;
Dfsl-ls1088a-rdb.dts98 spi-rx-bus-width = <4>;
99 spi-tx-bus-width = <1>;
108 spi-rx-bus-width = <4>;
109 spi-tx-bus-width = <1>;
/arch/arm64/boot/dts/realtek/
Drtd139x.dtsi67 reg-io-width = <4>;
76 reg-io-width = <4>;
85 reg-io-width = <4>;
94 reg-io-width = <4>;
103 reg-io-width = <4>;
166 reg-io-width = <4>;
178 reg-io-width = <4>;
188 reg-io-width = <4>;
Drtd129x.dtsi69 reg-io-width = <4>;
78 reg-io-width = <4>;
87 reg-io-width = <4>;
96 reg-io-width = <4>;
105 reg-io-width = <4>;
168 reg-io-width = <4>;
180 reg-io-width = <4>;
190 reg-io-width = <4>;
Drtd16xx.dtsi143 reg-io-width = <4>;
152 reg-io-width = <4>;
161 reg-io-width = <4>;
170 reg-io-width = <4>;
179 reg-io-width = <4>;
202 reg-io-width = <4>;
214 reg-io-width = <4>;
224 reg-io-width = <4>;
/arch/mips/boot/dts/netlogic/
Dxlp_fvp.dts25 reg-io-width = <4>;
35 reg-io-width = <4>;
46 reg-io-width = <4>;
57 reg-io-width = <4>;
84 bank-width = <2>;
Dxlp_evp.dts25 reg-io-width = <4>;
35 reg-io-width = <4>;
46 reg-io-width = <4>;
57 reg-io-width = <4>;
84 bank-width = <2>;
Dxlp_svp.dts25 reg-io-width = <4>;
35 reg-io-width = <4>;
46 reg-io-width = <4>;
57 reg-io-width = <4>;
84 bank-width = <2>;
/arch/parisc/kernel/
Dperf.c52 uint16_t width; member
197 extern uint64_t perf_rdr_shift_in_W (uint32_t rdr_num, uint16_t width);
198 extern uint64_t perf_rdr_shift_in_U (uint32_t rdr_num, uint16_t width);
659 uint32_t width, xbits, i; in perf_rdr_read_ubuf() local
663 if ((width = tentry->width) == 0) in perf_rdr_read_ubuf()
673 if ((xbits = width & 0x03f) != 0) { in perf_rdr_read_ubuf()
684 data = perf_rdr_shift_in_U(rdr_num, width); in perf_rdr_read_ubuf()
686 data = perf_rdr_shift_in_W(rdr_num, width); in perf_rdr_read_ubuf()
713 if (tentry->width == 0) { in perf_rdr_clear()
827 if (tentry->width == 0) { return; } in perf_rdr_write()

12345678910>>...59