Searched refs:adb (Results 1 – 5 of 5) sorted by relevance
/drivers/macintosh/ |
D | macio-adb.c | 60 static volatile struct adb_regs __iomem *adb; variable 108 adb = ioremap(r.start, sizeof(struct adb_regs)); in macio_init() 110 out_8(&adb->ctrl.r, 0); in macio_init() 111 out_8(&adb->intr.r, 0); in macio_init() 112 out_8(&adb->error.r, 0); in macio_init() 113 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init() 114 out_8(&adb->active_lo.r, 0xff); in macio_init() 115 out_8(&adb->autopoll.r, APE); in macio_init() 123 out_8(&adb->intr_enb.r, DFB | TAG); in macio_init() 135 out_8(&adb->active_hi.r, devs >> 8); in macio_adb_autopoll() [all …]
|
D | Makefile | 22 obj-$(CONFIG_ADB) += adb.o 24 obj-$(CONFIG_ADB_IOP) += adb-iop.o 25 obj-$(CONFIG_ADB_MACIO) += macio-adb.o
|
/drivers/media/platform/ti-vpe/ |
D | vpdma.h | 205 struct str *adb = NULL; \ 208 h->nwords = sizeof(adb->regs) >> 2; \ 237 struct vpdma_buf *adb);
|
D | vpdma.c | 657 struct vpdma_buf *adb) in vpdma_add_cfd_adb() argument 660 unsigned int len = adb->size; in vpdma_add_cfd_adb() 663 WARN_ON(adb->dma_addr & VPDMA_DESC_ALIGN); in vpdma_add_cfd_adb() 670 cfd->payload_addr = (u32) adb->dma_addr; in vpdma_add_cfd_adb()
|
/drivers/pinctrl/sirf/ |
D | pinctrl-atlas7.c | 199 #define PADCONF(pad, t, mr, pr, dsr, adr, mb, pb, dsb, adb) \ argument 210 .ad_ctrl_bit = adb, \
|