Searched refs:HPT_U16 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/dev/hptnr/
H A Dhim.h49 HPT_U16 vid;
50 HPT_U16 did;
54 HPT_U16 reserve;
136 HPT_U16 GeneralConfiguration;
137 HPT_U16 NumberOfCylinders;
138 HPT_U16 Reserved1;
139 HPT_U16 NumberOfHeads;
140 HPT_U16 UnformattedBytesPerTrack;
141 HPT_U16 UnformattedBytesPerSector;
143 HPT_U16 SerialNumbe
[all...]
H A Darray.h48 typedef HPT_U16 HPT_MMASK;
88 HPT_U16 total_sectors;
89 HPT_U16 finished_sectors;
110 HPT_U16 transform_sectors_per_step;
123 HPT_U16 strip_width;
151 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
H A Dhptintf.h512 HPT_U16 BatteryVoltage;
520 HPT_U16 FanSpeed;
521 HPT_U16 Power12v;
522 HPT_U16 Power5v;
523 HPT_U16 Power3p3v;
524 HPT_U16 Power2p5v;
525 HPT_U16 Power1p8v;
526 HPT_U16 Core1p8v;
527 HPT_U16 Core1p2v;
528 HPT_U16 DDR1p8
[all...]
H A Dosm.h53 typedef unsigned short HPT_U16; typedef
86 static __inline HPT_U16 CPU_TO_BE16(HPT_U16 x)
128 HPT_U16 os_inw (void *port);
131 void os_outw (void *port, HPT_U16 value);
133 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count);
134 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count);
139 #define os_readw(addr) (*(HPT_U16 *)&__dummy_reg = *(volatile HPT_U16 *)(addr))
143 #define os_writew(addr, val) *(volatile HPT_U16 *)(add
[all...]
H A Dwj.h43 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
44 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
H A Dhptnr_os_bsd.c40 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
44 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
47 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count)
50 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count)
61 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
76 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
H A Dhimfuncs.h80 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dldm.h247 HPT_U16 lowest_aligned;
248 HPT_U16 max_sectors_per_cmd;
527 void log_sector_repair(PVDEV vd, int success, HPT_LBA lba, HPT_U16 nsectors);
H A Dhptnr_osm_bsd.c652 ((HPT_U16)cdb[3] << 8)
655 ((HPT_U16)cdb[5] << 8) |
658 ((HPT_U16)cdb[7] << 8) |
661 ((HPT_U16)cdb[9] << 8) |
664 ((HPT_U16)cdb[11] << 8) |
1002 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
1018 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
1024 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cd
[all...]
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhim.h50 HPT_U16 vid;
51 HPT_U16 did;
55 HPT_U16 reserve;
138 HPT_U16 GeneralConfiguration;
139 HPT_U16 NumberOfCylinders;
140 HPT_U16 Reserved1;
141 HPT_U16 NumberOfHeads;
142 HPT_U16 UnformattedBytesPerTrack;
143 HPT_U16 UnformattedBytesPerSector;
145 HPT_U16 SerialNumbe
[all...]
H A Darray.h49 typedef HPT_U16 HPT_MMASK;
89 HPT_U16 total_sectors;
90 HPT_U16 finished_sectors;
111 HPT_U16 transform_sectors_per_step;
124 HPT_U16 strip_width;
152 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
H A Dhptintf.h516 HPT_U16 BatteryVoltage;
524 HPT_U16 FanSpeed;
525 HPT_U16 Power12v;
526 HPT_U16 Power5v;
527 HPT_U16 Power3p3v;
528 HPT_U16 Power2p5v;
529 HPT_U16 Power1p8v;
530 HPT_U16 Core1p8v;
531 HPT_U16 Core1p2v;
532 HPT_U16 DDR1p8
[all...]
H A Dosm.h54 typedef unsigned short HPT_U16; typedef
88 static __inline HPT_U16 CPU_TO_BE16(HPT_U16 x)
130 HPT_U16 os_inw (void *port);
133 void os_outw (void *port, HPT_U16 value);
135 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count);
136 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count);
141 #define os_readw(addr) (*(HPT_U16 *)&__dummy_reg = *(volatile HPT_U16 *)(addr))
145 #define os_writew(addr, val) *(volatile HPT_U16 *)(add
[all...]
H A Dwj.h42 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
43 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
H A Dhpt27xx_os_bsd.c41 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
48 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count)
51 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count)
62 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
77 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
H A Dhimfuncs.h80 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dldm.h247 HPT_U16 max_sectors_per_cmd;
528 void log_sector_repair(PVDEV vd, int success, HPT_LBA lba, HPT_U16 nsectors);
/freebsd-13-stable/sys/dev/hptrr/
H A Dhim.h52 HPT_U16 vid;
53 HPT_U16 did;
57 HPT_U16 reserve;
120 HPT_U16 GeneralConfiguration;
121 HPT_U16 NumberOfCylinders;
122 HPT_U16 Reserved1;
123 HPT_U16 NumberOfHeads;
124 HPT_U16 UnformattedBytesPerTrack;
125 HPT_U16 UnformattedBytesPerSector;
126 HPT_U16 SectorsPerTrac
[all...]
H A Darray.h51 typedef HPT_U16 HPT_MMASK;
91 HPT_U16 total_sectors;
92 HPT_U16 finished_sectors;
113 HPT_U16 transform_sectors_per_step;
125 HPT_U16 strip_width;
153 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
181 HPT_U16 get_strip_size(PVDEV vd);
H A Dhptintf.h446 HPT_U16 BatteryVoltage;
563 HPT_U16 Critical_Members; /* bit mask of critical members */
564 HPT_U16 reserve2;
607 HPT_U16 GeneralConfiguration;
608 HPT_U16 NumberOfCylinders;
609 HPT_U16 Reserved1;
610 HPT_U16 NumberOfHeads;
611 HPT_U16 UnformattedBytesPerTrack;
612 HPT_U16 UnformattedBytesPerSector;
613 HPT_U16 SectorsPerTrac
[all...]
H A Dosm.h53 typedef unsigned short HPT_U16; typedef
98 HPT_U16 os_inw (void *port);
101 void os_outw (void *port, HPT_U16 value);
103 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count);
104 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count);
109 #define os_readw(addr) (*(HPT_U16 *)&__dummy_reg = *(volatile HPT_U16 *)(addr))
113 #define os_writew(addr, val) *(volatile HPT_U16 *)(addr) = (HPT_U16)(val)
118 HPT_U16 os_pci_read
[all...]
H A Dhptrr_os_bsd.c41 HPT_U16 os_inw (void *port) { return inw((unsigned)(HPT_UPTR)port); }
45 void os_outw (void *port, HPT_U16 value) { outw((unsigned)(HPT_UPTR)port, (value)); }
48 void os_insw (void *port, HPT_U16 *buffer, HPT_U32 count)
51 void os_outsw(void *port, HPT_U16 *buffer, HPT_U32 count)
62 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
77 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
H A Dhimfuncs.h81 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dldm.h246 HPT_U16 max_sectors_per_cmd;
520 void log_sector_repair(PVDEV vd, int success, HPT_LBA lba, HPT_U16 nsectors);
H A Dhptrr_osm_bsd.c674 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[4];
689 pCmd->uCmd.Ide.nSectors = (HPT_U16)cdb[13] | ((HPT_U16)cdb[12]<<8);
695 pCmd->uCmd.Ide.nSectors = (HPT_U16) cdb[8] | ((HPT_U16)cdb[7]<<8);

Completed in 269 milliseconds

12