Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/ioctl/
Dhdio.rst199 hob_ports[8] high-order bytes, for extended commands.
213 hob_ports[] high-order bytes, for extended commands.
272 hob_ports[8] high-order bytes, for extended commands
274 io_ports[] and hob_ports[] arrays
277 io_ports[] and hob_ports[] arrays
/linux-5.19.10/drivers/block/mtip32xx/
Dmtip32xx.c118 __u8 hob_ports[8]; member
1791 fis.lba_low_ex = req_task->hob_ports[3]; in exec_drive_taskfile()
1792 fis.lba_mid_ex = req_task->hob_ports[4]; in exec_drive_taskfile()
1793 fis.lba_hi_ex = req_task->hob_ports[5]; in exec_drive_taskfile()
1794 fis.features_ex = req_task->hob_ports[1]; in exec_drive_taskfile()
1795 fis.sect_cnt_ex = req_task->hob_ports[2]; in exec_drive_taskfile()
1886 req_task->hob_ports[3] = reply->lba_low_ex; in exec_drive_taskfile()
1887 req_task->hob_ports[4] = reply->lba_mid_ex; in exec_drive_taskfile()
1888 req_task->hob_ports[5] = reply->lba_hi_ex; in exec_drive_taskfile()
1889 req_task->hob_ports[1] = reply->features_ex; in exec_drive_taskfile()
[all …]
/linux-5.19.10/include/uapi/linux/
Dhdreg.h62 __u8 hob_ports[8]; /* bytes 6 and 7 are unused */ member