Searched refs:CAST (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 1302 #define CAST(x) (unsigned long)(x) macro 1377 case PARAM_TXDELAY: return CAST(scc->kiss.txdelay); in scc_get_param() 1378 case PARAM_PERSIST: return CAST(scc->kiss.persist); in scc_get_param() 1379 case PARAM_SLOTTIME: return CAST(scc->kiss.slottime); in scc_get_param() 1380 case PARAM_TXTAIL: return CAST(scc->kiss.tailtime); in scc_get_param() 1381 case PARAM_FULLDUP: return CAST(scc->kiss.fulldup); in scc_get_param() 1382 case PARAM_SOFTDCD: return CAST(scc->kiss.softdcd); in scc_get_param() 1383 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param() 1384 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0); in scc_get_param() 1385 case PARAM_SPEED: return CAST(scc->modem.speed); in scc_get_param() [all …]
|
/openbmc/linux/drivers/ata/ |
H A 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()
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 64 %token <cast> CAST DEPOSIT SETHALF 93 %right CAST 592 | CAST rvalue
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 3134 #define CAST(type, obj, name) \ in spapr_get_fw_dev_path() macro 3136 SCSIDevice *d = CAST(SCSIDevice, dev, TYPE_SCSI_DEVICE); in spapr_get_fw_dev_path() 3137 SpaprPhbState *phb = CAST(SpaprPhbState, dev, TYPE_SPAPR_PCI_HOST_BRIDGE); in spapr_get_fw_dev_path() 3138 VHostSCSICommon *vsc = CAST(VHostSCSICommon, dev, TYPE_VHOST_SCSI_COMMON); in spapr_get_fw_dev_path() 3139 PCIDevice *pcidev = CAST(PCIDevice, dev, TYPE_PCI_DEVICE); in spapr_get_fw_dev_path() 3142 void *spapr = CAST(void, bus->parent, "spapr-vscsi"); in spapr_get_fw_dev_path() 3143 VirtIOSCSI *virtio = CAST(VirtIOSCSI, bus->parent, TYPE_VIRTIO_SCSI); in spapr_get_fw_dev_path() 3144 USBDevice *usb = CAST(USBDevice, bus->parent, TYPE_USB_DEVICE); in spapr_get_fw_dev_path() 3190 USBDevice *usbdev = CAST(USBDevice, dev, TYPE_USB_DEVICE); in spapr_get_fw_dev_path() 3209 PCIDevice *pdev = CAST(PCIDevice, dev, TYPE_PCI_DEVICE); in spapr_get_fw_dev_path()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Kconfig | 89 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm 107 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm
|
/openbmc/linux/crypto/ |
H A D | Kconfig | 447 Common parts of the CAST cipher algorithms shared by the 451 tristate "CAST5 (CAST-128)" 455 CAST5 (CAST-128) cipher algorithm (RFC2144, ISO/IEC 18033-3) 458 tristate "CAST6 (CAST-256)" 462 CAST6 (CAST-256) encryption algorithm (RFC2612)
|