Home
last modified time | relevance | path

Searched refs:nsector (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0006-Workaround-patch-for-missing-Python3-transition-of-t.patch65 int ReadSector(int sector, int nsector, void *buf, int size)
68 @@ -59,9 +87,13 @@ int ReadSector(int sector, int nsector,
78 - if( len < nsector*FAT_HARDSECT )
80 + if( len < nsector*FAT_HARDSECT )
/openbmc/qemu/hw/ide/
H A Datapi.c181 s->nsector = (s->nsector & ~7) | ATAPI_INT_REASON_IO | ATAPI_INT_REASON_CD; in ide_atapi_cmd_ok()
191 s->nsector = (s->nsector & ~7) | ATAPI_INT_REASON_IO | ATAPI_INT_REASON_CD; in ide_atapi_cmd_error()
257 s->nsector = (s->nsector & ~7) | ATAPI_INT_REASON_IO; in ide_atapi_cmd_reply_end()
343 s->nsector = 0; in ide_atapi_cmd_check_status()
387 s->nsector = (s->nsector & ~7) | ATAPI_INT_REASON_IO | ATAPI_INT_REASON_CD; in ide_atapi_cmd_read_dma_cb()
H A Dmacio.c77 s->nsector, io->len, s->status); in pmac_ide_atapi_transfer_cb()
150 s->nsector, io->len, s->status); in pmac_ide_transfer_cb()
393 s->io_buffer_size = s->nsector * BDRV_SECTOR_SIZE; in ide_dbdma_start()
H A Dtrace-events83 …int port, uint8_t nsector, uint8_t sector, uint8_t lcyl, uint8_t hcyl, uint32_t sig) "ahci(%p)[%d]…
H A Dpci.c233 s->nsector / (BMDMA_PAGE_SIZE / BDRV_SECTOR_SIZE) + 1); in bmdma_prepare_buf()
/openbmc/qemu/include/hw/ide/
H A Dide-dev.h73 uint32_t nsector; member