Home
last modified time | relevance | path

Searched refs:dataout (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Diuu_phoenix.c795 u8 *dataout; in iuu_uart_baud() local
802 dataout = kmalloc(5, GFP_KERNEL); in iuu_uart_baud()
804 if (!dataout) in iuu_uart_baud()
810 kfree(dataout); in iuu_uart_baud()
836 dataout[DataCount++] = IUU_UART_ESC; in iuu_uart_baud()
838 dataout[DataCount++] = IUU_UART_CHANGE; in iuu_uart_baud()
839 dataout[DataCount++] = T1Frekvens; in iuu_uart_baud()
840 dataout[DataCount++] = T1reload; in iuu_uart_baud()
846 dataout[DataCount++] = 0x00; in iuu_uart_baud()
849 dataout[DataCount++] = 0x01; in iuu_uart_baud()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-omap.c42 u32 dataout; member
125 bank->context.dataout |= l; in omap_set_gpio_dataout_reg()
128 bank->context.dataout &= ~l; in omap_set_gpio_dataout_reg()
138 bank->context.dataout = omap_gpio_rmw(bank->base + bank->regs->dataout, in omap_set_gpio_dataout_mask()
836 reg = bank->base + bank->regs->dataout; in omap_gpio_get()
869 val |= readl_relaxed(base + bank->regs->dataout) & m; in omap_gpio_get_multiple()
935 void __iomem *reg = bank->base + bank->regs->dataout; in omap_gpio_set_multiple()
942 bank->context.dataout = l; in omap_gpio_set_multiple()
1086 p->context.dataout = readl_relaxed(base + regs->dataout); in omap_gpio_init_context()
1103 writel_relaxed(bank->context.dataout, base + regs->dataout); in omap_gpio_restore_context()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dgpio15xx.c44 .dataout = OMAP_MPUIO_OUTPUT,
85 .dataout = OMAP1510_GPIO_DATA_OUTPUT,
H A Dgpio16xx.c52 .dataout = OMAP_MPUIO_OUTPUT,
95 .dataout = OMAP1610_GPIO_DATAOUT,
H A Dgpio7xx.c51 .dataout = OMAP_MPUIO_OUTPUT / 2,
92 .dataout = OMAP7XX_GPIO_DATA_OUTPUT,
/OK3568_Linux_fs/kernel/drivers/block/
H A Dxsysace.c227 void (*dataout) (struct ace_device * ace); member
268 .dataout = ace_dataout_8,
333 .dataout = ace_dataout_be16,
340 .dataout = ace_dataout_le16,
730 ace->reg_ops->dataout(ace); in ace_fsm_dostate()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dgpio-omap.h156 u16 dataout; member
/OK3568_Linux_fs/u-boot/board/Seagate/nas220/
H A Dkwbimage.cfg116 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Marvell/guruplug/
H A Dkwbimage.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Seagate/dockstar/
H A Dkwbimage.cfg115 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Synology/ds109/
H A Dkwbimage.cfg116 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Marvell/dreamplug/
H A Dkwbimage.cfg113 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Seagate/goflexhome/
H A Dkwbimage.cfg118 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Marvell/sheevaplug/
H A Dkwbimage.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/iomega/iconnect/
H A Dkwbimage.cfg112 # bit9: 0x0, no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/keymile/km_arm/
H A Dkwbimage.cfg124 # bit9 : 0 , no half clock cycle addition to dataout
H A Dkwbimage-memphis.cfg127 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/Marvell/openrd/
H A Dkwbimage.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/LaCie/net2big_v2/
H A Dkwbimage.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/raidsonic/ib62x0/
H A Dkwbimage.cfg113 # bit9: 0x0, no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/LaCie/netspace_v2/
H A Dkwbimage-ns2l.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
H A Dkwbimage-is2.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
H A Dkwbimage.cfg112 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/cloudengines/pogo_e02/
H A Dkwbimage.cfg116 # bit9 : 0 , no half clock cycle addition to dataout
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg132 # bit9: 0, no half clock cycle addition to dataout

12