Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 80) sorted by relevance

1234

/drivers/staging/vt6655/
Dmichael.c60 static unsigned long L, R; // Current state variable
96 L = K0; in s_vClear()
119 L ^= M; in s_vAppendByte()
120 R ^= ROL32( L, 17 ); in s_vAppendByte()
121 L += R; in s_vAppendByte()
122 R ^= ((L & 0xff00ff00) >> 8) | ((L & 0x00ff00ff) << 8); in s_vAppendByte()
123 L += R; in s_vAppendByte()
124 R ^= ROL32( L, 3 ); in s_vAppendByte()
125 L += R; in s_vAppendByte()
126 R ^= ROR32( L, 2 ); in s_vAppendByte()
[all …]
/drivers/staging/vt6656/
Dmichael.c64 static DWORD L, R; /* Current state */ variable
96 L = K0; in s_vClear()
118 L ^= M; in s_vAppendByte()
119 R ^= ROL32(L, 17); in s_vAppendByte()
120 L += R; in s_vAppendByte()
121 R ^= ((L & 0xff00ff00) >> 8) | ((L & 0x00ff00ff) << 8); in s_vAppendByte()
122 L += R; in s_vAppendByte()
123 R ^= ROL32(L, 3); in s_vAppendByte()
124 L += R; in s_vAppendByte()
125 R ^= ROR32(L, 2); in s_vAppendByte()
[all …]
/drivers/net/ethernet/broadcom/
Dbnx2.h410 #define BNX2_PCICFG_MISC_STATUS_PCIX_SPEED_66 (0L<<4)
418 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_PCI_CLK_SPD_DET_32MHZ (0L<<0)
430 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_CORE_CLK_ALT_SRC_UNDEF (0L<<8)
436 #define BNX2_PCICFG_PCI_CLOCK_CONTROL_BITS_CORE_CLK_PLL_SPEED_100 (0L<<12)
481 #define BNX2_PCI_CONFIG_1_READ_BOUNDARY_OFF (0L<<8)
490 #define BNX2_PCI_CONFIG_1_WRITE_BOUNDARY_OFF (0L<<11)
502 #define BNX2_PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0)
523 #define BNX2_PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8)
541 #define BNX2_PCI_CONFIG_2_MAX_READ_LIMIT_512 (0L<<21)
586 #define BNX2_PCI_VPD_ADDR_FLAG_SL 0L
[all …]
/drivers/misc/altera-stapl/
Daltera.c172 offset = 0L; in altera_export_bool_array()
229 u32 first_word = 0L; in altera_execute()
230 u32 action_table = 0L; in altera_execute()
231 u32 proc_table = 0L; in altera_execute()
232 u32 str_table = 0L; in altera_execute()
233 u32 sym_table = 0L; in altera_execute()
234 u32 data_sect = 0L; in altera_execute()
235 u32 code_sect = 0L; in altera_execute()
236 u32 debug_sect = 0L; in altera_execute()
237 u32 action_count = 0L; in altera_execute()
[all …]
Daltera-comp.c82 u32 i, j, data_length = 0L; in altera_shrink()
86 u32 in_index = 0L; in altera_shrink()
104 data_length = 0L; in altera_shrink()
Daltera-jtag.c370 for (count = 0L; count < cycles; count++) in altera_wait_cycles()
419 for (i = 0L; i < preamble_count; ++i) { in altera_concatenate_data()
437 j = 0L; in altera_concatenate_data()
/drivers/scsi/arm/
Dcumana_1.c56 #define L(v) (((v)<<16)|((v) & 0x0000ffff)) macro
78 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
79 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
80 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
81 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
82 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
83 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
84 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
85 v=*laddr++; writew(L(v), dma); writew(H(v), dma); in NCR5380_pwrite()
/drivers/staging/comedi/drivers/addi-data/
Daddi_common.h41 #define MAKEWORD(H, L) (unsigned short)((L) | ((H) << 8)) argument
44 #define MAKEDWORD(H, L) (unsigned int)((L) | ((H) << 16)) argument
/drivers/staging/cxt1e1/
Dhwprobe.c167 hi->addr[0] = 0L; in prep_hdw_info()
168 hi->addr[1] = 0L; in prep_hdw_info()
169 hi->addr_mapped[0] = 0L; in prep_hdw_info()
170 hi->addr_mapped[1] = 0L; in prep_hdw_info()
/drivers/video/console/
Dnewport_con.c280 #define L(a) (char)('A'+(a)) in newport_get_revisions() macro
283 board_rev, bitplanes, L(rex3_rev), L(vc2_rev), L(xmap9_rev), in newport_get_revisions()
284 L(cmap_rev ? (cmap_rev + 1) : 0), L(bt445_rev)); in newport_get_revisions()
285 #undef L in newport_get_revisions()
/drivers/net/wireless/ath/ath9k/
Dar9003_paprd.c396 int G_fxp, Y_intercept, order_x_by_y, M, I, L, sum_y_sqr, sum_y_quad; in create_pa_curve() local
515 L = max_index - I; in create_pa_curve()
521 for (i = 0; i <= L; i++) { in create_pa_curve()
552 B1_tmp[i] = y_sqr * (L + 1); in create_pa_curve()
558 for (i = 0; i <= L; i++) { in create_pa_curve()
579 for (i = 0; i <= L; i++) { in create_pa_curve()
588 ((sum_y_quad / scale_factor) * (L + 1) - in create_pa_curve()
636 for (i = 0; i <= L; i++) { in create_pa_curve()
/drivers/staging/rtl8712/
Drtl871x_security.c285 pmicdata->L = pmicdata->K0; in secmicclear()
307 pmicdata->L ^= pmicdata->M; in secmicappendbyte()
308 pmicdata->R ^= ROL32(pmicdata->L, 17); in secmicappendbyte()
309 pmicdata->L += pmicdata->R; in secmicappendbyte()
310 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | in secmicappendbyte()
311 ((pmicdata->L & 0x00ff00ff) << 8); in secmicappendbyte()
312 pmicdata->L += pmicdata->R; in secmicappendbyte()
313 pmicdata->R ^= ROL32(pmicdata->L, 3); in secmicappendbyte()
314 pmicdata->L += pmicdata->R; in secmicappendbyte()
315 pmicdata->R ^= ROR32(pmicdata->L, 2); in secmicappendbyte()
[all …]
Drtl871x_security.h197 u32 L, R; /* Current state */ member
/drivers/tty/
Dcyclades.c1224 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK2, 0L); in cyz_rx_restart()
1366 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L); in cy_startup()
1373 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_RX, 0L); in cy_startup()
1425 retval = cyz_issue_cmd(card, channel, C_CM_INTBACK, 0L); in start_xmit()
1568 C_CM_IRQ_ENBL, 0L); in cy_open()
1715 retval = cyz_issue_cmd(card, channel, C_CM_FLUSH_TX, 0L); in cy_flush_buffer()
1757 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLW, 0L); in cy_do_close()
2279 retval = cyz_issue_cmd(card, channel, C_CM_IOCTL, 0L); in cy_set_line_char()
2305 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L); in cy_set_line_char()
2512 retval = cyz_issue_cmd(card, channel, C_CM_IOCTLM, 0L); in cy_tiocmset()
[all …]
/drivers/net/irda/
DKconfig101 tristate "ACTiSYS IR-220L and IR220L+ dongle"
104 Say Y here if you want to build support for the ACTiSYS IR-220L and
189 tristate "ACTiSYS IR-200L dongle"
192 Say Y here if you want to build support for the ACTiSYS IR-200L
194 The ACTiSYS IR-200L dongle attaches to the normal 9-pin serial
196 To activate support for ACTiSYS IR-200L dongle you will have to
/drivers/lguest/
DMakefile14 Launcher: PREFIX=L
/drivers/staging/wlags49_h2/
Dhcf.c3099 #define L *p macro
3108 L ^= m; in calc_mic()
3109 R ^= ROL32( L, 17 ); in calc_mic()
3110 L += R; in calc_mic()
3111 R ^= ((L & 0xff00ff00) >> 8) | ((L & 0x00ff00ff) << 8); in calc_mic()
3112 L += R; in calc_mic()
3113 R ^= ROL32( L, 3 ); in calc_mic()
3114 L += R; in calc_mic()
3115 R ^= ROR32( L, 2 ); in calc_mic()
3116 L += R; in calc_mic()
[all …]
/drivers/staging/media/easycap/
DKconfig11 having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R)
/drivers/usb/image/
DKconfig25 possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
/drivers/video/geode/
Dvideo_cs5530.c85 if (diff < 0L) diff = -diff; in cs5530_set_dclk_frequency()
/drivers/net/fddi/skfp/
Dhwt.c71 smc->hw.t_stop = 0L ; in hwt_start()
/drivers/staging/tidspbridge/rmgr/
Ddisp.c603 0L, dw_arg); in send_message()
624 0, 0L, dw_arg); in send_message()
/drivers/watchdog/
Dmtx-1_wdt.c223 setup_timer(&mtx1_wdt_device.timer, mtx1_wdt_trigger, 0L); in mtx1_wdt_probe()
Dbcm47xx_wdt.c270 setup_timer(&wdt_timer, bcm47xx_timer_tick, 0L); in bcm47xx_wdt_init()
/drivers/net/slip/
Dslhc.c374 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ in slhc_compress()
380 if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ in slhc_compress()

1234