Searched +full:- +full:30 (Results 1 – 25 of 1202) sorted by relevance
12345678910>>...49
... iwlist.c wireless_tools.30/IFRENAME-VS-XXX.txt wireless_tools.30/iwlib.c ...
1 /* SPDX-License-Identifier: GPL-2.0 */42 subq $30,128,$3043 .frame $30,128,$2644 stq $26,0($30)45 stq $1,8($30)46 stq $2,16($30)47 stq $3,24($30)48 stq $4,32($30)49 stq $5,40($30)50 stq $6,48($30)[all …]
1 // SPDX-License-Identifier: GPL-2.024 …30, 30, 10, 10, 20, 20, 0, 0, 30, 30, 10, 10, 20, 20, 0, 0, 30, 30, 10, 10, 20, 20, 0, 0, 30, 30, …26 …30, 30, 60, 60, 0, 0, 90, 90, 30, 30, 60, 60, 0, 0, 90, 90, 30, 30, 60, 60, 0, 0, 90, 90, 30, 30, …27 …30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30, 30, 60, 60, 40, 40, 50, 50, 30…30 …30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30, 30, 10, 10, 40, 40, 20, 20, 30…32 …30, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, 90, 30, 30, 120, 120, 60, 60, 90, …33 …30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30, 30, 40, 40, 20, 20, 50, 50, 30…
1 Over time, support for more and more boards gets added to U-Boot -6 be removed from the U-Boot source tree. The remainders rest in peace15 ocotea powerpc ppc4xx 29155e73 2015-10-27 Stefan Roese <sr@denx.de>16 taishan powerpc ppc4xx bb5553c6 2015-10-27 Stefan Roese <sr@denx.de>17 ebony powerpc ppc4xx 9d9e2f5d 2015-10-27 Stefan Roese <sr@denx.de>18 taihu powerpc ppc4xx 123b6cd7 2015-10-27 John Otken <jotken@softadvances…19 lcd4_lwmon5 powerpc ppc4xx b6b5e394 2015-10-02 Stefan Roese <sr@denx.de>20 da830evm arm arm926ejs d7e8b2b9 2015-09-12 Nick Thompson <nick.thompson@ge…21 wireless_space arm arm926ejs b352182a 2015-09-12 Albert ARIBAUD <albert.u.boot@a…22 stxgp3 powerpc mpc85xx 2ec69b88 2015-09-02 Dan Malek <dan@embeddedalley.co…[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */14 * __divqu: 64-bit unsigned long divide15 * __remqu: 64-bit unsigned long remainder16 * __divqs/__remqs: signed 64-bit17 * __divlu/__remlu: unsigned 32-bit18 * __divls/__remls: signed 32-bit27 * This is a rather simple bit-at-a-time algorithm: it's very good28 * at dividing random 64-bit numbers, but the more usual case where37 * $0 - current bit38 * $1 - shifted divisor[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * arch/alpha/lib/ev6-divide.S5 * 21264 version contributed by Rick Gorton <rick.gorton@alpha-processor.com>14 * __divqu: 64-bit unsigned long divide15 * __remqu: 64-bit unsigned long remainder16 * __divqs/__remqs: signed 64-bit17 * __divlu/__remlu: unsigned 32-bit18 * __divls/__remls: signed 32-bit27 * This is a rather simple bit-at-a-time algorithm: it's very good28 * at dividing random 64-bit numbers, but the more usual case where[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */4 * Copyright(c) 2007 - 2017 Realtek Corporation.31 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()32 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()33 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()34 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()35 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()36 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()37 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()41 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()[all …]
3 * Copyright(c) 2007 - 2017 Realtek Corporation.30 u8 _board_type = ((dm->board_type & BIT(4)) >> 4) << 0 | /* _GLNA*/ in check_positive()31 ((dm->board_type & BIT(3)) >> 3) << 1 | /* _GPA*/ in check_positive()32 ((dm->board_type & BIT(7)) >> 7) << 2 | /* _ALNA*/ in check_positive()33 ((dm->board_type & BIT(6)) >> 6) << 3 | /* _APA */ in check_positive()34 ((dm->board_type & BIT(2)) >> 2) << 4 | /* _BT*/ in check_positive()35 ((dm->board_type & BIT(1)) >> 1) << 5 | /* _NGFF*/ in check_positive()36 ((dm->board_type & BIT(5)) >> 5) << 6; /* _TRSWT*/ in check_positive()40 u8 cut_version_for_para = (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()41 u8 pkg_type_for_para = (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()[all …]
3 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 35 u1Byte _BoardType = ((pDM_Odm->BoardType & BIT4) >> 4) << 0 | /* _GLNA*/ in CheckPositive()36 ((pDM_Odm->BoardType & BIT3) >> 3) << 1 | /* _GPA*/ in CheckPositive()37 ((pDM_Odm->BoardType & BIT7) >> 7) << 2 | /* _ALNA*/ in CheckPositive()38 ((pDM_Odm->BoardType & BIT6) >> 6) << 3 | /* _APA */ in CheckPositive()39 ((pDM_Odm->BoardType & BIT2) >> 2) << 4; /* _BT*/ in CheckPositive()42 u4Byte driver1 = pDM_Odm->CutVersion << 24 | in CheckPositive()43 (pDM_Odm->SupportInterface & 0xF0) << 16 | in CheckPositive()44 pDM_Odm->SupportPlatform << 16 | in CheckPositive()45 pDM_Odm->PackageType << 12 | in CheckPositive()[all …]
2 * Copyright (C) 2004-2007, 2010 Freescale Semiconductor, Inc.4 * SPDX-License-Identifier: GPL-2.0+28 * IMMRBAR - Internal Memory Register Base Address40 * LAWBAR - Local Access Window Base Address Register54 * SPRIDR - System Part and Revision ID Register95 * SPCR - System Priority Configuration Register99 #define SPCR_PCIHPE_SHIFT (31-3)102 #define SPCR_PCIPR_SHIFT (31-7)104 #define SPCR_OPT_SHIFT (31-8)107 #define SPCR_TBEN_SHIFT (31-9)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only4 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.8 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-649719 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag()20 le32_to_cpu(il->_3945.stats.flag)); in il3945_stats_flag()21 if (le32_to_cpu(il->_3945.stats.flag) & UCODE_STATS_CLEAR_MSK) in il3945_stats_flag()22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag()24 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag()25 (le32_to_cpu(il->_3945.stats.flag) & in il3945_stats_flag()27 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 Fujitsu MB86A16 DVB-S/DSS DC Receiver driver59 #define TRACE_IN dprintk(verbose, MB86A16_DEBUG, 1, "-->()")60 #define TRACE_OUT dprintk(verbose, MB86A16_DEBUG, 1, "()-->")68 .addr = state->config->demod_address, in mb86a16_write()76 state->config->demod_address, buf[0], buf[1]); in mb86a16_write()78 ret = i2c_transfer(state->i2c_adap, &msg, 1); in mb86a16_write()80 return (ret != 1) ? -EREMOTEIO : 0; in mb86a16_write()91 .addr = state->config->demod_address, in mb86a16_read()96 .addr = state->config->demod_address, in mb86a16_read()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */4 * Copyright(c) 2007 - 2017 Realtek Corporation.58 (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()61 (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()64 (dm->support_interface & 0xF0) << 16 | in check_positive()65 dm->support_platform << 16 | in check_positive()67 (dm->support_interface & 0x0F) << 8 | in check_positive()68 dm->rfe_type; in check_positive()70 u32 driver2 = (dm->type_glna & 0xFF) << 0 | in check_positive()71 (dm->type_gpa & 0xFF) << 8 | in check_positive()[all …]
3 * Copyright(c) 2007 - 2017 Realtek Corporation.57 (dm->cut_version == ODM_CUT_A) ? 15 : dm->cut_version; in check_positive()60 (dm->package_type == 0) ? 15 : dm->package_type; in check_positive()63 (dm->support_interface & 0xF0) << 16 | in check_positive()64 dm->support_platform << 16 | in check_positive()66 (dm->support_interface & 0x0F) << 8 | in check_positive()67 dm->rfe_type; in check_positive()69 u32 driver2 = (dm->type_glna & 0xFF) << 0 | in check_positive()70 (dm->type_gpa & 0xFF) << 8 | in check_positive()71 (dm->type_alna & 0xFF) << 16 | in check_positive()[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause2 /* Copyright(c) 2018-2019 Realtek Corporation942 {0, 0, 0, 0, 1, 30, },943 {2, 0, 0, 0, 1, 30, },944 {1, 0, 0, 0, 1, 30, },945 {0, 0, 0, 0, 2, 30, },946 {2, 0, 0, 0, 2, 30, },947 {1, 0, 0, 0, 2, 30, },948 {0, 0, 0, 0, 3, 30, },949 {2, 0, 0, 0, 3, 30, },[all …]
2 <head><title>Index of /pub/linux/utils/util-linux/v2.30/</title></head>4 <h1>Index of /pub/linux/utils/util-linux/v2.30/</h1><hr><pre><a href="../">../</a>5 <a href="libblkid-docs/">libblkid-docs/</a> 21-Sep-2017 09:49 …6 <a href="libfdisk-docs/">libfdisk-docs/</a> 21-Sep-2017 09:50 …7 <a href="libmount-docs/">libmount-docs/</a> 21-Sep-2017 09:50 …8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 21-Sep-2017 09:…9 <a href="sha256sums.asc">sha256sums.asc</a> 21-Sep-2017 09:52 …10 <a href="util-linux-2.30-rc1.tar.gz">util-linux-2.30-rc1.tar.gz</a> 12-May-…11 <a href="util-linux-2.30-rc1.tar.sign">util-linux-2.30-rc1.tar.sign</a> 12-Ma…12 <a href="util-linux-2.30-rc1.tar.xz">util-linux-2.30-rc1.tar.xz</a> 12-May-…[all …]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…3 <!-- Copyright (C) 1988-2021 Free Software Foundation, Inc.9 Free Documentation", with the Front-Cover Texts being "A GNU Manual,"10 and with the Back-Cover Texts as in (a) below.12 (a) The FSF's Back-Cover Text is: "You are free to copy and modify14 developing GNU and promoting software freedom." -->15 <!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->21 <meta name="resource-type" content="document">24 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">26 <link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">[all …]