/linux-5.10/arch/s390/net/ |
D | bpf_jit.h | 36 * R15+160 -> +---------------+ | 42 * We get 160 bytes stack space from calling function, but only use 48 #define STK_SPACE_ADD (160) 49 #define STK_160_UNUSED (160 - 12 * 8) 52 #define STK_OFF_R6 (160 - 11 * 8) /* Offset of r6 on stack */ 53 #define STK_OFF_TCCNT (160 - 12 * 8) /* Offset of tail_call_cnt on stack */
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/cfg/ |
D | 22000.c | 359 const char iwl_ax200_name[] = "Intel(R) Wi-Fi 6 AX200 160MHz"; 360 const char iwl_ax201_name[] = "Intel(R) Wi-Fi 6 AX201 160MHz"; 361 const char iwl_ax211_name[] = "Intel(R) Wi-Fi 6 AX211 160MHz"; 362 const char iwl_ax411_name[] = "Intel(R) Wi-Fi 6 AX411 160MHz"; 366 "Killer(R) Wi-Fi 6 AX1650w 160MHz Wireless Network Adapter (200D2W)"; 368 "Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW)"; 370 "Killer(R) Wi-Fi 6 AX1650s 160MHz Wireless Network Adapter (201D2W)"; 372 "Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)"; 388 .name = "Intel(R) Wi-Fi 6 AX201 160MHz", 414 .name = "Intel(R) Wi-Fi 6 AX201 160MHz", [all …]
|
D | 9000.c | 212 const char iwl9162_160_name[] = "Intel(R) Wireless-AC 9162 160MHz"; 213 const char iwl9260_160_name[] = "Intel(R) Wireless-AC 9260 160MHz"; 214 const char iwl9270_160_name[] = "Intel(R) Wireless-AC 9270 160MHz"; 215 const char iwl9461_160_name[] = "Intel(R) Wireless-AC 9461 160MHz"; 216 const char iwl9462_160_name[] = "Intel(R) Wireless-AC 9462 160MHz"; 217 const char iwl9560_160_name[] = "Intel(R) Wireless-AC 9560 160MHz";
|
/linux-5.10/drivers/video/fbdev/sis/ |
D | sis_main.h | 241 {"1280x720x8", {0x79,0x79}, 0x0000, 0x0000, 1280, 720, 8, 1, 160, 45, MD_SIS300|MD_SIS315}, 242 {"1280x720x16", {0x75,0x75}, 0x0000, 0x0000, 1280, 720, 16, 1, 160, 45, MD_SIS300|MD_SIS315}, 243 {"1280x720x24", {0x78,0x78}, 0x0000, 0x0000, 1280, 720, 32, 1, 160, 45, MD_SIS300|MD_SIS315}, 244 {"1280x720x32", {0x78,0x78}, 0x0000, 0x0000, 1280, 720, 32, 1, 160, 45, MD_SIS300|MD_SIS315}, 245 {"1280x768x8", {0x55,0x23}, 0x0000, 0x0000, 1280, 768, 8, 1, 160, 48, MD_SIS300|MD_SIS315}, 246 {"1280x768x16", {0x5a,0x24}, 0x0000, 0x0000, 1280, 768, 16, 1, 160, 48, MD_SIS300|MD_SIS315}, 247 {"1280x768x24", {0x5b,0x25}, 0x0000, 0x0000, 1280, 768, 32, 1, 160, 48, MD_SIS300|MD_SIS315}, 248 /*90*/ {"1280x768x32", {0x5b,0x25}, 0x0000, 0x0000, 1280, 768, 32, 1, 160, 48, MD_SIS300|MD_SIS31… 249 {"1280x800x8", {0x14,0x14}, 0x0000, 0x0000, 1280, 800, 8, 1, 160, 50, MD_SIS315}, 250 {"1280x800x16", {0x15,0x15}, 0x0000, 0x0000, 1280, 800, 16, 1, 160, 50, MD_SIS315}, [all …]
|
/linux-5.10/arch/arm/boot/dts/ |
D | am335x-nano.dts | 262 gpmc,cs-rd-off-ns = <160>; 263 gpmc,cs-wr-off-ns = <160>; 268 gpmc,oe-off-ns = <160>; 270 gpmc,we-off-ns = <160>; 271 gpmc,rd-cycle-ns = <160>; 272 gpmc,wr-cycle-ns = <160>; 352 gpmc,cs-rd-off-ns = <160>; 353 gpmc,cs-wr-off-ns = <160>; 361 gpmc,rd-cycle-ns = <160>; 362 gpmc,wr-cycle-ns = <160>;
|
D | omap2420-h4.dts | 32 gpmc,cs-rd-off-ns = <160>; 33 gpmc,cs-wr-off-ns = <160>;
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | sf.h | 96 #define SF_SINGLE_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 98 #define SF_AGG_UNICAST_IDLE_TIMER_DEF 160 /* 150 uSec */ 100 #define SF_MCAST_IDLE_TIMER_DEF 160 /* 150 mSec */ 102 #define SF_BA_IDLE_TIMER_DEF 160 /* 150 uSec */ 104 #define SF_TX_RE_IDLE_TIMER_DEF 160 /* 150 uSec */
|
/linux-5.10/drivers/media/usb/gspca/ |
D | konica.c | 51 0x07 -> 160x120, cropped 52 0x08 -> 160x120, cropped 53 0x09 -> 160x120, binned (note has 136 lines) 54 0x0a -> 160x120, binned (note has 136 lines) 55 0x0b -> 160x120, cropped 58 {160, 120, V4L2_PIX_FMT_KONICA420, V4L2_FIELD_NONE, 59 .bytesperline = 160, 60 .sizeimage = 160 * 136 * 3 / 2 + 960,
|
/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_crt0.S | 34 stqa $10, regs_spill + 160 70 stqd $SP, -160($SP) 71 ai $SP, $SP, -160
|
D | spu_restore_crt0.S | 36 stqd $SP, -160($SP) 37 ai $SP, $SP, -160 74 lqa $10, regs_spill + 160
|
/linux-5.10/crypto/ |
D | blake2s_generic.c | 102 .base.cra_name = "blake2s-160", 103 .base.cra_driver_name = "blake2s-160-generic", 163 MODULE_ALIAS_CRYPTO("blake2s-160"); 164 MODULE_ALIAS_CRYPTO("blake2s-160-generic");
|
/linux-5.10/net/xfrm/ |
D | xfrm_algo.c | 221 .icv_fullbits = 160, 230 .sadb_alg_minbits = 160, 231 .sadb_alg_maxbits = 160 299 .icv_fullbits = 160, 308 .sadb_alg_minbits = 160, 309 .sadb_alg_maxbits = 160 542 .defkeybits = 160, /* 128-bit key + 32-bit nonce */ 551 .sadb_alg_minbits = 160,
|
/linux-5.10/arch/arm/mach-s3c/ |
D | mach-amlm5900.c | 167 .width = 160, 168 .height = 160, 173 .xres = 160, 174 .yres = 160,
|
/linux-5.10/drivers/regulator/ |
D | rc5t583-regulator.c | 88 RC5T583_REG(LDO0, LDOEN2, 0, LDODIS2, 0, 0x7F, 900, 3400, 25000, 160), 89 RC5T583_REG(LDO1, LDOEN2, 1, LDODIS2, 1, 0x7F, 900, 3400, 25000, 160), 90 RC5T583_REG(LDO2, LDOEN2, 2, LDODIS2, 2, 0x7F, 900, 3400, 25000, 160), 91 RC5T583_REG(LDO3, LDOEN2, 3, LDODIS2, 3, 0x7F, 900, 3400, 25000, 160),
|
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | al,alpine-msix.txt | 23 al,msi-base-spi = <160>; 24 al,msi-num-spis = <160>;
|
/linux-5.10/drivers/scsi/ |
D | am53c974.c | 297 udelay(160); in dc390_eeprom_prepare_read() 299 udelay(160); in dc390_eeprom_prepare_read() 301 udelay(160); in dc390_eeprom_prepare_read() 318 udelay(160); in dc390_eeprom_get_data() 320 udelay(160); in dc390_eeprom_get_data() 336 udelay(160); in dc390_read_eeprom() 343 udelay(160); in dc390_read_eeprom()
|
/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
D | ov5693.h | 1108 .pix_clk_freq = 160, 1122 .pix_clk_freq = 160, 1136 .pix_clk_freq = 160, 1150 .pix_clk_freq = 160, 1174 .pix_clk_freq = 160, 1188 .pix_clk_freq = 160, 1202 .pix_clk_freq = 160, 1216 .pix_clk_freq = 160, 1230 .pix_clk_freq = 160, 1250 .pix_clk_freq = 160, [all …]
|
/linux-5.10/arch/x86/crypto/ |
D | blake2s-glue.c | 148 .base.cra_name = "blake2s-160", 149 .base.cra_driver_name = "blake2s-160-x86", 226 MODULE_ALIAS_CRYPTO("blake2s-160"); 227 MODULE_ALIAS_CRYPTO("blake2s-160-x86");
|
/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
D | busy_loop.S | 12 std r14, 160(%r1) 48 std r11, -160(%r1) 197 ld r11, -160(%r1) 252 1: ld r14, 160(%r1)
|
/linux-5.10/Documentation/fb/ |
D | viafb.modes | 224 timings 20203 160 16 21 1 80 3 hsync high vsync high endmode 433 geometry 1024 768 1024 768 32 timings 15385 160 24 29 3 136 6 endmode 549 # 160 chars 768 lines 571 # 160 chars 800 lines 592 # 160 chars 960 lines 614 # 160 chars 1024 lines 636 # 160 chars 1024 lines 658 # 160 chars 1024 lines 666 timings 6349 224 64 44 1 160 3 723 geometry 1600 1200 1600 1200 32 timings 6172 256 32 52 10 160 8 endmode [all …]
|
/linux-5.10/include/dt-bindings/clock/ |
D | tegra114-car.h | 5 * The first 160 clocks are numbered to match the bits in the CAR's CLK_OUT_ENB 8 * this case, those clocks are assigned IDs above 160 in order to highlight 13 * The balance of the clocks controlled by the CAR are assigned IDs of 160 and 186 /* 160 */
|
D | tegra30-car.h | 8 * this case, those clocks are assigned IDs above 160 in order to highlight 13 * The balance of the clocks controlled by the CAR are assigned IDs of 160 and 185 #define TEGRA30_CLK_UARTB 160
|
/linux-5.10/drivers/gpu/drm/tidss/ |
D | tidss_scale_coefs.c | 24 .c1 = { 132, 138, 144, 152, 160, 166, 172, 178, 72, 80, 88, 94, 100, 108, 116, 124, }, 36 .c1 = { 128, 140, 152, 160, 168, 176, 184, 192, 56, 64, 72, 82, 92, 100, 108, 118, }, 78 .c1 = { 40, 68, 96, 128, 160, 196, 232, 268, -48, -46, -44, -36, -28, -14, 0, 20, }, 94 .c1 = { 104, 90, 76, 60, 44, 32, 20, 138, 256, 236, 216, 198, 180, 160, 140, 122, }, 119 .c1 = { 72, 56, 40, 30, 20, 12, 4, 130, 256, 232, 208, 184, 160, 136, 112, 92, }, 135 .c0 = { 432, 424, 416, 396, 376, 348, 320, 160, 256, },
|
/linux-5.10/arch/parisc/kernel/ |
D | hardware.c | 95 {HPHW_NPROC,0x502,0x4,0x81,"Merlin L2 160 (9000/778/B160L)"}, 99 {HPHW_NPROC,0x506,0x4,0x81,"Raven L2 160 (9000/779/C160L)"}, 101 {HPHW_NPROC,0x508,0x4,0x81,"Raven L2 160 (9000/779/C160L)"}, 103 {HPHW_NPROC,0x50A,0x4,0x81,"712/160 L2 Upgrade"}, 105 {HPHW_NPROC,0x50C,0x4,0x81,"715/160 L2 Upgrade"}, 112 {HPHW_NPROC,0x513,0x4,0x81,"UL L2 160 (813/D220,D320)"}, 131 {HPHW_NPROC,0x58F,0x4,0x91,"Mohawk 160 U 1M DC3 (K450)"}, 135 {HPHW_NPROC,0x593,0x4,0x91,"FireHawk 160 U"}, 144 {HPHW_NPROC,0x59B,0x4,0x81,"Raven U 160 (9000/780/C160)"}, 153 {HPHW_NPROC,0x5A4,0x4,0x91,"Mohawk 160 U 1M DC3- (K250)"}, [all …]
|
/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer.sh | 106 $MZ $h1 -c 1 -p 160 -a $h1mac -b $h2mac -A 192.0.1.1 -B 192.0.1.2 \ 134 $MZ $h1 -c 1 -p 160 -a $h1mac -b $h2mac -A 192.0.1.1 -B 192.0.1.2 \ 166 $MZ $h1 -c 1 -p 160 -a $h1mac -A 192.0.1.1 -t arp -q
|