Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c119 __u8 hob_ports[8]; member
1798 fis.lba_low_ex = req_task->hob_ports[3]; in exec_drive_taskfile()
1799 fis.lba_mid_ex = req_task->hob_ports[4]; in exec_drive_taskfile()
1800 fis.lba_hi_ex = req_task->hob_ports[5]; in exec_drive_taskfile()
1801 fis.features_ex = req_task->hob_ports[1]; in exec_drive_taskfile()
1802 fis.sect_cnt_ex = req_task->hob_ports[2]; in exec_drive_taskfile()
1893 req_task->hob_ports[3] = reply->lba_low_ex; in exec_drive_taskfile()
1894 req_task->hob_ports[4] = reply->lba_mid_ex; in exec_drive_taskfile()
1895 req_task->hob_ports[5] = reply->lba_hi_ex; in exec_drive_taskfile()
1896 req_task->hob_ports[1] = reply->features_ex; in exec_drive_taskfile()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhdreg.h62 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhdreg.h58 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhdreg.h58 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */ member
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dhdio.rst705 hob_ports[8] high-order bytes, for extended commands.
719 hob_ports[] high-order bytes, for extended commands.
778 hob_ports[8] high-order bytes, for extended commands
780 io_ports[] and hob_ports[] arrays
783 io_ports[] and hob_ports[] arrays
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-taskfile.c517 memcpy(&cmd.hob, req_task->hob_ports, HDIO_DRIVE_HOB_HDR_SIZE - 2); in ide_taskfile_ioctl()
633 memcpy(req_task->hob_ports, &cmd.hob, HDIO_DRIVE_HOB_HDR_SIZE - 2); in ide_taskfile_ioctl()