Searched refs:sector (Results 76 - 79 of 79) sorted by relevance

1234

/drivers/scsi/
H A Dlibiscsi.c840 sector_t sector; local
850 ascq = session->tt->check_protection(task, &sector);
861 put_unaligned_be64(sector, &sc->sense_buffer[12]);
/drivers/md/
H A Ddm-ioctl.c1554 ti = dm_table_find_target(table, tmsg->sector);
1556 DMWARN("Target message sector outside device.");
/drivers/block/mtip32xx/
H A Dmtip32xx.c1668 * @sectors Pointer to the variable that will receive the sector count.
1796 fis.sector = command[3];
1845 * @param user_buffer Pointer to the user space buffer where read sector
1888 fis.sector = command[1];
1952 * Indicates whether a command has a single sector payload.
1958 * 1 command is one that always has a single sector payload,
1968 /* list of commands that have an implicit sector count of 1 */
2358 * @start First sector to read.
/drivers/mtd/onenand/
H A Donenand_base.c225 * @param sector the sector address
226 * @return combined page and sector address
230 static int onenand_page_address(int page, int sector) argument
236 fsa = sector & ONENAND_FSA_MASK;
244 * @param sectors the sector address
3131 * For Flex-OneNAND, we write lock mark to 1st word of sector 4 of
3339 * For Flex-OneNAND, we write lock mark to 1st word of sector 4 of

Completed in 2275 milliseconds

1234