HomeSort by relevance Sort by last modified time
    Searched refs:outl (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/grub/netboot/
tulip.c 585 outl(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
608 outl(MDIO_ENB | MDIO_DATA_WRITE1, mdio_addr);
610 outl(MDIO_ENB | MDIO_DATA_WRITE1 | MDIO_SHIFT_CLK, mdio_addr);
617 outl(MDIO_ENB | dataval, mdio_addr);
619 outl(MDIO_ENB | dataval | MDIO_SHIFT_CLK, mdio_addr);
624 outl(MDIO_ENB_IN, mdio_addr);
627 outl(MDIO_ENB_IN | MDIO_SHIFT_CLK, mdio_addr);
645 outl(cmd, ioaddr + 0xA0);
657 outl(value, ioaddr + 0xB4 + (location<<2));
659 outl(value, ioaddr + 0xD0)
    [all...]
epic100.c 101 outl(GC_SOFT_RESET, genctl);
140 outl(GC_SOFT_RESET, genctl);
143 outl(INTR_DISABLE, intmask);
159 outl(0x00000008, test);
223 outl(GC_RX_FIFO_THR_64 | GC_MRC_READ_MULT | GC_ONE_COPY, genctl);
225 outl(TX_FIFO_THRESH, eththr);
237 outl(tmp, txcon);
240 outl(virt_to_bus(&rx_ring), prcdar);
241 outl(virt_to_bus(&tx_ring), ptcdar);
244 outl(0x04, rxcon)
    [all...]
otulip.c 162 outl(0x00000001, ioaddr + CSR0);
165 outl(0x01A08000, ioaddr + CSR0);
173 outl(0x32404000, ioaddr + CSR6);
175 outl(0x32000040, ioaddr + CSR6);
186 outl(0x0, ioaddr + CSR13); /* reset SIA */
187 outl(0x7f3f, ioaddr + CSR14);
188 outl(0x8000008, ioaddr + CSR15);
189 outl(0x0, ioaddr + CSR13);
190 outl(0x1, ioaddr + CSR13);
191 outl(0x2404000, ioaddr + CSR6)
    [all...]
natsemi.c 294 outl(ChipReset, ioaddr + ChipCmd);
316 outl(SavedClkRun & ~0x100, ioaddr + ClkRun);
359 outl(EE_Write0, ee_addr);
364 outl(dataval, ee_addr);
366 outl(dataval | EE_ShiftClk, ee_addr);
369 outl(EE_ChipSelect, ee_addr);
373 outl(EE_ChipSelect | EE_ShiftClk, ee_addr);
376 outl(EE_ChipSelect, ee_addr);
381 outl(EE_Write0, ee_addr);
382 outl(0, ee_addr)
    [all...]
sis900.c 350 outl(0, ee_addr);
352 outl(EECLK, ee_addr);
358 outl(dataval, ee_addr);
360 outl(dataval | EECLK, ee_addr);
368 outl(EECS, ee_addr);
370 outl(EECS | EECLK, ee_addr);
377 outl(0, ee_addr);
379 outl(EECLK, ee_addr);
396 outl(MDIO | MDDIR, mdio_addr);
398 outl(MDIO | MDDIR | MDC, mdio_addr)
    [all...]
davicom.c 314 outl(phy_data, ee_addr); /* MII Clock Low */
316 outl(phy_data|MDCLKH, ee_addr); /* MII Clock High */
318 outl(phy_data, ee_addr); /* MII Clock Low */
331 outl(0x50000, ee_addr);
336 outl(0x40000, ee_addr);
372 outl(csr6, ioaddr + CSR6);
391 outl(csr6, ioaddr + CSR6);
416 outl(EE_ENB & ~EE_CS, ee_addr);
417 outl(EE_ENB, ee_addr);
422 outl(EE_ENB | dataval, ee_addr)
    [all...]
eepro100.c 281 outl(0x04000000 | (location<<16) | (phy_id<<21) | value,
302 outl(0x08000000 | (location<<16) | (phy_id<<21), ioaddr + SCBCtrlMDI);
361 outl(0, ioaddr + SCBPort);
416 outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
451 outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer);
470 outl(2, ioaddr + SCBPort);
524 outl(0, ioaddr + SCBPort);
529 outl(virt_to_bus(&lstats), ioaddr + SCBPointer);
537 outl(0, ioaddr + SCBPointer);
550 outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer)
    [all...]
pci.c 39 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
47 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
55 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
63 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
71 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
78 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
79 outl(value, 0xCFC);
rtl8139.c 304 outl((RX_FIFO_THRESH<<13) | (RX_BUF_LEN_IDX<<11) | (RX_DMA_BURST<<8),
306 outl((TX_DMA_BURST<<8)|0x03000000, ioaddr + TxConfig);
319 outl((unsigned long)rx_ring, ioaddr + RxBuf);
322 outl(0, ioaddr + RxMissed);
357 outl((unsigned long)tx_buffer, ioaddr + TxAddr0 + cur_tx*4);
358 outl(((TX_FIFO_THRESH<<11) & 0x003f0000) | len,
  /external/openssl/crypto/asn1/
a_sign.c 136 int i,inl=0,outl=0,outll=0; local
176 outll=outl=EVP_PKEY_size(pkey);
177 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
180 outl=0;
190 (unsigned int *)&outl,pkey))
192 outl=0;
199 signature->length=outl;
211 return(outl);
238 size_t inl=0,outl=0,outll=0; local
256 outl = signature->length
    [all...]
  /external/openssl/crypto/evp/
evp_enc.c 261 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
265 return EVP_EncryptUpdate(ctx,out,outl,in,inl);
266 else return EVP_DecryptUpdate(ctx,out,outl,in,inl);
269 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
272 return EVP_EncryptFinal_ex(ctx,out,outl);
273 else return EVP_DecryptFinal_ex(ctx,out,outl);
276 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
279 return EVP_EncryptFinal(ctx,out,outl);
280 else return EVP_DecryptFinal(ctx,out,outl);
307 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    [all...]
p_open.c 113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
117 i=EVP_DecryptFinal_ex(ctx,out,outl);
p_seal.c 98 void EVP_SealUpdate(ctx,out,outl,in,inl)
101 int *outl;
105 EVP_EncryptUpdate(ctx,out,outl,in,inl);
109 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
112 i = EVP_EncryptFinal_ex(ctx,out,outl);
encode.c 131 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
137 *outl=0;
172 *outl=total;
175 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
186 *outl=ret;
235 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
351 *outl=ret;
398 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
402 *outl=0;
408 *outl=i
    [all...]
evp_test.c 144 int outl,outl2; local
171 if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
177 if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2))
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2))
223 if(outl+outl2 != pn)
226 outl+outl2,pn);
bio_enc.c 143 static int enc_read(BIO *b, char *out, int outl)
157 if (i > outl) i=outl;
161 outl-=i;
170 /* At this point, we have room of outl bytes and an empty
173 while (outl > 0)
214 if (ctx->buf_len <= outl)
217 i=outl;
222 outl-=i;
bio_b64.c 144 static int b64_read(BIO *b, char *out, int outl)
171 if (i > outl) i=outl;
176 outl-=i;
185 /* At this point, we have room of outl bytes and an empty
189 while (outl > 0)
352 if (ctx->buf_len <= outl)
355 i=outl;
365 outl-=i;
bio_ok.c 213 static int ok_read(BIO *b, char *out, int outl)
223 while(outl > 0)
230 if (i > outl) i=outl;
234 outl-=i;
258 if (outl == 0) break;
  /external/openssl/crypto/pem/
pem_seal.c 122 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
128 *outl=0;
139 *outl+=j;
147 unsigned char *out, int *outl, EVP_PKEY *priv)
170 *outl=j;
173 *outl+=j;
  /external/openssl/crypto/bio/
bf_nbio.c 126 static int nbiof_read(BIO *b, char *out, int outl)
142 if (outl > num) outl=num;
152 ret=BIO_read(b->next_bio,out,outl);
bf_buff.c 131 static int buffer_read(BIO *b, char *out, int outl)
148 if (i > outl) i=outl;
153 if (outl == i) return(num);
154 outl-=i;
163 if (outl > ctx->ibuf_size)
167 i=BIO_read(b->next_bio,out,outl);
175 if (outl == i) return(num);
177 outl-=i;
bf_null.c 111 static int nullf_read(BIO *b, char *out, int outl)
117 ret=BIO_read(b->next_bio,out,outl);
bss_mem.c 145 static int mem_read(BIO *b, char *out, int outl)
152 ret=(outl >=0 && (size_t)outl > bm->length)?(int)bm->length:outl;
bss_null.c 104 static int null_read(BIO *b, char *out, int outl)
  /external/openssl/crypto/pkcs7/
bio_ber.c 226 static int ber_read(BIO *b, char *out, int outl)
244 if (ctx->num_left < outl)
247 n=outl;
255 outl-=i;
263 if (outl <= 0)

Completed in 3706 milliseconds

1 2 3