Searched refs:sp (Results 1 - 19 of 19) sorted by relevance

/openwrt/target/linux/ar71xx/files/drivers/spi/
H A Dspi-ap83.c47 static inline u32 ap83_spi_rr(struct ap83_spi *sp, u32 reg) argument
49 return __raw_readl(sp->base + reg);
59 struct ap83_spi *sp = spidev_to_sp(spi); local
62 sp->addr |= AP83_SPI_CLK_HIGH;
64 sp->addr &= ~AP83_SPI_CLK_HIGH;
67 sp->addr, (val) ? "HIGH" : "LOW");
69 ap83_spi_rr(sp, sp->addr);
74 struct ap83_spi *sp = spidev_to_sp(spi); local
77 sp
104 struct ap83_spi *sp = spidev_to_sp(spi); local
163 struct ap83_spi *sp; local
248 struct ap83_spi *sp = platform_get_drvdata(pdev); local
[all...]
/openwrt/target/linux/at91/image/dfboot/src/
H A Dasm_mci_isr.S31 stmfd sp!, {r14}
41 stmfd sp!, {r0, r14}
50 stmfd sp!, { r1-r3, r12, r14}
57 ldmia sp!, { r1-r3, r12, r14}
70 ldmia sp!, {r0, r14}
74 ldmia sp!, {pc}^
H A Dasm_isr.S31 stmfd sp!, {r14}
41 stmfd sp!, {r0, r14}
50 stmfd sp!, { r1-r3, r12, r14}
57 ldmia sp!, { r1-r3, r12, r14}
70 ldmia sp!, {r0, r14}
74 ldmia sp!, {pc}^
H A D_udivsi3.S9 /* sp .req r13 */
66 str lr, [sp, #-4]!
69 ldmia sp!, {pc}
H A Dcstartup_ram.S104 mov sp, r0 /* Init stack System */
H A D_umodsi3.S10 /* sp .req r13 */
78 str lr, [sp, #-4]!
81 ldmia sp!, {pc}
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A Dhead.S189 la sp, _stack
191 addiu sp, -32 /* reserve stack for parameters */
193 sw a0, 0(sp)
194 sw a1, 4(sp)
195 sw a2, 8(sp)
196 sw a3, 12(sp)
198 sw s4, 16(sp) /* icache size */
199 sw s3, 20(sp) /* icache line size */
200 sw s2, 24(sp) /* dcache size */
201 sw s1, 28(sp) /* dcach
[all...]
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A Dhead.S41 addi sp, -48
42 sw a0, 16(sp)
43 sw a1, 20(sp)
44 sw a2, 24(sp)
45 sw a3, 28(sp)
/openwrt/package/utils/px5g-standalone/src/library/
H A Dx509write.c397 unsigned char date[13], *sp; local
414 for (sp = date; *sp != '\0'; ++sp)
415 if (*sp == '\x20')
416 *sp = '\x30';
713 unsigned char *sp, *begin = NULL; local
722 for (sp = names; ; ++sp) {
731 if (*sp
[all...]
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A Dhead.S110 la sp, _stack
113 subu sp, 16
/openwrt/target/linux/brcm63xx/image/lzma-loader/src/
H A Dhead.S110 la sp, _stack
113 subu sp, 16
/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A Dhead.S110 la sp, _stack
113 subu sp, 16
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A Dhead.S110 la sp, _stack
113 subu sp, 16
/openwrt/scripts/config/lxdialog/
H A Dutil.c386 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; local
401 sp = strpbrk(word, "\n ");
402 if (sp && *sp == '\n')
403 newline_separator = sp;
405 if (sp)
406 *sp++ = 0;
414 (newl && wlen < 4 && sp
415 && wlen + 1 + strlen(sp) > room
416 && (!(sp2 = strpbrk(sp, "\
[all...]
/openwrt/package/network/services/ead/src/
H A Dpw_encrypt_md5.c518 const unsigned char *sp, *ep; local
525 sp = salt;
527 sp += MD5_MAGIC_LEN;
530 for (ep = sp; *ep && *ep != '$' && ep < (sp+8); ep++)
534 sl = ep - sp;
546 __md5_Update(&ctx, sp, sl);
551 __md5_Update(&ctx1, sp, sl);
570 strncpy(passwd + 3, (char*)sp, sl);
588 __md5_Update(&ctx1, sp, s
[all...]
/openwrt/scripts/config/
H A Dmconf.c317 struct subtitle_part *sp; local
326 list_for_each_entry(sp, &trail, entries) {
327 if (sp->text) {
334 pos->text = sp->text;
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Dstart.S44 li sp, RAMSTART + RAMSIZE - 16
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_regs.h1149 unsigned sp : 1; /*!< 26 Short Packet */ member in struct:desc_sts_data::__anon68
/openwrt/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/
H A Dcns3xxx_eth.c181 u32 sp:3; member in struct:rx_desc::__anon131::__anon132
643 skb->dev = switch_port_tab[desc->sp]->netdev;

Completed in 132 milliseconds