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

1 2 3

  /src/sys/arch/hp300/dev/
dioreg.h 93 #define DIO_INHOLE(scode) ((scode) >= 32 && (scode) < 132)
98 #define DIO_ISDIO(scode) ((scode) >= 0 && (scode) < 32)
99 #define DIO_ISDIOII(scode) ((scode) >= DIOII_SCBASE && (scode) < 256)
137 #define DIO_SIZE(scode, base)
    [all...]
sti_dio.c 128 sti_dio_probe(bus_space_tag_t bst, int scode)
142 if (!DIO_ISDIOII(scode))
145 addr = (bus_addr_t)dio_scodetopa(scode);
154 base = (bus_addr_t)dio_scodetopa(scode + STI_DIO_SCODE_OFFSET);
167 sti_dio_cnprobe(bus_space_tag_t bst, bus_addr_t addr, int scode)
170 if (sti_dio_probe(bst, scode) == 0) {
174 conscode = scode;
180 sti_dio_cnattach(bus_space_tag_t bst, int scode)
184 base = (paddr_t)dio_scodetopa(scode + STI_DIO_SCODE_OFFSET);
dio.c 106 int scode, scmax, scodesize; local
116 for (scode = 0; scode < scmax; ) {
117 if (DIO_INHOLE(scode)) {
118 scode++;
126 pa = (bus_addr_t)dio_scodetopa(scode);
128 aprint_error_dev(self, "can't map scode %d\n", scode);
129 scode++;
137 scode++
    [all...]
gendiofb.c 144 gendiofb_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
149 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
236 gendiofbcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
256 size = DIO_SIZE(scode, va);
268 conscode = scode;
hyper.c 203 hyper_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
208 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
261 hypercnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
280 size = DIO_SIZE(scode, va);
290 conscode = scode;
tvrx.c 136 tvrx_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
140 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
200 tvrxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
219 size = DIO_SIZE(scode, va);
229 conscode = scode;
rbox.c 251 rbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
255 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
401 rboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
420 size = DIO_SIZE(scode, va);
430 conscode = scode;
dvbox.c 251 dvbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
255 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
441 dvboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
460 size = DIO_SIZE(scode, va);
470 conscode = scode;
gbox.c 266 gbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
276 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0)
462 gboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
481 size = DIO_SIZE(scode, va);
491 conscode = scode;
com_frodo.c 156 com_frodo_cnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
  /src/sys/arch/hp300/include/
bootinfo.h 55 int scode; member in struct:btinfo_bootpath
73 int scode; member in struct:btinfo_console
  /src/external/gpl3/gcc/dist/gcc/fortran/
cpp.h 42 bool gfc_cpp_handle_option(size_t scode, const char *arg, int value);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
cpp.h 42 int gfc_cpp_handle_option(size_t scode, const char *arg, int value);
  /src/usr.sbin/sesd/srcs/
eltsub.c 163 static char ebuf[256], *scode; local
165 scode = scode2ascii(cstat[0]);
167 scode, cstat[0], cstat[1], cstat[2], cstat[3]);
  /src/external/gpl3/gcc/dist/gcc/
optabs-query.h 40 unsigned scode = (op << 20) | mode; local
42 return raw_optab_handler (scode);
53 unsigned scode = (op << 20) | (from_mode << 10) | to_mode; local
55 return raw_optab_handler (scode);
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-query.h 40 unsigned scode = (op << 16) | mode; local
42 return raw_optab_handler (scode);
53 unsigned scode = (op << 16) | (from_mode << 8) | to_mode; local
55 return raw_optab_handler (scode);
  /src/sys/arch/hp300/hp300/
autoconf.c 526 * always starts at scode 0 and works its way up.
940 int scode, sctop; local
943 for (scode = 0; scode < sctop; ++scode) {
944 if (DIO_INHOLE(scode) || ((scode == 7) && internalhpib))
946 if (!dio_scode_probe(scode, func))
958 dio_scode_probe(int scode, int (*func)(bus_space_tag_t, bus_addr_t, int))
967 pa = dio_scodetopa(scode);
    [all...]
  /src/sys/arch/hp300/stand/common/
ite_sti.c 72 int scode = ip->scode; local
75 id_reg = (uint8_t *)sctoaddr(scode);
79 id_reg = (uint8_t *)sctoaddr(scode + STI_DIO_SCODE_OFFSET);
90 ip->fbbase = (uint8_t *)sctoaddr(ip->scode + STI_DIO_SCODE_OFFSET);
98 ip->fbbase = (uint8_t *)IIOV(SGC_BASE + (ip->scode * SGC_DEVSIZE));
ite.c 222 ip->scode = hw->hw_sc;
228 if (DIO_ISDIOII(ip->scode))
284 ip->scode = slotno;
339 curcons_scode = ip->scode;
itevar.h 58 int scode; /* DIO selectcode or SGC slot # */ member in struct:ite_data
  /src/external/mpl/dhcp/dist/keama/
options.c 666 struct element *scode; local
672 scode = mapGet(src, "code");
674 assert((scode != NULL) || (name != NULL));
677 if (scode == NULL) {
681 scode = createInt(option->code);
682 mapSet(src, scode, "code");
684 assert(intValue(scode) != 0);
706 if (intValue(scode) == intValue(code))
  /src/sys/dev/i2c/
xc3028.c 161 struct xc3028_fw *basefw, *stdfw, *scode; local
191 scode = xc3028_get_scode(xc);
202 if (scode) {
203 xc3028_dump_fw(xc, scode, "scode");
204 error = xc3028_scode_upload(xc, scode);
264 "SCODE",
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-objcp-common.cc 603 cp_handle_option (size_t scode, const char *arg, HOST_WIDE_INT value,
607 if (handle_module_option (unsigned (scode), arg, value))
609 return c_common_handle_option (scode, arg, value, kind, loc, handlers);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-opts.cc 279 /* Handle switch SCODE with argument ARG. VALUE is true, unless no-
283 c_common_handle_option (size_t scode, const char *arg, HOST_WIDE_INT value,
287 const struct cl_option *option = &cl_options[scode];
288 enum opt_code code = (enum opt_code) scode;
301 && ! targetcm.handle_c_option (scode, arg, value))
771 scode, arg, value,
778 scode, arg, value,
785 scode, arg, value,
792 scode, arg, value,
801 cpp_handle_option_auto (&global_options, scode, cpp_opts)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-objcp-common.cc 728 cp_handle_option (size_t scode, const char *arg, HOST_WIDE_INT value,
732 if (handle_module_option (unsigned (scode), arg, value))
735 enum opt_code code = (enum opt_code) scode;
767 return c_common_handle_option (scode, arg, value, kind, loc, handlers);

Completed in 47 milliseconds

1 2 3