Searched refs:scl (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Dscx200_i2c.c40 static int scl = CONFIG_SCx200_I2C_SCL; variable
43 module_param(scl, int, 0);
44 MODULE_PARM_DESC(scl, "GPIO line for SCL");
50 scx200_gpio_set(scl, state);
60 return scx200_gpio_get(scl);
98 pr_debug(NAME ": SCL=GPIO%02u, SDA=GPIO%02u\n", scl, sda);
100 if (scl == -1 || sda == -1 || scl == sda) {
101 printk(KERN_ERR NAME ": scl and sda must be specified\n");
106 scx200_gpio_configure(scl, ~
[all...]
H A Di2c-ixp4xx.c64 int scl; local
67 gpio_line_get(ixp4xx_scl_pin(data), &scl); local
69 return scl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/algos/
H A Di2c-algo-bit.c87 * Raise scl line, and do checking for delays. This is necessary for slower
96 /* Not all adapters have scl sense line... */
127 /* assert: scl, sda are high */
135 /* assert: scl is low */
146 /* assert: scl is low */
160 * -ETIMEDOUT if an error occurred (while raising the scl line)
169 /* assert: scl is low */
197 /* assert: scl is low (sda undef) */
209 /* assert: scl is low */
223 /* assert: scl i
232 int scl,sda; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmac53c94.c349 struct scatterlist *scl; local
361 scl = (struct scatterlist *) cmd->request_buffer;
362 nseg = pci_map_sg(state->pdev, scl, cmd->use_sg,
365 dma_addr = sg_dma_address(scl);
366 dma_len = sg_dma_len(scl);
374 ++scl;
H A Dmesh.c1255 struct scatterlist *scl; local
1267 scl = (struct scatterlist *) cmd->request_buffer;
1269 nseg = pci_map_sg(ms->pdev, scl, cmd->use_sg,
1271 for (i = 0; i <nseg; ++i, ++scl) {
1272 u32 dma_addr = sg_dma_address(scl);
1273 u32 dma_len = sg_dma_len(scl);
1275 total += scl->length;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.pl43 .def .Lazy$i; .scl 3; .type 32; .endef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S220 /* coff info: scl 2 = extern, type 32 = function */
221 .def inflate_fast; .scl 2; .type 32; .endef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/inflate86/
H A Dinffast.S220 /* coff info: scl 2 = extern, type 32 = function */
221 .def inflate_fast; .scl 2; .type 32; .endef

Completed in 86 milliseconds