Home
last modified time | relevance | path

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

12345678910>>...39

/arch/arm/mach-s3c64xx/
Dsetup-sdhci-gpio.c25 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/
Dsetup-sdhci-gpio.c26 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/
Dmicro9.c48 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/
Dprocessor.h106 # define FPR_IDX(width, idx) (idx) argument
108 # define FPR_IDX(width, idx) ((idx) ^ ((64 / (width)) - 1)) argument
111 #define BUILD_FPR_ACCESS(width) \ argument
112 static inline u##width get_fpr##width(union fpureg *fpr, unsigned idx) \
114 return fpr->val##width[FPR_IDX(width, idx)]; \
117 static inline void set_fpr##width(union fpureg *fpr, unsigned idx, \
118 u##width val) \
120 fpr->val##width[FPR_IDX(width, idx)] = val; \
/arch/arm/boot/dts/
Domap-zoom-common.dtsi19 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>;
Dqcom-apq8084-ifc6540.dts22 bus-width = <8>;
29 bus-width = <4>;
Ds5pv210-torbreck.dts63 bus-width = <4>;
70 bus-width = <4>;
77 bus-width = <4>;
84 bus-width = <4>;
Dzx296702-ad1.dts29 bus-width = <4>;
42 bus-width = <8>;
Dste-ccu9540.dts47 bus-width = <4>;
63 bus-width = <4>;
72 bus-width = <8>;
Domap-gpmc-smsc911x.dtsi25 bank-width = <2>;
26 gpmc,device-width = <1>;
51 reg-io-width = <4>;
/arch/arm64/include/asm/
Dcpufeature.h66 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/powerpc/kernel/
Dbtext.c119 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()
282 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() argument
295 dispDeviceRect[2] = width; in btext_update_display()
[all …]
/arch/sparc/kernel/
Dbtext.c44 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/avr32/mach-at32ap/
DKconfig6 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/mips/boot/dts/netlogic/
Dxlp_fvp.dts24 reg-io-width = <4>;
34 reg-io-width = <4>;
45 reg-io-width = <4>;
56 reg-io-width = <4>;
83 bank-width = <2>;
Dxlp_svp.dts24 reg-io-width = <4>;
34 reg-io-width = <4>;
45 reg-io-width = <4>;
56 reg-io-width = <4>;
83 bank-width = <2>;
Dxlp_evp.dts24 reg-io-width = <4>;
34 reg-io-width = <4>;
45 reg-io-width = <4>;
56 reg-io-width = <4>;
83 bank-width = <2>;
/arch/powerpc/include/asm/
Dbtext.h11 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/
Dxtfpga-flash-4m.dtsi8 bank-width = <2>;
9 device-width = <2>;
Dxtfpga-flash-128m.dtsi8 bank-width = <2>;
9 device-width = <2>;
Dxtfpga-flash-16m.dtsi8 bank-width = <2>;
9 device-width = <2>;
/arch/parisc/kernel/
Dperf.c65 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/
Dcache.c153 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/
Dirq.c75 #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/
Do2d.dtsi88 bank-width = <1>;
89 device-width = <2>;
117 ifm,csi-addr-bus-width = <24>;
118 ifm,csi-data-bus-width = <8>;

12345678910>>...39