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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-omap.c454 unsigned long scl; local
457 scl = internal_clk / 400;
458 fsscll = scl - (scl / 3) - 7;
459 fssclh = (scl / 3) - 5;
462 scl = fclk_rate / dev->speed;
463 hsscll = scl - (scl / 3) - 7;
464 hssclh = (scl / 3) - 5;
466 unsigned long scl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/algos/
H A Di2c-algo-bit.c86 * Raise scl line, and do checking for delays. This is necessary for slower
95 /* Not all adapters have scl sense line... */
125 /* assert: scl, sda are high */
133 /* assert: scl is low */
144 /* assert: scl is low */
158 * -ETIMEDOUT if an error occurred (while raising the scl line)
167 /* assert: scl is low */
195 /* assert: scl is low (sda undef) */
207 /* assert: scl is low */
221 /* assert: scl i
231 int scl, sda; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.c341 struct scatterlist *scl; local
356 scsi_for_each_sg(cmd, scl, nseg, i) {
357 dma_addr = sg_dma_address(scl);
358 dma_len = sg_dma_len(scl);
H A Dmesh.c1248 struct scatterlist *scl; local
1267 scsi_for_each_sg(cmd, scl, nseg, i) {
1268 u32 dma_addr = sg_dma_address(scl);
1269 u32 dma_len = sg_dma_len(scl);
1271 total += scl->length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Duplink.pl43 .def .Lazy$i; .scl 3; .type 32; .endef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ms/
H A Duplink.pl43 .def .Lazy$i; .scl 3; .type 32; .endef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Duplink.pl43 .def .Lazy$i; .scl 3; .type 32; .endef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp1102 wxString scl = bmpNode->GetPropVal(wxT("stock_client"), wxEmptyString); local
1103 if (scl.empty())
1104 scl = defaultArtClient;
1106 scl = wxART_MAKE_CLIENT_ID_FROM_STR(scl);
1110 scl, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/inflate86/
H A Dinffast.S220 /* coff info: scl 2 = extern, type 32 = function */
221 .def inflate_fast; .scl 2; .type 32; .endef
/netgear-R7000-V1.0.7.12_1.2.5/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/inflate86/
H A Dinffast.S220 /* coff info: scl 2 = extern, type 32 = function */
221 .def inflate_fast; .scl 2; .type 32; .endef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h1085 uint64_t scl:1; member in struct:cvmx_mio_twsx_int::cvmx_mio_twsx_int_s

Completed in 181 milliseconds