Searched refs:nsector (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
| H A D | 0006-Workaround-patch-for-missing-Python3-transition-of-t.patch | 65 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 D | atapi.c | 181 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 D | macio.c | 77 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 D | trace-events | 83 …int port, uint8_t nsector, uint8_t sector, uint8_t lcyl, uint8_t hcyl, uint32_t sig) "ahci(%p)[%d]…
|
| H A D | pci.c | 233 s->nsector / (BMDMA_PAGE_SIZE / BDRV_SECTOR_SIZE) + 1); in bmdma_prepare_buf()
|
| /openbmc/qemu/include/hw/ide/ |
| H A D | ide-dev.h | 73 uint32_t nsector; member
|