Searched refs:CAST (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/hamradio/ |
| D | scc.c | 1300 #define CAST(x) (unsigned long)(x) macro 1375 case PARAM_TXDELAY: return CAST(scc->kiss.txdelay); in scc_get_param() 1376 case PARAM_PERSIST: return CAST(scc->kiss.persist); in scc_get_param() 1377 case PARAM_SLOTTIME: return CAST(scc->kiss.slottime); in scc_get_param() 1378 case PARAM_TXTAIL: return CAST(scc->kiss.tailtime); in scc_get_param() 1379 case PARAM_FULLDUP: return CAST(scc->kiss.fulldup); in scc_get_param() 1380 case PARAM_SOFTDCD: return CAST(scc->kiss.softdcd); in scc_get_param() 1381 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param() 1382 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0); in scc_get_param() 1383 case PARAM_SPEED: return CAST(scc->modem.speed); in scc_get_param() [all …]
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | pata_cs5536.c | 52 CAST = 3, enumerator 174 cs5536_read(pdev, CAST, &cast); in cs5536_set_piomode() 182 cs5536_write(pdev, CAST, cast); in cs5536_set_piomode()
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | cs5536.c | 36 CAST = 3, enumerator 151 cs5536_read(pdev, CAST, &cast); in cs5536_set_pio_mode() 159 cs5536_write(pdev, CAST, cast); in cs5536_set_pio_mode()
|
| /kernel/linux/linux-5.10/crypto/ |
| D | Kconfig | 1368 Common parts of the CAST cipher algorithms shared by the 1372 tristate "CAST5 (CAST-128) cipher algorithm" 1376 The CAST5 encryption algorithm (synonymous with CAST-128) is 1380 tristate "CAST5 (CAST-128) cipher algorithm (x86_64/AVX)" 1387 The CAST5 encryption algorithm (synonymous with CAST-128) is 1394 tristate "CAST6 (CAST-256) cipher algorithm" 1398 The CAST6 encryption algorithm (synonymous with CAST-256) is 1402 tristate "CAST6 (CAST-256) cipher algorithm (x86_64/AVX)" 1411 The CAST6 encryption algorithm (synonymous with CAST-256) is
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0027_linux_drivers_media.patch | 597 + dev_dbg(dev, "CAST IP status regs:\n"); 659 + dev_dbg(dev, "CAST Encoder CONFIG...\n"); 674 + dev_dbg(dev, "CAST Encoder GO...\n"); 707 + dev_dbg(dev, "CAST Decoder GO...\n"); 838 +/* CAST JPEG-Decoder/Encoder Status Register Map (read-only)*/ 861 +/* CAST JPEG-Decoder Control Register Map (write-only) */ 864 +/* CAST JPEG-Encoder Control Register Map (write-only) */ 1825 + /* use adjusted resolution for CAST IP job */ 2388 + * align up the resolution for CAST IP, 2791 + * align up the resolution for CAST IP, [all …]
|