HomeSort by: relevance | last modified time | path
    Searched defs:ba (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/sys/arch/amiga/pci/
cv3dpbvar.h 42 volatile char *ba; member in struct:cv3dpb_softc
em4k.c 110 volatile char *ba; local in function:em4k_attach
115 ba = zap->va;
132 sc->pci_conf_area.base = (bus_addr_t) ba + EM4K_CONF_OFF;
135 sc->pci_io_area.base = (bus_addr_t) ba + EM4K_IO_OFF;
138 sc->setup_area.base = (bus_addr_t) ba + EM4K_SETUP_OFF;
mppb.c 64 volatile char *ba; member in struct:mppb_softc
118 sc->ba = zap->va;
123 sc->pci_conf_area.base = (bus_addr_t) sc->ba + MPPB_CONF_BASE;
126 sc->pci_mem_area.base = (bus_addr_t) sc->ba + MPPB_MEM_BASE;
129 sc->pci_io_area.base = (bus_addr_t) sc->ba + MPPB_IO_BASE;
empb.c 123 volatile char *ba; local in function:empb_attach
128 ba = zap->va;
154 sc->pci_confio_area.base = (bus_addr_t) ba + EMPB_BRIDGE_OFF;
157 sc->setup_area.base = (bus_addr_t) ba + EMPB_SETUP_OFF;
  /src/sys/dev/bi/
bi.c 80 struct bi_attach_args *ba = aux; local in function:bi_print
84 nr = bus_space_read_2(ba->ba_iot, ba->ba_ioh, 0);
96 aprint_normal(" node %d", ba->ba_nodenr);
98 aprint_normal(" vec %o", ba->ba_ivec & 511);
100 if (bus_space_read_4(ba->ba_iot, ba->ba_ioh, BIREG_SADR) &&
101 bus_space_read_4(ba->ba_iot, ba->ba_ioh, BIREG_EADR))
103 bus_space_read_4(ba->ba_iot, ba->ba_ioh, BIREG_SADR)
115 struct bi_attach_args ba; local in function:bi_attach
    [all...]
kdb.c 127 struct bi_attach_args *ba = aux; local in function:kdbmatch
129 if (bus_space_read_2(ba->ba_iot, ba->ba_ioh, BIREG_DTYPE) != BIDT_KDB50)
133 cf->cf_loc[BICF_NODE] != ba->ba_nodenr)
143 struct bi_attach_args *ba = aux; local in function:kdbattach
152 bi_intr_establish(ba->ba_icookie, ba->ba_ivec,
157 sc->sc_iot = ba->ba_iot;
158 sc->sc_ioh = ba->ba_ioh;
159 sc->sc_dmat = ba->ba_dmat
    [all...]
uba_bi.c 118 struct bi_attach_args *ba = aux; local in function:uba_bi_match
120 if ((ba->ba_node->biic.bi_dtype != BIDT_DWBUA) &&
121 (ba->ba_node->biic.bi_dtype != BIDT_KLESI))
125 cf->cf_loc[BICF_NODE] != ba->ba_nodenr)
135 struct bi_attach_args *ba = aux; local in function:uba_bi_attach
138 if (ba->ba_node->biic.bi_dtype == BIDT_DWBUA)
147 sc->uh_uba = (void *)ba->ba_node;
161 scb->scb_nexvec[1][ba->ba_nodenr] = &sc->sc_ivec;
173 BUA(sc->uh_uba)->bn_biic.bi_intrdes = ba->ba_intcpu;
  /src/lib/libbluetooth/
sdp_record.c 56 bdaddr_t ba; local in function:sdp_record_insert
62 bdaddr_copy(&ba, (bdaddr == NULL) ? BDADDR_ANY : bdaddr);
63 req[1].iov_base = &ba;
  /src/sys/arch/alpha/pci/
apecs_pci.c 61 int s, secondary, ba; local in function:apecs_conf_read
86 if (!(ba = badaddr(datap, sizeof *datap)))
98 data, datap, ba ? " (badaddr)" : "");
cia_pci.c 61 int s, secondary, ba; local in function:cia_conf_read
120 if (!(ba = badaddr(datap, sizeof *datap)))
136 ba = 1;
148 data, datap, ba ? " (badaddr)" : "");
lca_pci.c 81 int s, secondary, d, f, ba; local in function:lca_conf_read
106 if (!(ba = badaddr(datap, sizeof *datap)))
118 data, datap, ba ? " (badaddr)" : "");
ttwoga_pci.c 112 int b, d, f, ba; local in function:ttwoga_conf_read
138 if (!(ba = badaddr(datap, sizeof *datap)))
154 tag, offset, data, datap, ba ? " (badaddr)" : "");
  /src/sys/arch/xen/include/
bus_private.h 34 #define _BUS_BUS_TO_PHYS(ba) ((paddr_t)xpmap_mtop(ba))
36 #define _BUS_BUS_TO_VM_PAGE(ba) (PHYS_TO_VM_PAGE(xpmap_mtop(ba)))
37 #define _BUS_PMAP_ENTER(pmap, va, ba, prot, flags) \
38 pmap_enter(pmap, va, xpmap_mtop(ba), prot, flags)
45 bus_addr_t ba; local in function:_bus_virt_to_bus
47 if (!pmap_extract_ma(pm, va, &ba)) {
51 return ba;
  /src/sys/arch/sparc/stand/bootxx/
promlib.c 109 struct v0bootargs *ba = promops.po_bootcookie; local in function:obp_v0_getbootpath
110 return (ba->ba_argv[0]);
116 struct v2bootargs *ba = promops.po_bootcookie; local in function:obp_v2_getbootpath
117 return (*ba->v2_bootpath);
  /src/sys/arch/amiga/dev/
ite_cl.c 120 volatile u_char *ba = ip->grf->g_regkva; local in function:cl_cursor
124 /*WCrt(ba, CRT_ID_CURSOR_START, & ~0x20); */
127 WCrt(ba, CRT_ID_CURSOR_LOC_LOW, flag & 0xff);
128 WCrt(ba, CRT_ID_CURSOR_LOC_HIGH, flag >> 8);
133 /*WCrt(ba, CRT_ID_CURSOR_START, | 0x20); */
152 volatile unsigned char *ba = ip->grf->g_regkva; local in function:cl_putc
166 SetTextPlane(ba,0x00);
168 SetTextPlane(ba,0x01);
180 volatile unsigned char *ba = ip->grf->g_regkva; local in function:cl_clear
191 SetTextPlane(ba, 0x00)
201 volatile unsigned char *ba = ip->grf->g_regkva; local in function:cl_scroll
    [all...]
wdc_buddha.c 58 volatile char *ba; member in struct:wdc_buddha_softc
97 sc->ba = zap->va;
99 sc->sc_iot.base = (bus_addr_t)sc->ba;
177 sc->ba[0xfc0] = 0; /* enable interrupts */
189 p = sc->ba;
ite_cv.c 183 volatile void *ba = ip->grf->g_regkva; local in function:cv_cursor
187 /*WCrt(ba, CRT_ID_CURSOR_START, & ~0x20); */
190 WCrt(ba, CRT_ID_CURSOR_LOC_LOW, flag & 0xff);
191 WCrt(ba, CRT_ID_CURSOR_LOC_HIGH, flag >> 8);
196 /*WCrt(ba, CRT_ID_CURSOR_START, | 0x20); */
ite_cv3d.c 183 volatile void *ba = ip->grf->g_regkva; local in function:cv3d_cursor
187 /*WCrt(ba, CRT_ID_CURSOR_START, & ~0x20); */
190 WCrt(ba, CRT_ID_CURSOR_LOC_LOW, flag & 0xff);
191 WCrt(ba, CRT_ID_CURSOR_LOC_HIGH, flag >> 8);
196 /*WCrt(ba, CRT_ID_CURSOR_START, | 0x20); */
ite_et.c 123 volatile u_char *ba = ip->grf->g_regkva; local in function:et_cursor
127 /*WCrt(ba, CRT_ID_CURSOR_START, & ~0x20); */
130 WCrt(ba, CRT_ID_CURSOR_LOC_LOW, flag & 0xff);
131 WCrt(ba, CRT_ID_CURSOR_LOC_HIGH, (flag >> 8) & 0xff);
132 WCrt(ba, CRT_ID_EXT_START, (flag >> (16-2)) & 0x0c);
138 /*WCrt(ba, CRT_ID_CURSOR_START, | 0x20); */
157 volatile unsigned char *ba = ip->grf->g_regkva; local in function:et_putc
171 SetTextPlane(ba,0x00);
173 SetTextPlane(ba,0x01);
186 volatile unsigned char *ba = ip->grf->g_regkva local in function:et_clear
207 volatile unsigned char *ba = ip->grf->g_regkva; local in function:et_scroll
    [all...]
ite_rt.c 119 volatile void *ba = ip->grf->g_regkva; local in function:retina_cursor
124 WCrt (ba, CRT_ID_CURSOR_START, RCrt (ba, CRT_ID_CURSOR_START) | 0x20);
131 WCrt (ba, CRT_ID_CURSOR_START, RCrt (ba, CRT_ID_CURSOR_START) & ~0x20);
134 WCrt (ba, CRT_ID_CURSOR_LOC_HIGH, (u_char) (pos >> 8));
135 WCrt (ba, CRT_ID_CURSOR_LOC_LOW, (u_char) pos);
148 volatile void *ba = ip->grf->g_regkva; local in function:screen_up
174 WSeq (ba, SEQ_ID_EXTENDED_MEM_ENA,
175 (RSeq(ba, SEQ_ID_EXTENDED_MEM_ENA) & 0x1f) | 0 )
276 volatile void *ba = ip->grf->g_regkva; local in function:screen_down
    [all...]
ite_ul.c 83 #define gsp_out(ba,cmd,len) gsp_dump(cmd,len); gsp_write(ba,cmd,len)
85 #define gsp_out(ba,cmd,len) gsp_write(ba,cmd,len)
142 volatile struct gspregs *ba; local in function:ulowell_init
149 ba = (volatile struct gspregs *) ip->grf->g_regkva;
161 ba->ctrl = LBL|INCW;
162 ba->hstadrh = 0xFFA2;
163 ba->hstadrl = 0x0200;
165 ba->data = 0x0000
228 volatile struct gspregs *ba; local in function:ulowell_cursor
302 volatile struct gspregs *ba; local in function:screen_up
336 volatile struct gspregs *ba; local in function:screen_down
377 volatile struct gspregs *ba; local in function:ulowell_putc
395 volatile struct gspregs * ba; local in function:ulowell_clear
417 volatile struct gspregs *ba; local in function:ulowell_scroll
    [all...]
  /src/sys/arch/arm/xscale/
becc.c 227 struct becc_attach_args ba; local in function:becc_search
229 ba.ba_dmat = &sc->sc_local_dmat;
231 if (config_probe(parent, cf, &ba))
232 config_attach(parent, cf, &ba, becc_print, CFARGS_NONE);
  /src/sys/arch/atari/dev/
wdc_mb.c 269 volatile uint16_t *ba; local in function:read_multi_2_swap
271 ba = (volatile uint16_t *)calc_addr(h, o, t->stride, t->wo_2);
273 *a = bswap16(*ba);
280 volatile uint16_t *ba; local in function:write_multi_2_swap
282 ba = (volatile uint16_t *)calc_addr(h, o, t->stride, t->wo_2);
284 *ba = bswap16(*a);
  /src/sys/arch/mips/rmi/
rmixl_obio.c 102 bus_addr_t ba; local in function:obio_attach
107 ba = (bus_addr_t)rmixl_configuration.rc_io_pbase;
108 KASSERT(ba != 0);
113 ba, (bus_size_t)RMIXL_IO_DEV_SIZE);
  /src/sys/arch/vax/vax/
autoconf.c 297 struct bi_attach_args *ba = aux; local in function:booted_ni
299 if (jmfr("ni", dev, BDEV_NI) || (kvtophys(ba->ba_ioh) != rpb.csrphy))

Completed in 30 milliseconds

1 2 3