/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_version.h | 8 #define QLA4XXX_DRIVER_VERSION "5.04.00-k6"
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | powernow-k6.c | 25 #define PFX "powernow-k6: " 178 printk(KERN_ERR "powernow-k6: invalid max_multiplier parameter, valid parameters 20, 30, 35, 40, 45, 50, 55, 60\n"); 183 printk(KERN_WARNING "powernow-k6: unknown frequency %u, cannot determine current multiplier\n", khz); 184 printk(KERN_WARNING "powernow-k6: use module parameters max_multiplier and bus_frequency\n"); 196 printk(KERN_ERR "powernow-k6: invalid bus_frequency parameter, allowed range 50000 - 150000 kHz\n"); 254 .name = "powernow-k6", 266 * powernow_k6_init - initializes the k6 PowerNow! CPUFreq driver
|
H A D | Makefile | 28 obj-$(CONFIG_X86_POWERNOW_K6) += powernow-k6.o
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
H A D | rc-avermedia-m733a-rm-k6.c | 1 /* avermedia-m733a-rm-k6.h - Keytable for avermedia_m733a_rm_k6 Remote Controller
|
/linux-4.1.27/drivers/acpi/ |
H A D | acpi_pnp.c | 187 {"IXDC801"}, /* Intertex 28k8 33k6 Voice EXT PnP */ 188 {"IXDC901"}, /* Intertex 33k6 56k Voice EXT PnP */ 189 {"IXDD801"}, /* Intertex 28k8 33k6 Voice SP EXT PnP */ 190 {"IXDD901"}, /* Intertex 33k6 56k Voice SP EXT PnP */ 191 {"IXDF401"}, /* Intertex 28k8 33k6 Voice SP INT PnP */ 192 {"IXDF801"}, /* Intertex 28k8 33k6 Voice SP EXT PnP */ 193 {"IXDF901"}, /* Intertex 33k6 56k Voice SP EXT PnP */
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_pnp.c | 121 /* Intertex 28k8 33k6 Voice EXT PnP */ 123 /* Intertex 33k6 56k Voice EXT PnP */ 125 /* Intertex 28k8 33k6 Voice SP EXT PnP */ 127 /* Intertex 33k6 56k Voice SP EXT PnP */ 129 /* Intertex 28k8 33k6 Voice SP INT PnP */ 131 /* Intertex 28k8 33k6 Voice SP EXT PnP */ 133 /* Intertex 33k6 56k Voice SP EXT PnP */
|
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_block.c | 1149 k6 = key_ctx->key[6], k7 = key_ctx->key[7], threefish_encrypt_512() local 1167 b6 += b7 + k6 + t1; threefish_encrypt_512() 1214 b5 += k6 + t1; threefish_encrypt_512() 1267 b4 += b5 + k6; threefish_encrypt_512() 1314 b3 += k6; threefish_encrypt_512() 1367 b2 += b3 + k6; threefish_encrypt_512() 1414 b1 += k6; threefish_encrypt_512() 1467 b0 += b1 + k6; threefish_encrypt_512() 1582 b7 += k6 + 8; threefish_encrypt_512() 1635 b6 += b7 + k6 + t1; threefish_encrypt_512() 1682 b5 += k6 + t1; threefish_encrypt_512() 1735 b4 += b5 + k6; threefish_encrypt_512() 1782 b3 += k6; threefish_encrypt_512() 1835 b2 += b3 + k6; threefish_encrypt_512() 1882 b1 += k6; threefish_encrypt_512() 1935 b0 += b1 + k6; threefish_encrypt_512() 2050 b7 += k6 + 17; threefish_encrypt_512() 2096 output[6] = b6 + k6 + t1; threefish_encrypt_512() 2110 k6 = key_ctx->key[6], k7 = key_ctx->key[7], threefish_decrypt_512() local 2123 b6 -= k6 + t1; threefish_decrypt_512() 2177 b7 -= k6 + 17; threefish_decrypt_512() 2327 b0 -= b1 + k6; threefish_decrypt_512() 2396 b1 -= k6; threefish_decrypt_512() 2458 b2 -= b3 + k6; threefish_decrypt_512() 2527 b3 -= k6; threefish_decrypt_512() 2589 b4 -= b5 + k6; threefish_decrypt_512() 2658 b5 -= k6 + t1; threefish_decrypt_512() 2720 b6 -= b7 + k6 + t1; threefish_decrypt_512() 2789 b7 -= k6 + 8; threefish_decrypt_512() 2939 b0 -= b1 + k6; threefish_decrypt_512() 3008 b1 -= k6; threefish_decrypt_512() 3070 b2 -= b3 + k6; threefish_decrypt_512() 3139 b3 -= k6; threefish_decrypt_512() 3201 b4 -= b5 + k6; threefish_decrypt_512() 3270 b5 -= k6 + t1; threefish_decrypt_512() 3332 b6 -= b7 + k6 + t1; threefish_decrypt_512() 3375 k6 = key_ctx->key[6], k7 = key_ctx->key[7], threefish_encrypt_1024() local 3397 b6 += b7 + k6; threefish_encrypt_1024() 3496 b5 += k6; threefish_encrypt_1024() 3601 b4 += b5 + k6; threefish_encrypt_1024() 3700 b3 += k6; threefish_encrypt_1024() 3805 b2 += b3 + k6; threefish_encrypt_1024() 3904 b1 += k6; threefish_encrypt_1024() 4009 b0 += b1 + k6; threefish_encrypt_1024() 4244 b15 += k6 + 8; threefish_encrypt_1024() 4349 b14 += b15 + k6 + t1; threefish_encrypt_1024() 4448 b13 += k6 + t1; threefish_encrypt_1024() 4553 b12 += b13 + k6; threefish_encrypt_1024() 4652 b11 += k6; threefish_encrypt_1024() 4757 b10 += b11 + k6; threefish_encrypt_1024() 4856 b9 += k6; threefish_encrypt_1024() 4961 b8 += b9 + k6; threefish_encrypt_1024() 5060 b7 += k6; threefish_encrypt_1024() 5165 b6 += b7 + k6; threefish_encrypt_1024() 5264 b5 += k6; threefish_encrypt_1024() 5369 b4 += b5 + k6; threefish_encrypt_1024() 5467 output[3] = b3 + k6; threefish_encrypt_1024() 5496 k6 = key_ctx->key[6], k7 = key_ctx->key[7], threefish_decrypt_1024() local 5509 b3 -= k6; threefish_decrypt_1024() 5645 b4 -= b5 + k6; threefish_decrypt_1024() 5782 b5 -= k6; threefish_decrypt_1024() 5912 b6 -= b7 + k6; threefish_decrypt_1024() 6049 b7 -= k6; threefish_decrypt_1024() 6179 b8 -= b9 + k6; threefish_decrypt_1024() 6316 b9 -= k6; threefish_decrypt_1024() 6446 b10 -= b11 + k6; threefish_decrypt_1024() 6583 b11 -= k6; threefish_decrypt_1024() 6713 b12 -= b13 + k6; threefish_decrypt_1024() 6850 b13 -= k6 + t1; threefish_decrypt_1024() 6980 b14 -= b15 + k6 + t1; threefish_decrypt_1024() 7117 b15 -= k6 + 8; threefish_decrypt_1024() 7423 b0 -= b1 + k6; threefish_decrypt_1024() 7560 b1 -= k6; threefish_decrypt_1024() 7690 b2 -= b3 + k6; threefish_decrypt_1024() 7827 b3 -= k6; threefish_decrypt_1024() 7957 b4 -= b5 + k6; threefish_decrypt_1024() 8094 b5 -= k6; threefish_decrypt_1024() 8224 b6 -= b7 + k6; threefish_decrypt_1024()
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | kregs.h | 20 #define IA64_KR_CURRENT 6 /* ar.k6: "current" task pointer */
|
H A D | mca_asm.h | 173 mov r13 = ar.k6; \
|
/linux-4.1.27/include/media/ |
H A D | rc-map.h | 120 #define RC_MAP_AVERMEDIA_M733A_RM_K6 "rc-avermedia-m733a-rm-k6"
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
H A D | entry.S | 91 * k6 Global Interrupt Mask (0--15 << 4)
|
/linux-4.1.27/crypto/ |
H A D | camellia_generic.c | 638 /* k5,k6 */ camellia_setup128() 770 /* k6 */ camellia_setup256()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | camellia_glue.c | 1078 /* k5,k6 */ camellia_setup128() 1193 /* k6 */ camellia_setup256()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | head.S | 344 // load the "current" pointer (r13) and ar.k6 with the current task
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | keyspan.c | 1377 /* Any "standard" rate over 57k6 is marginal on the USA-19 keyspan_usa19_calc_baud()
|