Home
last modified time | relevance | path

Searched refs:hob_ports (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dhdreg.h61 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */ member
/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c129 __u8 hob_ports[8]; member
2117 fis.lba_low_ex = req_task->hob_ports[3]; in exec_drive_taskfile()
2118 fis.lba_mid_ex = req_task->hob_ports[4]; in exec_drive_taskfile()
2119 fis.lba_hi_ex = req_task->hob_ports[5]; in exec_drive_taskfile()
2120 fis.features_ex = req_task->hob_ports[1]; in exec_drive_taskfile()
2121 fis.sect_cnt_ex = req_task->hob_ports[2]; in exec_drive_taskfile()
2213 req_task->hob_ports[3] = reply->lba_low_ex; in exec_drive_taskfile()
2214 req_task->hob_ports[4] = reply->lba_mid_ex; in exec_drive_taskfile()
2215 req_task->hob_ports[5] = reply->lba_hi_ex; in exec_drive_taskfile()
2216 req_task->hob_ports[1] = reply->features_ex; in exec_drive_taskfile()
[all …]
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt552 hob_ports[8] high-order bytes, for extended commands.
564 hob_ports[] high-order bytes, for extended commands.
619 hob_ports[8] high-order bytes, for extended commands
621 io_ports[] and hob_ports[] arrays
624 io_ports[] and hob_ports[] arrays
/linux-4.1.27/drivers/ide/
Dide-taskfile.c523 memcpy(&cmd.hob, req_task->hob_ports, HDIO_DRIVE_HOB_HDR_SIZE - 2); in ide_taskfile_ioctl()
639 memcpy(req_task->hob_ports, &cmd.hob, HDIO_DRIVE_HOB_HDR_SIZE - 2); in ide_taskfile_ioctl()