Home
last modified time | relevance | path

Searched refs:ath6kl_bmi_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dbmi.h233 ath6kl_bmi_write(ar, addr, (u8 *) &v, sizeof(v)); \
258 int ath6kl_bmi_write(struct ath6kl *ar, u32 addr, u8 *buf, u32 len);
H A Dinit.c1262 ret = ath6kl_bmi_write(ar, board_ext_address, in ath6kl_upload_board_file()
1286 ret = ath6kl_bmi_write(ar, board_address, ar->fw_board, in ath6kl_upload_board_file()
1397 ret = ath6kl_bmi_write(ar, address, ar->fw_patch, ar->fw_patch_len); in ath6kl_upload_patch()
1424 ret = ath6kl_bmi_write(ar, address, ar->fw_testscript, in ath6kl_upload_testscript()
H A Dbmi.c170 int ath6kl_bmi_write(struct ath6kl *ar, u32 addr, u8 *buf, u32 len) in ath6kl_bmi_write() function