Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dhw.c65 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PENVDD2, 1); in mm81x_hw_otp_power_up()
68 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PLDO, 1); in mm81x_hw_otp_power_up()
71 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PDSTB, 1); in mm81x_hw_otp_power_up()
77 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PDSTB, 0); in mm81x_hw_otp_power_down()
78 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PLDO, 0); in mm81x_hw_otp_power_down()
79 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PENVDD2, 0); in mm81x_hw_otp_power_down()
84 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PTM, 0); in mm81x_hw_otp_read_enable()
85 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PCE, 1); in mm81x_hw_otp_read_enable()
91 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PCE, 0); in mm81x_hw_otp_read_disable()
102 mm81x_reg32_write(mors, MM8108_REG_OTPCTRL_PA, bank_num); in mm81x_hw_otp_read()
[all …]
H A Dfw.c97 status = mm81x_reg32_write(mors, MM81X_REG_BOOT_ADDR(mors), addr); in mm81x_fw_set_boot_addr()
308 mm81x_reg32_write(mors, address, in mm81x_fw_clear_aon()
312 mm81x_reg32_write(mors, address, 0x0); in mm81x_fw_clear_aon()
330 mm81x_reg32_write(mors, MM81X_REG_CLK_CTRL(mors), in mm81x_fw_trigger()
333 mm81x_reg32_write(mors, MM81X_REG_MSI(mors), in mm81x_fw_trigger()
426 ret = mm81x_reg32_write(mors, MM81X_REG_HOST_MANIFEST_PTR(mors), 0); in mm81x_fw_invalidate_host_ptr()
H A Dbus.h54 static inline int mm81x_reg32_write(struct mm81x *mors, u32 addr, u32 data) in mm81x_reg32_write() function