Searched refs:MV_U8 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | mvSata.h | 181 MV_U8, 217 MV_U8 device; 218 MV_U8 command; 237 MV_U8 commandTag; 247 MV_U8 channelNumber; 264 MV_U8 outstandingCommands; 270 MV_U8 noneUdmaOutstandingCommands; 271 MV_U8 EdmaQueuedCommands; 282 MV_U8 pcbVersion; 283 MV_U8 pciConfigRevisionId; [all …]
|
H A D | mvStorageDev.h | 159 MV_U8 errorRegister; 164 MV_U8 deviceRegister; 165 MV_U8 statusRegister; 181 MV_U8 channelIndex, 188 MV_U16 lbaHigh, MV_U8 device, 189 MV_U8 command); 192 MV_U8 channelIndex); 195 MV_U8 channelIndex, MV_U8 subCommand, 196 MV_U8 subCommandSpecific1, 197 MV_U8 subCommandSpecific2, [all …]
|
H A D | mvOs.h | 79 typedef unsigned char MV_U8; typedef 83 typedef MV_U8 *MV_U8_PTR; 98 extern void HPTLIBAPI MV_REG_WRITE_BYTE(MV_BUS_ADDR_T base, MV_U32 offset, MV_U8 val); 101 extern MV_U8 HPTLIBAPI MV_REG_READ_BYTE(MV_BUS_ADDR_T base, MV_U32 offset); 124 int mvLogMsg(MV_U8, MV_CHAR_PTR, ...);
|
H A D | osbsd.h | 137 MV_U8 queueDepth; 166 MV_U8 *requestsArrayBaseAddr; 167 MV_U8 *requestsArrayBaseAlignedAddr; 170 MV_U8 *responsesArrayBaseAddr; 171 MV_U8 *responsesArrayBaseAlignedAddr; 188 MV_U8 outstandingCommands;
|
H A D | entry.c | 113 static void hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 115 static int hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 121 static int start_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum); 122 static void init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel); 127 MV_U8 channelNum, MV_COMPLETION_TYPE comp_type, MV_VOID_PTR commandId, 170 hptmv_free_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) in hptmv_free_channel() 197 int MvSataResetChannel(MV_SATA_ADAPTER *pMvSataAdapter, MV_U8 channel); 243 hptmv_init_channel(IAL_ADAPTER_T *pAdapter, MV_U8 channelNum) in hptmv_init_channel() 372 init_vdev_params(IAL_ADAPTER_T *pAdapter, MV_U8 channel) in init_vdev_params() 408 static void device_change(IAL_ADAPTER_T *pAdapter , MV_U8 channelInde [all...] |
H A D | mv.c | 49 MV_REG_WRITE_BYTE(MV_BUS_ADDR_T base, MV_U32 offset, MV_U8 val) in MV_REG_WRITE_BYTE() 66 MV_U8 HPTLIBAPI
|