Lines Matching refs:address
711 QDF_STATUS hif_diag_read_access(struct hif_opaque_softc *scn, uint32_t address, in hif_diag_read_access() argument
723 cmd->Address = address; in hif_diag_read_access()
754 uint32_t address, in hif_diag_write_access() argument
764 cmd->Address = address; in hif_diag_write_access()
843 uint32_t address, uint8_t *data, in hif_diag_read_mem() argument
850 if ((address & 0x3) || ((uintptr_t)data & 0x3)) in hif_diag_read_mem()
856 address, in hif_diag_read_mem()
860 address += sizeof(uint32_t); in hif_diag_read_mem()
879 uint32_t address, in hif_diag_write_mem() argument
885 if ((address & 0x3) || ((uintptr_t)data & 0x3)) in hif_diag_write_mem()
891 address, in hif_diag_write_mem()
895 address += sizeof(uint32_t); in hif_diag_write_mem()