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

1 2 3 4

  /src/sys/arch/amiga/pci/
cv3dpbvar.h 42 volatile char *ba; member in struct:cv3dpb_softc
em4k.c 110 volatile char *ba; local
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
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
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
    [all...]
  /src/lib/libbluetooth/
sdp_record.c 56 bdaddr_t ba; local
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
86 if (!(ba = badaddr(datap, sizeof *datap)))
98 data, datap, ba ? " (badaddr)" : "");
cia_pci.c 61 int s, secondary, ba; local
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
106 if (!(ba = badaddr(datap, sizeof *datap)))
118 data, datap, ba ? " (badaddr)" : "");
ttwoga_pci.c 112 int b, d, f, ba; local
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
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
110 return (ba->ba_argv[0]);
116 struct v2bootargs *ba = promops.po_bootcookie; local
117 return (*ba->v2_bootpath);
  /src/external/bsd/ntp/dist/tests/libntp/
sbprintf.c 28 char ba[2]; local
29 char *bp = ba + 1;
30 char *ep = ba;
38 char ba[4]; local
39 char *bp = ba;
40 char *ep = ba + sizeof(ba);
42 TEST_ASSERT(rc == 0 && strlen(ba) == 0);
43 TEST_ASSERT_EQUAL_PTR(bp, ba);
49 char ba[5] local
60 char ba[10]; local
71 char ba[10]; local
83 char ba[10]; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
api.c 41 backsql_api *ba; local
46 for ( ba = backsqlapi; ba; ba = ba->ba_next ) {
47 if ( strcasecmp( name, ba->ba_name ) == 0 ) {
51 *ba2 = *ba;
79 backsql_api *ba; local
83 ba = bi->sql_api;
85 if ( ba == NULL )
128 backsql_api *ba; local
175 backsql_api *ba; local
    [all...]
  /src/sys/arch/amiga/dev/
ite_cl.c 120 volatile u_char *ba = ip->grf->g_regkva; local
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
166 SetTextPlane(ba,0x00);
168 SetTextPlane(ba,0x01);
180 volatile unsigned char *ba = ip->grf->g_regkva; local
191 SetTextPlane(ba, 0x00)
201 volatile unsigned char *ba = ip->grf->g_regkva; local
    [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
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
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
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
171 SetTextPlane(ba,0x00);
173 SetTextPlane(ba,0x01);
186 volatile unsigned char *ba = ip->grf->g_regkva local
207 volatile unsigned char *ba = ip->grf->g_regkva; local
    [all...]
ite_rt.c 119 volatile void *ba = ip->grf->g_regkva; local
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
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
    [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
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
302 volatile struct gspregs *ba; local
336 volatile struct gspregs *ba; local
377 volatile struct gspregs *ba; local
395 volatile struct gspregs * ba; local
417 volatile struct gspregs *ba; local
    [all...]
  /src/sys/arch/arm/xscale/
becc.c 227 struct becc_attach_args ba; local
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
271 ba = (volatile uint16_t *)calc_addr(h, o, t->stride, t->wo_2);
273 *a = bswap16(*ba);
280 volatile uint16_t *ba; local
282 ba = (volatile uint16_t *)calc_addr(h, o, t->stride, t->wo_2);
284 *ba = bswap16(*a);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
bptree.c 156 struct bptree_args *ba = arg; local
161 err = ba->ba_func(ba->ba_arg, bp, ba->ba_tx);
162 if (err == 0 && ba->ba_free) {
163 ba->ba_phys->bt_bytes -= bp_get_dsize_sync(spa, bp);
164 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp);
165 ba->ba_phys->bt_uncomp -= BP_GET_UCSIZE(bp);
194 struct bptree_args ba; local
205 ba.ba_phys = db->db_data
    [all...]
  /src/sys/arch/mips/rmi/
rmixl_obio.c 102 bus_addr_t ba; local
107 ba = (bus_addr_t)rmixl_configuration.rc_io_pbase;
108 KASSERT(ba != 0);
113 ba, (bus_size_t)RMIXL_IO_DEV_SIZE);

Completed in 41 milliseconds

1 2 3 4