Home
last modified time | relevance | path

Searched refs:CAST (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/hamradio/
Dscc.c1300 #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 …]
/Linux-v4.19/drivers/ata/
Dpata_cs5536.c64 CAST = 3, enumerator
186 cs5536_read(pdev, CAST, &cast); in cs5536_set_piomode()
194 cs5536_write(pdev, CAST, cast); in cs5536_set_piomode()
/Linux-v4.19/drivers/ide/
Dcs5536.c48 CAST = 3, enumerator
163 cs5536_read(pdev, CAST, &cast); in cs5536_set_pio_mode()
171 cs5536_write(pdev, CAST, cast); in cs5536_set_pio_mode()
/Linux-v4.19/crypto/
DKconfig1330 Common parts of the CAST cipher algorithms shared by the
1334 tristate "CAST5 (CAST-128) cipher algorithm"
1338 The CAST5 encryption algorithm (synonymous with CAST-128) is
1342 tristate "CAST5 (CAST-128) cipher algorithm (x86_64/AVX)"
1349 The CAST5 encryption algorithm (synonymous with CAST-128) is
1356 tristate "CAST6 (CAST-256) cipher algorithm"
1360 The CAST6 encryption algorithm (synonymous with CAST-256) is
1364 tristate "CAST6 (CAST-256) cipher algorithm (x86_64/AVX)"
1373 The CAST6 encryption algorithm (synonymous with CAST-256) is