Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
A Dscc.c1301 #define CAST(x) (unsigned long)(x) macro
1376 case PARAM_TXDELAY: return CAST(scc->kiss.txdelay); in scc_get_param()
1377 case PARAM_PERSIST: return CAST(scc->kiss.persist); in scc_get_param()
1379 case PARAM_TXTAIL: return CAST(scc->kiss.tailtime); in scc_get_param()
1384 case PARAM_SPEED: return CAST(scc->modem.speed); in scc_get_param()
1385 case PARAM_GROUP: return CAST(scc->kiss.group); in scc_get_param()
1386 case PARAM_IDLE: return CAST(scc->kiss.idletime); in scc_get_param()
1387 case PARAM_MIN: return CAST(scc->kiss.mintime); in scc_get_param()
1389 case PARAM_WAIT: return CAST(scc->kiss.waittime); in scc_get_param()
1391 case PARAM_TX: return CAST(scc->kiss.tx_inhibit); in scc_get_param()
[all …]
/linux/drivers/ata/
A Dpata_cs5536.c52 CAST = 3, enumerator
174 cs5536_read(pdev, CAST, &cast); in cs5536_set_piomode()
182 cs5536_write(pdev, CAST, cast); in cs5536_set_piomode()
/linux/crypto/
A DKconfig1306 Common parts of the CAST cipher algorithms shared by the
1310 tristate "CAST5 (CAST-128) cipher algorithm"
1314 The CAST5 encryption algorithm (synonymous with CAST-128) is
1318 tristate "CAST5 (CAST-128) cipher algorithm (x86_64/AVX)"
1326 The CAST5 encryption algorithm (synonymous with CAST-128) is
1333 tristate "CAST6 (CAST-256) cipher algorithm"
1337 The CAST6 encryption algorithm (synonymous with CAST-256) is
1341 tristate "CAST6 (CAST-256) cipher algorithm (x86_64/AVX)"
1350 The CAST6 encryption algorithm (synonymous with CAST-256) is

Completed in 10 milliseconds