Home
last modified time | relevance | path

Searched refs:cdl (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/host1x/
H A Dcontext.c29 cdl->devs = NULL; in host1x_memory_context_list_init()
30 cdl->len = 0; in host1x_memory_context_list_init()
37 cdl->len = err / 4; in host1x_memory_context_list_init()
38 cdl->devs = kcalloc(cdl->len, sizeof(*cdl->devs), GFP_KERNEL); in host1x_memory_context_list_init()
39 if (!cdl->devs) in host1x_memory_context_list_init()
100 kfree(cdl->devs); in host1x_memory_context_list_init()
101 cdl->devs = NULL; in host1x_memory_context_list_init()
102 cdl->len = 0; in host1x_memory_context_list_init()
114 kfree(cdl->devs); in host1x_memory_context_list_free()
115 cdl->len = 0; in host1x_memory_context_list_free()
[all …]
H A Dcontext.h26 void host1x_memory_context_list_free(struct host1x_memory_context_list *cdl);
33 static inline void host1x_memory_context_list_free(struct host1x_memory_context_list *cdl) in host1x_memory_context_list_free() argument
/openbmc/linux/drivers/platform/surface/
H A Dsurface_acpi_notify.c423 u16 cdl; /* Payload length. */ member
497 if (get_unaligned(&rqsx->cdl) != b->len - sizeof(struct gsb_data_rqsx)) { in san_validate_rqsx()
499 type, b->len, get_unaligned(&rqsx->cdl)); in san_validate_rqsx()
503 if (get_unaligned(&rqsx->cdl) > SAN_GSB_MAX_RQSX_PAYLOAD) { in san_validate_rqsx()
505 type, get_unaligned(&rqsx->cdl)); in san_validate_rqsx()
580 rqst.length = get_unaligned(&gsb_rqst->cdl); in san_rqst()
620 evt.length = get_unaligned(&gsb_rqsg->cdl); in san_rqsg()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h259 __BITFIELD_FIELD(uint32_t cdl:1,
/openbmc/linux/drivers/ata/
H A Dlibata-core.c671 static inline void ata_set_tf_cdl(struct ata_queued_cmd *qc, int cdl) in ata_set_tf_cdl() argument
676 tf->auxiliary |= cdl; in ata_set_tf_cdl()
678 tf->feature |= cdl; in ata_set_tf_cdl()
709 unsigned int tf_flags, int cdl, int class) in ata_build_rw_tf() argument
749 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl) in ata_build_rw_tf()
750 ata_set_tf_cdl(qc, cdl); in ata_build_rw_tf()
755 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl) in ata_build_rw_tf()
756 ata_set_tf_cdl(qc, cdl); in ata_build_rw_tf()
2611 memcpy(dev->cdl, ap->sector_buf, ATA_LOG_CDL_SIZE); in ata_dev_config_cdl()
H A Dlibata-scsi.c2293 u8 *b, *cdl = dev->cdl, *desc; in ata_msense_control_spgt2() local
2310 buf[7] = (cdl[0] & 0x03) << 4; in ata_msense_control_spgt2()
2311 desc = cdl + 64; in ata_msense_control_spgt2()
2314 desc = cdl + 288; in ata_msense_control_spgt2()
2319 policy = get_unaligned_le32(&cdl[0]); in ata_msense_control_spgt2()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCDL-1.053 …ce. Please obtain a copy of the License at http://www.opensource.apple.com/cdl/ and read it before…
/openbmc/linux/include/linux/
H A Dlibata.h726 u8 cdl[ATA_LOG_CDL_SIZE]; member