Searched refs:mux (Results 1 - 23 of 23) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddivsi3.S53 r0 = mux(p1,#-1,#1)
H A Ddfsqrt.S126 SHIFTAMT = mux(P_EXP1,#8,#9)
131 SHIFTAMT = mux(P_EXP1,#3,#2)
143 SHIFTAMT = mux(P_EXP1,#7,#8)
147 SHIFTAMT = mux(P_EXP1,#15-(1+1),#15-(1+0))
H A Ddfdiv.S329 AH = mux(Q_POSITIVE,#0,#-1)
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c198 keyboard_t *mux; local
202 mux = kbd_get_keyboard(kbd_find_keyboard("kbdmux", -1));
226 if (mux != NULL) {
231 (void)kbdd_ioctl(mux, KBADDKBD, (caddr_t) &ki);
243 if (mux != NULL) {
248 (void)kbdd_ioctl(mux, KBADDKBD, (caddr_t) &ki);
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_xusbpadctl.c302 char **mux; member in struct:padctl_lane
318 .mux = mx, \
817 if (strcmp(tmp->mux[tmp->mux_idx], "usb3-ss") != 0)
847 if (strcmp(fnc_name, lane->mux[i]) == 0)
890 /* Read function (mux) settings. */
H A Dtegra124_clk_per.c536 int mux; member in struct:periph_sc
564 /* Stnadard mux. */
566 sc->mux = (reg >> PERLCK_MUX_SHIFT) & PERLCK_MUX_MASK;
568 sc->mux = 0;
580 if (!(reg & PERLCK_AMUX_DIS) && (sc->mux == 7)) {
581 sc->mux = 8 +
585 clknode_init_parent_idx(clk, sc->mux);
600 sc->mux = idx;
H A Dtegra124_clk_super.c106 int mux; member in struct:super_mux_sc
169 panic("Unexpected super mux state: %u", state);
174 sc->mux = (reg >> shift) & ((1 << SUPER_MUX_MUX_WIDTH) - 1);
178 * and source mux is set to PLLX.
182 (sc->mux == sc->src_pllx))
183 sc->mux = sc->src_div2;
185 clknode_init_parent_idx(clk, sc->mux);
206 panic("Unexpected super mux state: %u", state);
209 sc->mux = idx;
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c210 int mux; member in struct:session_state
347 ssh->state->mux = 1;
354 return ssh->state->mux;
1726 if (state->mux)
3018 if (ssh->state && ssh->state->mux)
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c1097 *(char*)data = c->board->mux ? 'c' : 'a';
2014 if (c->board->mux) {
H A Dcpddk.h240 unsigned char mux; /* E1 mux mode */ member in struct:_cp_board_t
/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2233 if (c->board->mux) {
H A Dceddk.c523 /* We have only mux mode for now. Later we will also have cross mode */
524 b->mux = 1;
H A Dceddk.h152 int mux; member in struct:_ce_board_t
/freebsd-11-stable/secure/usr.bin/ssh/
H A DMakefile12 sshconnect.c sshconnect1.c sshconnect2.c mux.c
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_pinmux.c473 pinmux_mux_function(const struct tegra_mux *mux, char *fnc_name) argument
478 if (strcmp(fnc_name, mux->functions[i]) == 0)
486 const struct tegra_mux *mux, struct pincfg *cfg)
491 reg = bus_read_4(sc->mux_mem_res, mux->reg);
494 tmp = pinmux_mux_function(mux, cfg->function);
545 bus_write_4(sc->mux_mem_res, mux->reg, reg);
605 const struct tegra_mux *mux; local
625 mux = pinmux_search_mux(pin_name);
626 if (mux != NULL) {
627 if (mux
485 pinmux_config_mux(struct pinmux_softc *sc, char *pin_name, const struct tegra_mux *mux, struct pincfg *cfg) argument
[all...]
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A DMakefile46 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-spxx-defs.h478 * SPXX_DBG_DESKEW_CTL[OFFSET] = mux tap value (2-bits)
586 uint64_t mux : 1; /**< Set the mux select tap for the Spi4 bit member in struct:cvmx_spxx_dbg_deskew_ctl::cvmx_spxx_dbg_deskew_ctl_s
611 uint64_t mux : 1;
647 uint64_t muxsel : 2; /**< The mux select value of the bit selected by
1263 * This is the enable bit for the mux select. The MUX select will
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c271 HAL_GPIO_MUX_TYPE mux)
270 ar9300_Stub_GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE mux) argument
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_clkmsr.c65 uint32_t mux; member in struct:aml8726_clkmsr_clk
127 value = (aml8726_clkmsr_clks[clock].mux << AML_CLKMSR_0_MUX_SHIFT)
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_dmamux.c95 dmamux_configure(int mux, int source, int channel, int enable) argument
102 MUX_WRITE1(sc, mux, DMAMUX_CHCFG(channel), 0x0);
111 MUX_WRITE1(sc, mux, DMAMUX_CHCFG(channel), reg);
H A Dvf_dmamux.h29 int dmamux_configure(int mux, int source, int channel, int enable);
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c457 uint32_t mux, sysctrl, reg; local
538 mux = pci_read_config(sc->dev, CBBR_MFUNC, 4);
540 if ((mux & (CBBM_MFUNC_PIN0 | CBBM_MFUNC_PIN1)) == 0) {
541 mux = (mux & ~CBBM_MFUNC_PIN0) |
544 mux = (mux & ~CBBM_MFUNC_PIN1) |
546 pci_write_config(sc->dev, CBBR_MFUNC, mux, 4);
/freebsd-11-stable/sys/dev/usb/net/
H A Duhso.c152 #define UHSO_MPORT_TYPE_NOMAX 8 /* Max number of mux ports */
923 UHSO_DPRINTF(1, "Trying to attach mux. serial\n");
1064 UHSO_DPRINTF(2, "Found mux port %x (%d)\n", port, i);
1101 unsigned int i, mux; local
1115 mux = 0;
1117 mux++;
1120 UHSO_DPRINTF(3, "mux port %d (%d)\n", mux, i);
1121 if (mux > UHSO_MPORT_TYPE_NOMAX)
1126 sc->sc_tty[mux]
[all...]

Completed in 228 milliseconds