Searched refs:cmb (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | cmf.c | 219 if (!cdev->private->cmb) in set_schib_wait() 287 cmb_data = cdev->private->cmb; in cmf_copy_block() 305 if (!cdev->private->cmb) in cmf_cmb_copy_wait() 355 cmb_data = cdev->private->cmb; in cmf_generic_reset() 378 struct cmb *mem; 422 struct cmb { struct 440 struct cmb *cmb; in alloc_cmb_single() argument 455 cmb = cmb_area.mem; in alloc_cmb_single() 458 data = node->cmb; in alloc_cmb_single() 459 if ((struct cmb*)data->hw_block > cmb) in alloc_cmb_single() [all …]
|
| H A D | io_sch.h | 175 void *cmb; /* measurement information */ member
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-tpdm.c | 88 drvdata->cmb->trig_patt[tpdm_attr->idx]); in tpdm_simple_dataset_show() 93 drvdata->cmb->trig_patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show() 98 drvdata->cmb->patt_val[tpdm_attr->idx]); in tpdm_simple_dataset_show() 103 drvdata->cmb->patt_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show() 108 drvdata->cmb->msr[tpdm_attr->idx]); in tpdm_simple_dataset_show() 163 drvdata->cmb->trig_patt[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 169 drvdata->cmb->trig_patt_mask[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 175 drvdata->cmb->patt_val[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 181 drvdata->cmb->patt_mask[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() 187 drvdata->cmb->msr[tpdm_attr->idx] = val; in tpdm_simple_dataset_store() [all …]
|
| H A D | coresight-tpdm.h | 313 struct cmb_dataset *cmb; member
|
| /linux/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 1085 adapter->cmb.dma = rrd_ring->dma + rrd_ring->size; in atl1_setup_ring_resources() 1086 offset = (adapter->cmb.dma & 0x7) ? (8 - (adapter->cmb.dma & 0x7)) : 0; in atl1_setup_ring_resources() 1087 adapter->cmb.dma += offset; in atl1_setup_ring_resources() 1088 adapter->cmb.cmb = (struct coals_msg_block *) in atl1_setup_ring_resources() 1092 adapter->smb.dma = adapter->cmb.dma + sizeof(struct coals_msg_block); in atl1_setup_ring_resources() 1096 ((u8 *) adapter->cmb.cmb + in atl1_setup_ring_resources() 1234 adapter->cmb.dma = 0; in atl1_free_ring_resources() 1235 adapter->cmb.cmb = NULL; in atl1_free_ring_resources() 1480 iowrite32((u32) (adapter->cmb.dma & 0x00000000ffffffffULL), in atl1_configure() 2067 cmb_tpd_next_to_clean = le16_to_cpu(adapter->cmb.cmb->tpd_cons_idx); in atl1_intr_tx() [all …]
|
| H A D | atl1.h | 635 struct coals_msg_block *cmb; member 787 struct atl1_cmb cmb; member
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | talos.dtsi | 2330 qcom,cmb-element-bits = <64>; 2331 qcom,cmb-msrs-num = <32>; 2350 qcom,cmb-element-bits = <32>; 2351 qcom,cmb-msrs-num = <32>; 2369 qcom,cmb-element-bits = <64>; 2370 qcom,cmb-msrs-num = <32>; 2441 qcom,cmb-element-bits = <32>; 2442 qcom,cmb-msrs-num = <32>; 2461 qcom,cmb-element-bits = <32>; 2462 qcom,cmb-msrs-num = <32>; [all …]
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e.h | 405 u32 *cmb; member
|
| H A D | atl1e_main.c | 852 tx_ring->cmb = adapter->ring_vir_addr + offset; in atl1e_setup_ring_resources()
|
| /linux/Documentation/driver-api/ |
| H A D | s390-drivers.rst | 97 .. kernel-doc:: arch/s390/include/uapi/asm/cmb.h
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 2721 static DEVICE_ATTR_RO(cmb);
|