Home
last modified time | relevance | path

Searched refs:bcl (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/
H A Ddigitemp_3.7.2.bb8 git://github.com/bcl/digitemp;branch=master;protocol=https \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/digitemp/digitemp/
H A D0001-Fix-conflicting-prototype.patch14 Upstream-Status: Backport [https://github.com/bcl/digitemp/commit/fa56b0f78d12f97ac44e0a367d413a9e8…
/openbmc/openbmc/poky/meta/recipes-extended/parted/files/
H A D0001-bug-74444-PATCH-parted-fix-do_version-declaration.patch22 Signed-off-by: Brian C. Lane <bcl@redhat.com>
/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c708 uint16_t bcl = opts->set_bcl ? opts->bcl : ATAPI_SECTOR_SIZE; in ahci_exec() local
709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
937 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma) in ahci_atapi_command_create() argument
942 stw_le_p(&cmd->fis.lba_lo[1], bcl); in ahci_atapi_command_create()
946 cmd->interrupts |= bcl ? AHCI_PX_IS_PSS : 0; in ahci_atapi_command_create()
H A Dahci.h483 unsigned bcl; /* Byte Count Limit, for ATAPI PIO */ member
622 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma);
/openbmc/qemu/hw/ide/
H A Datapi.c212 uint16_t bcl; in atapi_byte_count_limit() local
214 bcl = s->lcyl | (s->hcyl << 8); in atapi_byte_count_limit()
215 if (bcl == 0xffff) { in atapi_byte_count_limit()
218 return bcl; in atapi_byte_count_limit()
H A Dtrace-events56 ide_atapi_cmd_reply_end_bcl(void *s, int bcl) "IDEState: %p; byte_count_limit=%d"
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1569 bool override_bcl, uint16_t bcl) in ahci_test_cdrom() argument
1581 .bcl = bcl, in ahci_test_cdrom()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2855 /* bcl 20,31,$+4 (preferred form for getting nia) */