Home
last modified time | relevance | path

Searched refs:HI_ITEM (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h231 addr = ath6kl_get_hi_item_addr(ar, HI_ITEM(item)); \
243 addr = ath6kl_get_hi_item_addr(ar, HI_ITEM(item)); \
H A Dtarget.h302 #define HI_ITEM(item) offsetof(struct host_interest, item) macro
H A Dhif.c77 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_failure_state)); in ath6kl_hif_dump_fw_crash()
H A Dinit.c258 address = ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_app_host_interest)); in ath6kl_set_host_app_area()
436 ath6kl_get_hi_item_addr(ar, HI_ITEM(hi_mbox_io_block_sz))); in ath6kl_set_htc_params()
H A Dmain.c285 HI_ITEM(hi_dbglog_hdr))); in ath6kl_read_fwlogs()
/linux/drivers/net/wireless/ath/ath10k/
H A Dbmi.h248 addr = host_interest_item_address(HI_ITEM(item)); \
261 address = host_interest_item_address(HI_ITEM(item)); \
H A Dtargaddrs.h217 #define HI_ITEM(item) offsetof(struct host_interest, item) macro
H A Ddebug.c1265 hi_addr = host_interest_item_address(HI_ITEM(hi_board_data)); in ath10k_debug_cal_data_fetch()