/arch/arm/plat-samsung/ |
D | gpio-samsung.c | 184 u32 con; in samsung_gpio_setcfg_2bit() local 194 con = __raw_readl(reg); in samsung_gpio_setcfg_2bit() 195 con &= ~(0x3 << shift); in samsung_gpio_setcfg_2bit() 196 con |= cfg; in samsung_gpio_setcfg_2bit() 197 __raw_writel(con, reg); in samsung_gpio_setcfg_2bit() 215 u32 con; in samsung_gpio_getcfg_2bit() local 217 con = __raw_readl(chip->base); in samsung_gpio_getcfg_2bit() 218 con >>= off * 2; in samsung_gpio_getcfg_2bit() 219 con &= 3; in samsung_gpio_getcfg_2bit() 222 return S3C_GPIO_SPECIAL(con); in samsung_gpio_getcfg_2bit() [all …]
|
D | adc.c | 89 unsigned con = readl(adc->regs + S3C2410_ADCCON); in s3c_adc_convert() local 91 con |= S3C2410_ADCCON_ENABLE_START; in s3c_adc_convert() 92 writel(con, adc->regs + S3C2410_ADCCON); in s3c_adc_convert() 98 unsigned con = readl(adc->regs + S3C2410_ADCCON); in s3c_adc_select() local 104 con &= ~S3C2410_ADCCON_MUXMASK; in s3c_adc_select() 105 con &= ~S3C2410_ADCCON_STDBM; in s3c_adc_select() 106 con &= ~S3C2410_ADCCON_STARTMASK; in s3c_adc_select() 115 con |= S3C2410_ADCCON_SELMUX(client->channel); in s3c_adc_select() 118 writel(con, adc->regs + S3C2410_ADCCON); in s3c_adc_select() 428 u32 con; in s3c_adc_suspend() local [all …]
|
D | pm-gpio.c | 80 static inline int is_sfn(unsigned long con) in is_sfn() argument 82 return con >= 2; in is_sfn() 87 static inline int is_in(unsigned long con) in is_in() argument 89 return con == 0; in is_in() 94 static inline int is_out(unsigned long con) in is_out() argument 96 return con == 1; in is_out() 249 void __iomem *con = chip->base + (index * 4); in samsung_gpio_pm_4bit_con() local 250 u32 old_gpcon = __raw_readl(con); in samsung_gpio_pm_4bit_con() 259 __raw_writel(gpcon, con); in samsung_gpio_pm_4bit_con()
|
/arch/mips/sgi-ip32/ |
D | ip32-setup.c | 91 char* con = ArcGetEnvironmentVariable("console"); in plat_mem_setup() local 92 if (con && *con == 'd') { in plat_mem_setup() 97 add_preferred_console("ttyS", *(con + 1) == '2' ? 1 : 0, in plat_mem_setup()
|
/arch/h8300/kernel/ |
D | sim-console.c | 14 static void sim_write(struct console *con, const char *s, unsigned n) in sim_write() argument 26 device->con->write = sim_write; in sim_setup()
|
/arch/arm/mach-s3c64xx/ |
D | irq-pm.c | 54 u32 con; member 79 grp->con = __raw_readl(S3C64XX_EINT12CON + (i * 4)); in s3c64xx_irq_pm_suspend() 100 __raw_writel(grp->con, S3C64XX_EINT12CON + (i * 4)); in s3c64xx_irq_pm_resume()
|
/arch/x86/kernel/ |
D | early_printk.c | 30 static void early_vga_write(struct console *con, const char *str, unsigned n) in early_vga_write() argument 121 static void early_serial_write(struct console *con, const char *s, unsigned n) in early_serial_write() argument 319 static void early_console_register(struct console *con, int keep_early) in early_console_register() argument 321 if (con->index != -1) { in early_console_register() 323 con->name); in early_console_register() 326 early_console = con; in early_console_register()
|
/arch/m68k/emu/ |
D | nfcon.c | 43 static void nfcon_write(struct console *con, const char *str, in nfcon_write() argument 49 static struct tty_driver *nfcon_device(struct console *con, int *index) in nfcon_device() argument 52 return (con->flags & CON_ENABLED) ? nfcon_tty_driver : NULL; in nfcon_device()
|
/arch/nios2/kernel/ |
D | early_printk.c | 37 static void early_console_write(struct console *con, const char *s, unsigned n) in early_console_write() argument 73 static void early_console_write(struct console *con, const char *s, unsigned n) in early_console_write() argument
|
/arch/frv/include/asm/ |
D | uaccess.h | 158 #define __put_user_asm(err,x,ptr,bwl,con) \ argument 163 : "m" (*__ptr(ptr)), con (x) \ 247 #define __get_user_asm(err,x,ptr,bwl,con) \ argument 250 : con(x) \
|
/arch/c6x/include/asm/ |
D | clock.h | 124 #define CLK(dev, con, ck) \ argument 127 .con_id = con, \
|
/arch/um/kernel/ |
D | early_printk.c | 14 static void early_console_write(struct console *con, const char *s, unsigned int n) in early_console_write() argument
|
/arch/arm/mach-davinci/ |
D | clock.h | 121 #define CLK(dev, con, ck) \ argument 124 .con_id = con, \
|
/arch/mips/kernel/ |
D | early_printk.c | 19 static void early_console_write(struct console *con, const char *s, unsigned n) in early_console_write() argument
|
/arch/x86/platform/efi/ |
D | early_printk.c | 127 early_efi_write(struct console *con, const char *str, unsigned int num) in early_efi_write() argument 199 static __init int early_efi_setup(struct console *con, char *options) in early_efi_setup() argument 225 if (!(con->flags & CON_BOOT)) in early_efi_setup()
|
/arch/arm/kernel/ |
D | early_printk.c | 27 static void early_console_write(struct console *con, const char *s, unsigned n) in early_console_write() argument
|
/arch/blackfin/include/asm/ |
D | early_printk.h | 21 extern void early_shadow_write(struct console *con, const char *s,
|
/arch/unicore32/kernel/ |
D | early_printk.c | 19 static void early_ocd_write(struct console *con, const char *s, unsigned n) in early_ocd_write() argument
|
/arch/mips/dec/prom/ |
D | console.c | 18 static void __init prom_console_write(struct console *con, const char *s, in prom_console_write() argument
|
/arch/tile/kernel/ |
D | early_printk.c | 24 static void early_hv_write(struct console *con, const char *s, unsigned n) in early_hv_write() argument
|
/arch/arm/mach-omap1/ |
D | clock.h | 29 #define CLK(dev, con, ck, cp) \ argument 34 .con_id = con, \
|
/arch/blackfin/kernel/ |
D | shadow_console.c | 25 __init void early_shadow_write(struct console *con, const char *s, in early_shadow_write() argument
|
/arch/mips/lantiq/xway/ |
D | gptu.c | 122 static inline void clkdev_add_gptu(struct device *dev, const char *con, in clkdev_add_gptu() argument 128 clk->cl.con_id = con; in clkdev_add_gptu()
|
D | sysctrl.c | 329 static void clkdev_add_pmu(const char *dev, const char *con, bool deactivate, in clkdev_add_pmu() argument 335 clk->cl.con_id = con; in clkdev_add_pmu() 352 static void clkdev_add_cgu(const char *dev, const char *con, in clkdev_add_cgu() argument 358 clk->cl.con_id = con; in clkdev_add_cgu()
|
/arch/powerpc/kernel/ |
D | udbg.c | 145 static void udbg_console_write(struct console *con, const char *s, in udbg_console_write() argument
|