Searched refs:HPT_U8 (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhim.h51 HPT_U8 rev;
52 HPT_U8 nbase;
59 HPT_U8 tree;
60 HPT_U8 bus;
61 HPT_U8 device;
62 HPT_U8 function;
71 HPT_U8 max_devices;
73 HPT_U8 bProbeInInitializing:1;
75 HPT_U8 bSpinupOneDevEachTime:1;
77 HPT_U8 bGlobalNc
[all...]
H A Dhptintf.h383 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
384 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
385 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
386 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
388 HPT_U8 SupportDiskModeSetting;
389 HPT_U8 SupportSparePool;
390 HPT_U8 MaximumArrayNameLength;
391 /* only one HPT_U8 left here! */
393 HPT_U8 reserved: 2;
394 HPT_U8 SupportPerformanceMonito
[all...]
H A Dosm.h53 typedef unsigned char HPT_U8; typedef
67 HPT_U8 *p = (HPT_U8 *)&x;
80 HPT_U8 *p = (HPT_U8 *)&x;
88 return ((HPT_U8)x << 8) | (x>>8);
127 HPT_U8 os_inb (void *port);
130 void os_outb (void *port, HPT_U8 value);
138 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(add
[all...]
H A Darray.h102 HPT_U8 transform_from_tail;
110 HPT_U8 operation;
111 HPT_U8 disabled;
120 HPT_U8 ndisk;
121 HPT_U8 block_size_shift;
123 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
124 HPT_U8 jid;
125 HPT_U8 reserved[2];
138 HPT_U8 name[MAX_ARRAY_NAME];
142 HPT_U8 descriptio
[all...]
H A Dhpt27xx_os_bsd.c38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
42 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
80 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dldm.h250 HPT_U8 max_queue_depth;
251 HPT_U8 user_select_mode;
295 HPT_U8 __type;
296 HPT_U8 stripped; /* RAID0,3,5,6 */
297 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
298 HPT_U8 must_init; /* RAID3,5,6 */
299 HPT_U8 docache;
361 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
366 HPT_U8 type;
381 HPT_U8 vf_onlin
[all...]
H A Dhimfuncs.h42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhpt27xx_osm_bsd.c493 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr);
511 os_set_sgptr(&pSg[idx], (HPT_U8 *)(HPT_UPTR)sgList[idx].ds_addr);
517 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr);
574 HPT_U8 *cdb;
638 HPT_U8 *rbuf = ccb->csio.data_ptr;
640 HPT_U8 sector_size_shift = 0;
667 rbuf[0] = (HPT_U8)(cap>>24);
668 rbuf[1] = (HPT_U8)(cap>>16);
669 rbuf[2] = (HPT_U8)(cap>>8);
670 rbuf[3] = (HPT_U8)ca
[all...]
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhim.h50 HPT_U8 rev;
51 HPT_U8 nbase;
58 HPT_U8 tree;
59 HPT_U8 bus;
60 HPT_U8 device;
61 HPT_U8 function;
70 HPT_U8 max_devices;
72 HPT_U8 bProbeInInitializing:1;
74 HPT_U8 bSpinupOneDevEachTime:1;
76 HPT_U8 bGlobalNc
[all...]
H A Dhptintf.h379 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
380 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
381 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
382 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
384 HPT_U8 SupportDiskModeSetting;
385 HPT_U8 SupportSparePool;
386 HPT_U8 MaximumArrayNameLength;
387 /* only one HPT_U8 left here! */
389 HPT_U8 reserved: 2;
390 HPT_U8 SupportPerformanceMonito
[all...]
H A Dosm.h52 typedef unsigned char HPT_U8; typedef
65 HPT_U8 *p = (HPT_U8 *)&x;
78 HPT_U8 *p = (HPT_U8 *)&x;
86 return ((HPT_U8)x << 8) | (x>>8);
125 HPT_U8 os_inb (void *port);
128 void os_outb (void *port, HPT_U8 value);
136 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(add
[all...]
H A Darray.h101 HPT_U8 transform_from_tail;
109 HPT_U8 operation;
110 HPT_U8 disabled;
119 HPT_U8 ndisk;
120 HPT_U8 block_size_shift;
122 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
123 HPT_U8 jid;
124 HPT_U8 reserved[2];
137 HPT_U8 name[MAX_ARRAY_NAME];
141 HPT_U8 descriptio
[all...]
H A Dhptnr_os_bsd.c37 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
41 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
54 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
59 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
64 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
69 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
74 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
79 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dldm.h247 HPT_U8 logicalsectors_per_physicalsector;
250 HPT_U8 max_queue_depth;
251 HPT_U8 user_select_mode;
293 HPT_U8 __type;
294 HPT_U8 stripped; /* RAID0,3,5,6 */
295 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
296 HPT_U8 must_init; /* RAID3,5,6 */
297 HPT_U8 docache;
359 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
364 HPT_U8 typ
[all...]
H A Dhimfuncs.h42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhptnr_osm_bsd.c435 HPT_U8 *cdb;
450 HPT_U8 *sense_buffer = (HPT_U8 *)&ccb->csio.sense_data;
458 sense_buffer[11] = (HPT_U8)passthru->bFeaturesReg; /* Error */
459 sense_buffer[13] = (HPT_U8)passthru->bSectorCountReg; /* Sector Count (7:0) */
460 sense_buffer[15] = (HPT_U8)passthru->bLbaLowReg; /* LBA Low (7:0) */
461 sense_buffer[17] = (HPT_U8)passthru->bLbaMidReg; /* LBA Mid (7:0) */
462 sense_buffer[19] = (HPT_U8)passthru->bLbaHighReg; /* LBA High (7:0) */
467 sense_buffer[12] = (HPT_U8)(passthru->bSectorCountReg >> 8); /* Sector Count (15:8) */
468 sense_buffer[14] = (HPT_U8)(passthr
[all...]
/freebsd-11.0-release/sys/dev/hptrr/
H A Dhptintf.h343 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
344 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
345 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
346 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
348 HPT_U8 SupportDiskModeSetting;
349 HPT_U8 SupportSparePool;
350 HPT_U8 MaximumArrayNameLength;
351 /* only one HPT_U8 left here! */
353 HPT_U8 reserved: 3;
354 HPT_U8 SupportVariableSectorSiz
[all...]
H A Dhim.h53 HPT_U8 rev;
54 HPT_U8 nbase;
61 HPT_U8 tree;
62 HPT_U8 bus;
63 HPT_U8 device;
64 HPT_U8 function;
73 HPT_U8 max_devices;
74 HPT_U8 reserve1;
76 HPT_U8 bDevsPerBus;
77 HPT_U8 first_on_slo
[all...]
H A Darray.h104 HPT_U8 transform_from_tail;
112 HPT_U8 operation;
113 HPT_U8 disabled;
121 HPT_U8 ndisk;
122 HPT_U8 block_size_shift;
124 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
125 HPT_U8 jid;
126 HPT_U8 reserved[2];
139 HPT_U8 name[MAX_ARRAY_NAME];
143 HPT_U8 descriptio
[all...]
H A Dosm.h52 typedef unsigned char HPT_U8; typedef
95 HPT_U8 os_inb (void *port);
98 void os_outb (void *port, HPT_U8 value);
106 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(addr))
110 #define os_writeb(addr, val) *(volatile HPT_U8 *)(addr) = (HPT_U8)(val)
115 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset);
116 HPT_U16 os_pci_readw (void *osext, HPT_U8 offse
[all...]
H A Dhptrr_os_bsd.c38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
42 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
80 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dldm.h230 void ldm_set_spindown_disks_timeout(PVBUS vbus, HPT_U8 timeout);
249 HPT_U8 max_queue_depth;
250 HPT_U8 user_select_mode;
289 HPT_U8 __type;
290 HPT_U8 stripped; /* RAID0,3,5,6 */
291 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
292 HPT_U8 must_init; /* RAID3,5,6 */
293 HPT_U8 docache;
355 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
360 HPT_U8 typ
[all...]
H A Dhimfuncs.h43 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached))
79 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhptrr_osm_bsd.c490 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr);
542 HPT_U8 *cdb;
606 HPT_U8 *rbuf = ccb->csio.data_ptr;
614 rbuf[0] = (HPT_U8)(cap>>24);
615 rbuf[1] = (HPT_U8)(cap>>16);
616 rbuf[2] = (HPT_U8)(cap>>8);
617 rbuf[3] = (HPT_U8)cap;
629 HPT_U8 *rbuf = ccb->csio.data_ptr;
632 rbuf[0] = (HPT_U8)(cap>>56);
633 rbuf[1] = (HPT_U8)(ca
[all...]

Completed in 226 milliseconds