Searched refs:addressLow (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c1156 pinbound_srb->addressLow = srb->cdb_phyaddr_low;
2146 u_int32_t addressLow; local
2159 outbound_write_pointer = phbdmu->done_qbuffer[0].addressLow;
2163 addressLow = phbdmu->done_qbuffer[(doneq_index & 0xFF)+1].addressLow;
2164 error = (addressLow & ARCMSR_SRBREPLY_FLAG_ERROR_MODE1) ? TRUE : FALSE;
2165 arcmsr_drain_donequeue(acb, addressLow, error); /*Check if command done with no error */
2167 outbound_write_pointer = phbdmu->done_qbuffer[0].addressLow;
3616 outbound_write_pointer = phbdmu->done_qbuffer[0].addressLow;
3633 flag_srb = phbdmu->done_qbuffer[(doneq_index & 0xFF)+1].addressLow;
[all...]
H A Darcmsr.h661 uint32_t addressLow; //pointer to SRB block member in struct:InBound_SRB
668 uint32_t addressLow; //pointer to SRB block member in struct:OutBound_SRB
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_tbolt.c392 mfiAddressTemp->u.addressLow = (uint32_t)phyAddress;
399 mfiAddressTemp->u.addressLow = (uint32_t)phyAddress;
H A Dmfireg.h551 uint32_t addressLow; member in struct:_MFI_ADDRESS::__anon12643

Completed in 94 milliseconds