Home
last modified time | relevance | path

Searched full:csn (Results 1 – 15 of 15) 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/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...]
H A Dpnpreg.h66 Bit[2] Reset CSN to 0
74 enter their default state and the CSN is preserved.
81 CSN to zero .
90 A write to this port will cause all cards that have a CSN that
113 A write to this port sets a card's CSN. The CSN is a value uniquely
115 so that each card may be individually selected during a Wake[CSN]
/freebsd/stand/common/
H A Disapnp.c227 int csn; in isapnp_isolation_protocol() local
235 isapnp_write(CONFIG_CONTROL, 0x04); /* Reset CSN for All Cards */ in isapnp_isolation_protocol()
237 for (csn = 1; ; csn++) { in isapnp_isolation_protocol()
238 /* Wake up cards without a CSN (ie. all of them) */ 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.h67 Bit[2] Reset CSN to 0
75 enter their default state and the CSN is preserved.
82 CSN to zero .
91 A write to this port will cause all cards that have a CSN that
114 A write to this port sets a card's CSN. The CSN is a value uniquely
116 so that each card may be individually selected during a Wake[CSN]
247 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
562 /* Reset CSN for All Cards */ in isolation_protocol()
565 for (csn = 1; (csn < PNP_MAX_CARDS); csn++) { in isolation_protocol()
566 /* Wake up cards without a CSN */ in isolation_protocol()
574 dump_resdata(data, csn); in isolation_protocol()
578 return csn - 1; in isolation_protocol()
/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/memory-controllers/
H A Dexynos-srom.yaml78 Tcah: Address holding time after CSn (0 - 15)
82 Tacs: Address set-up before CSn (0 - 15)
/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/arm/marvell/
H A Dkirkwood.dtsi94 * Default SPI0 pinctrl setting with CSn on mpp0,
/freebsd/contrib/tcpdump/
H A Dprint-ospf6.c905 ND_PRINT(", CSN 0x%08x", GET_BE_U_4(cp)); in ospf6_decode_at()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30.dtsi1694 spi0_csn: spi0-csn {
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in21983 @Article{Carter:1977:CSN,