Home
last modified time | relevance | path

Searched refs:csn (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.bin/tr/
H A Dcset.c71 struct csnode *csn, *ncsn; in cset_add() local
80 csn = malloc(sizeof(*cs->cs_root)); in cset_add()
81 if (csn == NULL) in cset_add()
83 csn->csn_left = csn->csn_right = NULL; in cset_add()
84 csn->csn_min = csn->csn_max = ch; in cset_add()
85 cs->cs_root = csn; in cset_add()
93 csn = cs->cs_root = cset_splay(cs->cs_root, ch); in cset_add()
98 if (cset_rangecmp(csn, ch) == 0) in cset_add()
108 if (cset_rangecmp(csn, ch) < 0) { in cset_add()
109 ncsn->csn_left = csn->csn_left; in cset_add()
[all …]
/freebsd/stand/common/
H A Disapnp.c227 int csn; in isapnp_isolation_protocol() local
237 for (csn = 1; ; csn++) { in isapnp_isolation_protocol()
245 isapnp_write(SET_CSN, csn); in isapnp_isolation_protocol()
260 while (--csn > 0) { in isapnp_isolation_protocol()
262 isapnp_write(WAKE, csn); in isapnp_isolation_protocol()
265 csn--; in isapnp_isolation_protocol()
H A Disapnp.h247 u_char csn; /* assigned Card Select Number */ member
266 char * (*pd_probe ) (u_long csn, u_long vendor_id);
267 void (*pd_attach ) (u_long csn, u_long vend_id, char * name,
/freebsd/contrib/pnpinfo/
H A Dpnpinfo.c80 void dump_resdata(u_char *data, int csn);
470 dump_resdata(u_char *data, int csn) in dump_resdata() argument
476 DDB(printf("\nCard assigned CSN #%d\n", csn)); in dump_resdata()
484 pnp_write(PNP_SET_CSN, csn); /* Move this out of this function XXX */ in dump_resdata()
557 int csn; in isolation_protocol() local
565 for (csn = 1; (csn < PNP_MAX_CARDS); csn++) { in isolation_protocol()
574 dump_resdata(data, csn); in isolation_protocol()
578 return csn - 1; in isolation_protocol()
/freebsd/sys/isa/
H A Dpnp.c50 int csn; /* Card number to configure */ member
202 int csn = ((struct pnp_set_config_arg *) arg)->csn; in pnp_set_config() local
211 pnp_write(PNP_WAKE, csn); in pnp_set_config()
384 pnp_create_devices(device_t parent, pnp_id *p, int csn, in pnp_create_devices() argument
489 csnldn->csn = csn; in pnp_create_devices()
493 isa_set_pnp_csn(dev, csn); in pnp_create_devices()
635 * In the first pass, a csn is assigned to each board and pnp_id's
642 int csn; in pnp_isolation_protocol() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dts-nbus.txt12 - ts,csn-gpios : The GPIO pin connected to the csn line on the FPGA
39 ts,csn-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
/freebsd/contrib/bearssl/tools/
H A Dsslio.c435 char csn[80]; in run_ssl_engine() local
460 cc->session.cipher_suite, csn, sizeof csn); in run_ssl_engine()
461 fprintf(stderr, " cipher suite: %s\n", csn); in run_ssl_engine()
465 csn, sizeof csn); in run_ssl_engine()
467 " ECDHE curve: %s\n", csn); in run_ssl_engine()
H A Dserver.c363 char csn[80]; in sp_choose() local
365 get_suite_name_ext(st[u][0], csn, sizeof csn); in sp_choose()
366 fprintf(stderr, " %s\n", csn); in sp_choose()
467 char csn[80]; in sp_choose() local
469 get_suite_name_ext(choices->cipher_suite, csn, sizeof csn); in sp_choose()
470 fprintf(stderr, "Using: %s\n", csn); in sp_choose()
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt105 mpp14 14 gpio, dev(bootcsn), dev(csn0), spi1(csn0), spi0(csn3), au(i2sextclk), spi0(miso), sata0(present_act), mss_spi(csn)
124 mpp33 33 gpio, mii(txclk), sdio(pwr10), mss_spi(csn), tdm(fsync), au(i2smclk), sdio(bus_pwr), xg(mdio), pcie2(clkreq), mss_gpio1
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30.dtsi1694 spi0_csn: spi0-csn {