Searched refs:hpi (Results 1 – 16 of 16) sorted by relevance
73 return __raw_readw(dev->hpi.base + reg * dev->hpi.regstep); in hpi_read_reg()79 __raw_writew(value, dev->hpi.base + reg * dev->hpi.regstep); in hpi_write_reg()93 spin_lock_irqsave(&dev->hpi.lock, flags); in hpi_read_word()285 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_comm_exec_int()291 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_comm_exec_int()301 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_ll_set_husb_eot()303 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_ll_set_husb_eot()379 complete(&dev->hpi.lcp.msg_received); in c67x00_ll_irq()388 mutex_lock(&dev->hpi.lcp.mutex); in c67x00_ll_reset()391 mutex_unlock(&dev->hpi.lcp.mutex); in c67x00_ll_reset()[all …]
134 c67x00->hpi.base = ioremap(res->start, resource_size(res)); in c67x00_drv_probe()135 if (!c67x00->hpi.base) { in c67x00_drv_probe()141 spin_lock_init(&c67x00->hpi.lock); in c67x00_drv_probe()142 c67x00->hpi.regstep = pdata->hpi_regstep; in c67x00_drv_probe()171 iounmap(c67x00->hpi.base); in c67x00_drv_probe()195 iounmap(c67x00->hpi.base); in c67x00_drv_remove()
8 c67x00-y := c67x00-drv.o c67x00-ll-hpi.o c67x00-hcd.o c67x00-sched.o
237 struct c67x00_hpi hpi; member
23 broken-hpi:26 Use this to indicate that the mmc-card has a broken hpi27 implementation, and that hpi should not be used.44 broken-hpi;
112 struct hpi_adapter *hpi; member1013 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_playback_open()2780 struct hpi_adapter *hpi; in snd_asihpi_probe() local2803 hpi = pci_get_drvdata(pci_dev); in snd_asihpi_probe()2822 asihpi->hpi = hpi; in snd_asihpi_probe()2823 hpi->snd_card = card; in snd_asihpi_probe()2843 if (hpi->interrupt_mode) { in snd_asihpi_probe()2915 asihpi->hpi->adapter->type); in snd_asihpi_probe()2936 if (hpi->interrupt_mode) { in snd_asihpi_remove()2942 snd_card_free(hpi->snd_card); in snd_asihpi_remove()[all …]
30 broken-hpi;
33 broken-hpi;
32 broken-hpi;
199 broken-hpi;
67 broken-hpi;
66 broken-hpi;
91 broken-hpi;
80 bool hpi; /* HPI support bit */ member
97 intel,ixp4xx-eb-hpi-hrdy-pol-high:
546 card->ext_csd.hpi = 1; in mmc_decode_ext_csd()1812 if (card->ext_csd.hpi) { in mmc_init_card()
Completed in 28 milliseconds