Lines Matching refs:offset

95 	uint32_t offset = 0, memtype = 0;  in ath_procfs_diag_read_legacy()  local
134 offset = (uint32_t)(*pos) & 0xffffff; in ath_procfs_diag_read_legacy()
136 offset, memtype, count); in ath_procfs_diag_read_legacy()
138 offset, memtype, count, in ath_procfs_diag_read_legacy()
175 uint32_t offset = 0, memtype = 0; in ath_procfs_diag_write_legacy() local
221 offset = (uint32_t)(*pos) & 0xffffff; in ath_procfs_diag_write_legacy()
223 offset, memtype, count); in ath_procfs_diag_write_legacy()
225 offset, memtype, count, in ath_procfs_diag_write_legacy()
251 static int ath_procfs_direct_read(struct hif_softc *scn, uint32_t offset, in ath_procfs_direct_read() argument
264 offset); in ath_procfs_direct_read()
265 offset += 4; in ath_procfs_direct_read()
271 offset); in ath_procfs_direct_read()
284 static int ath_procfs_direct_write(struct hif_softc *scn, uint32_t offset, in ath_procfs_direct_write() argument
297 offset, in ath_procfs_direct_write()
299 offset += 4; in ath_procfs_direct_write()
305 offset); in ath_procfs_direct_write()
313 offset, in ath_procfs_direct_write()
320 static int ath_procfs_direct_read(struct hif_softc *scn, uint32_t offset, in ath_procfs_direct_read() argument
327 static int ath_procfs_direct_write(struct hif_softc *scn, uint32_t offset, in ath_procfs_direct_write() argument
339 uint32_t offset) in ath_procfs_diag_read_ext() argument
366 offset, in ath_procfs_diag_read_ext()
371 offset, in ath_procfs_diag_read_ext()
407 uint32_t offset) in ath_procfs_diag_write_ext() argument
443 offset, in ath_procfs_diag_write_ext()
448 offset, in ath_procfs_diag_write_ext()
471 uint32_t *offset) in get_fields_from_pos() argument
477 *offset = QDF_GET_BITS64(pos, ATH_DIAG_EXT_OFFSET_INDEX, in get_fields_from_pos()
487 uint32_t offset, memtype; in ath_procfs_diag_read() local
493 get_fields_from_pos(*pos, &op_type, &memtype, &offset); in ath_procfs_diag_read()
496 if (scn->bus_ops.hif_addr_in_boundary(scn, offset)) in ath_procfs_diag_read()
499 if (offset & 0x3) in ath_procfs_diag_read()
503 count, offset, op_type, memtype, *pos); in ath_procfs_diag_read()
512 memtype, offset); in ath_procfs_diag_read()
529 uint32_t offset, memtype; in ath_procfs_diag_write() local
535 get_fields_from_pos(*pos, &op_type, &memtype, &offset); in ath_procfs_diag_write()
538 if (scn->bus_ops.hif_addr_in_boundary(scn, offset)) in ath_procfs_diag_write()
541 if (offset & 0x3) in ath_procfs_diag_write()
545 count, offset, op_type, memtype); in ath_procfs_diag_write()
554 memtype, offset); in ath_procfs_diag_write()