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()194 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
27 broken-hpi:30 Use this to indicate that the mmc-card has a broken hpi31 implementation, and that hpi should not be used.66 broken-hpi;
103 struct hpi_adapter *hpi; member1003 if (!card->hpi->interrupt_mode) { in snd_card_asihpi_playback_open()2763 struct hpi_adapter *hpi; in snd_asihpi_probe() local2786 hpi = pci_get_drvdata(pci_dev); in snd_asihpi_probe()2805 asihpi->hpi = hpi; in snd_asihpi_probe()2806 hpi->snd_card = card; in snd_asihpi_probe()2826 if (hpi->interrupt_mode) { in snd_asihpi_probe()2898 asihpi->hpi->adapter->type); in snd_asihpi_probe()2919 if (hpi->interrupt_mode) { in snd_asihpi_remove()2925 snd_card_free(hpi->snd_card); in snd_asihpi_remove()[all …]
30 broken-hpi;
32 broken-hpi;
33 broken-hpi;
67 broken-hpi;
66 broken-hpi;
91 broken-hpi;
54 intel,ixp4xx-eb-hpi-hrdy-pol-high:
194 broken-hpi;
78 bool hpi; /* HPI support bit */ member
555 card->ext_csd.hpi = 1; in mmc_decode_ext_csd()1850 if (card->ext_csd.hpi) { in mmc_init_card()