/src/sys/arch/arc/jazz/ |
opms_jazzio.c | 55 struct jazzio_attach_args *ja = aux; local in function:opms_jazzio_match 57 if (strcmp(ja->ja_name, "pms") != 0) 60 if (!opms_common_match(ja->ja_bust, &pccons_jazzio_conf)) 70 struct jazzio_attach_args *ja = aux; local in function:opms_jazzio_attach 76 jazzio_intr_establish(ja->ja_intr, opmsintr, sc); 77 opms_common_attach(sc, ja->ja_bust, &pccons_jazzio_conf);
|
mcclock_jazzio.c | 73 struct jazzio_attach_args *ja = aux; local in function:mcclock_jazzio_match 76 if (strcmp(ja->ja_name, "dallas_rtc") != 0) 89 struct jazzio_attach_args *ja = aux; local in function:mcclock_jazzio_attach 95 sc->sc_bst = ja->ja_bust; 97 ja->ja_addr, mcclock_jazzio_conf->mjc_iosize, 0, &sc->sc_bsh)) {
|
if_sn_jazzio.c | 75 struct jazzio_attach_args *ja = aux; local in function:sonic_jazzio_match 77 if (strcmp(ja->ja_name, "SONIC") != 0) 87 struct jazzio_attach_args *ja = aux; local in function:sonic_jazzio_attach 92 sc->sc_st = ja->ja_bust; 93 sc->sc_dmat = ja->ja_dmat; 98 if (bus_space_map(sc->sc_st, ja->ja_addr, SONIC_NREGS * 4, 130 jazzio_intr_establish(ja->ja_intr, sonic_intr, sc);
|
oosiop_jazzio.c | 64 struct jazzio_attach_args *ja = aux; local in function:oosiop_jazzio_match 66 if (strcmp(ja->ja_name, "NCRC700") != 0) 76 struct jazzio_attach_args *ja = aux; local in function:oosiop_jazzio_attach 80 sc->sc_bst = ja->ja_bust; 81 sc->sc_dmat = ja->ja_dmat; 83 if (bus_space_map(sc->sc_bst, ja->ja_addr, 102 jazzio_intr_establish(ja->ja_intr, (intr_handler_t)oosiop_intr, sc);
|
com_jazzio.c | 96 struct jazzio_attach_args *ja = aux; local in function:com_jazzio_probe 102 if (strcmp(ja->ja_name, "COM1") != 0 && 103 strcmp(ja->ja_name, "COM2") != 0) 106 iot = ja->ja_bust; 107 iobase = ja->ja_addr; 123 struct jazzio_attach_args *ja = aux; local in function:com_jazzio_attach 130 iobase = ja->ja_addr; 131 iot = ja->ja_bust; 141 jazzio_intr_establish(ja->ja_intr, comintr, sc);
|
timer_jazzio.c | 122 struct jazzio_attach_args *ja = aux; local in function:timer_jazzio_match 125 if (strcmp(ja->ja_name, "timer") != 0)
|
osiop_jazzio.c | 58 struct jazzio_attach_args *ja = aux; local in function:osiop_jazzio_match 60 if (strcmp(ja->ja_name, "NCRC710") != 0) 70 struct jazzio_attach_args *ja = aux; local in function:osiop_jazzio_attach 74 sc->sc_bst = ja->ja_bust; 75 sc->sc_dmat = ja->ja_dmat; 80 err = bus_space_map(sc->sc_bst, ja->ja_addr, 109 jazzio_intr_establish(ja->ja_intr,
|
lpt_jazzio.c | 109 struct jazzio_attach_args *ja = aux; local in function:lpt_jazzio_probe 127 if (strcmp(ja->ja_name, "LPT1") != 0) 130 iot = ja->ja_bust; 131 base = ja->ja_addr; 172 struct jazzio_attach_args *ja = aux; local in function:lpt_jazzio_attach 180 iot = sc->sc_iot = ja->ja_bust; 181 if (bus_space_map(iot, ja->ja_addr, LPT_NPORTS, 0, &ioh)) { 189 jazzio_intr_establish(ja->ja_intr, lptintr, sc);
|
pccons_jazzio.c | 135 struct jazzio_attach_args *ja = aux; local in function:pccons_jazzio_match 138 if (pccons_jazzio_init_tag(ja->ja_name, &crt_iot, &crt_memt)) 141 if (!pccons_common_match(crt_iot, crt_memt, ja->ja_bust, 152 struct jazzio_attach_args *ja = aux; local in function:pccons_jazzio_attach 155 pccons_jazzio_init_tag(ja->ja_name, &crt_iot, &crt_memt); 157 pccons_common_attach(sc, crt_iot, crt_memt, ja->ja_bust,
|
vga_jazzio.c | 139 struct jazzio_attach_args *ja = aux; local in function:vga_jazzio_match 142 if (vga_jazzio_init_tag(ja->ja_name, &iot, &memt)) 156 struct jazzio_attach_args *ja = aux; local in function:vga_jazzio_attach 162 vga_jazzio_init_tag(ja->ja_name, &iot, &memt);
|
pckbc_jazzio.c | 69 struct jazzio_attach_args *ja = aux; local in function:pckbc_jazzio_match 70 bus_space_tag_t iot = ja->ja_bust; 72 bus_addr_t addr = ja->ja_addr; 75 if (strcmp(ja->ja_name, "I8742") != 0) 117 struct jazzio_attach_args *ja = aux; local in function:pckbc_jazzio_attach 121 bus_space_tag_t iot = ja->ja_bust; 123 bus_addr_t addr = ja->ja_addr; 133 jsc->sc_intr[PCKBC_KBD_SLOT] = ja->ja_intr;
|
fdc_jazzio.c | 115 struct jazzio_attach_args *ja = aux; local in function:fdc_jazzio_probe 120 if (strcmp(ja->ja_name, "I82077") != 0) 123 iot = ja->ja_bust; 127 if (bus_space_map(iot, ja->ja_addr, 157 struct jazzio_attach_args *ja = aux; local in function:fdc_jazzio_attach 160 fdc->sc_iot = ja->ja_bust; 167 jsc->sc_dmat = ja->ja_dmat; 169 if (bus_space_map(fdc->sc_iot, ja->ja_addr, 195 jazzio_intr_establish(ja->ja_intr, fdcintr, fdc);
|
asc.c | 115 struct jazzio_attach_args *ja = aux; local in function:asc_match 117 if (strcmp(ja->ja_name, "ESP216") != 0) 127 struct jazzio_attach_args *ja = aux; local in function:asc_attach 140 asc->sc_iot = iot = ja->ja_bust; 141 asc->sc_dmat = ja->ja_dmat; 143 if (bus_space_map(iot, ja->ja_addr, ASC_NPORTS, 0, &asc->sc_ioh)) { 215 jazzio_intr_establish(ja->ja_intr, ncr53c9x_intr, asc);
|
jazzio.c | 109 struct jazzio_attach_args ja; local in function:jazzioattach 144 ja.ja_name = sc->sc_devs[i].ps_ca.ca_name; 145 ja.ja_bust = &jazzio_bus; 146 ja.ja_dmat = &sc->sc_dmat; 147 ja.ja_addr = (bus_addr_t)sc->sc_devs[i].ps_base; 148 ja.ja_intr = sc->sc_devs[i].ps_ca.ca_slot; 149 ja.ja_dma = 0; 152 config_found(self, &ja, jazzioprint, CFARGS_NONE); 159 struct jazzio_attach_args *ja = aux; local in function:jazzioprint 162 aprint_normal("%s at %s", ja->ja_name, pnp) [all...] |
/src/sys/arch/alpha/jensenio/ |
com_jensenio.c | 79 struct jensenio_attach_args *ja = aux; local in function:com_jensenio_match 82 if (strcmp(ja->ja_name, match->cf_name) == 0) 93 struct jensenio_attach_args *ja = aux; local in function:com_jensenio_attach 97 if (com_is_console(ja->ja_iot, ja->ja_ioaddr, &ioh) == 0 && 98 bus_space_map(ja->ja_iot, ja->ja_ioaddr, COM_NPORTS, 0, 103 com_init_regs(&sc->sc_regs, ja->ja_iot, ioh, ja->ja_ioaddr); 119 jensenio_intr_establish(&jsc->sc_jih, ja->ja_irq[0] [all...] |
lpt_jensenio.c | 78 struct jensenio_attach_args *ja = aux; local in function:lpt_jensenio_match 81 if (strcmp(ja->ja_name, match->cf_name) == 0) 92 struct jensenio_attach_args *ja = aux; local in function:lpt_jensenio_attach 97 sc->sc_iot = ja->ja_iot; 99 if (bus_space_map(sc->sc_iot, ja->ja_ioaddr, LPT_NPORTS, 0, 110 intrstr = eisa_intr_string(ja->ja_ec, ja->ja_irq[0], 112 jsc->sc_ih = eisa_intr_establish(ja->ja_ec, ja->ja_irq[0],
|
pckbc_jensenio.c | 76 struct jensenio_attach_args *ja = aux; local in function:pckbc_jensenio_match 79 if (strcmp(ja->ja_name, match->cf_name) == 0) 90 struct jensenio_attach_args *ja = aux; local in function:pckbc_jensenio_attach 99 jsc->sc_jih[PCKBC_KBD_SLOT].jih_vec = ja->ja_irq[0]; 100 jsc->sc_jih[PCKBC_AUX_SLOT].jih_vec = ja->ja_irq[1]; 104 if (pckbc_is_console(ja->ja_iot, ja->ja_ioaddr)) { 109 if (bus_space_map(ja->ja_iot, ja->ja_ioaddr + KBDATAP, 111 bus_space_map(ja->ja_iot, ja->ja_ioaddr + KBCMDP [all...] |
mcclock_jensenio.c | 98 struct jensenio_attach_args *ja = aux; local in function:mcclock_jensenio_match 101 if (strcmp(ja->ja_name, cf->cf_name) == 0) 111 struct jensenio_attach_args *ja = aux; local in function:mcclock_jensenio_attach 115 sc->sc_bst = ja->ja_iot; 116 if (bus_space_map(sc->sc_bst, ja->ja_ioaddr, 0x02, 0,
|
jensenio.c | 149 struct jensenio_attach_args ja; local in function:jensenio_attach 178 ja.ja_name = jensenio_devs[i].jd_name; 179 ja.ja_ioaddr = jensenio_devs[i].jd_ioaddr; 180 ja.ja_irq[0] = jensenio_devs[i].jd_irq[0]; 181 ja.ja_irq[1] = jensenio_devs[i].jd_irq[1]; 183 ja.ja_iot = &jcp->jc_internal_iot; 184 ja.ja_ec = &jcp->jc_ec; 187 config_found(self, &ja, jensenio_print, 199 ja.ja_eisa.eba_iot = &jcp->jc_eisa_iot; 200 ja.ja_eisa.eba_memt = &jcp->jc_eisa_memt 223 struct jensenio_attach_args *ja = aux; local in function:jensenio_print [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
fe51_pack.S | 63 ja ._reduceloop label
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6/ |
salsa20_xmm6-asm.S | 437 ja ._mainloop1 label 853 ja ._mainloop2 label 928 ja ._bytesatleast65 label
|