Home
last modified time | relevance | path

Searched refs:le_writel (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/uwb/
Dwhc-rc.c128 le_writel(urccmd | URCCMD_ACTIVE | URCCMD_IWR | cmd_size, in whcrc_cmd()
165 le_writel(urccmd | URCCMD_EARV, whcrc->rc_base + URCCMD); in whcrc_enable_events()
198 le_writel(urcsts & URCSTS_INT_MASK, whcrc->rc_base + URCSTS); in whcrc_irq_cb()
309 le_writel(URCCMD_RESET, whcrc->rc_base + URCCMD); in whcrc_start_rc()
315 le_writel(0, whcrc->rc_base + URCINTR); in whcrc_start_rc()
316 le_writel(URCCMD_RS, whcrc->rc_base + URCCMD); in whcrc_start_rc()
321 le_writel(URCINTR_EN_ALL, whcrc->rc_base + URCINTR); in whcrc_start_rc()
339 le_writel(0, whcrc->rc_base + URCINTR); in whcrc_stop_rc()
342 le_writel(0, whcrc->rc_base + URCCMD); in whcrc_stop_rc()
/linux-4.4.14/drivers/usb/host/whci/
Dwusb.c30 le_writel(bit, whc->base + WUSBDIBUPDATED + offset); in whc_update_di()
136 le_writel(dntsctrl, whc->base + WUSBDNTSCTRL); in whc_set_num_dnts()
154 le_writel(tkid, whc->base + WUSBTKID); in whc_set_key()
156 le_writel(seckey[i], whc->base + WUSBSECKEY + 4*i); in whc_set_key()
157 le_writel(setkeycmd, whc->base + WUSBSETSECKEYCMD); in whc_set_key()
Dhw.c35 le_writel(cmd, whc->base + WUSBCMD); in whc_write_wusbcmd()
78 le_writel(params, whc->base + WUSBGENCMDPARAMS); in whc_do_gencmd()
81 le_writel(WUSBGENCMDSTS_ACTIVE | WUSBGENCMDSTS_IOC | cmd, in whc_do_gencmd()
Dint.c40 le_writel(sts & WUSBSTS_INT_MASK, whc->base + WUSBSTS); in whc_int_handler()
Dhcd.c53 le_writel(WUSBINTR_GEN_CMD_DONE in whc_start()
96 le_writel(0, whc->base + WUSBINTR); in whc_stop()
Dinit.c32 le_writel(WUSBCMD_WHCRESET, whc->base + WUSBCMD); in whc_hw_reset()
/linux-4.4.14/include/linux/uwb/
Dwhci.h80 void le_writel(u32 value, void __iomem *addr) in le_writel() function