HomeSort by: relevance | last modified time | path
    Searched refs:portmask (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
arcofi.c 750 int portmask = 0; local in function:arcofi_set_port
771 portmask = arcofi_cr3_to_portmask(sc->sc_shadow.cr3,
776 sc->sc_shadow.cr3, portmask);
798 portmask &= ~AUDIO_LINE_IN;
800 portmask |= AUDIO_LINE_IN;
804 portmask &= ~AUDIO_LINE_OUT;
806 portmask |= AUDIO_LINE_OUT;
810 portmask &= ~AUDIO_SPEAKER;
812 portmask |= AUDIO_SPEAKER;
817 arcofi_portmask_to_cr3(portmask);
832 int portmask = 0; local in function:arcofi_get_port
    [all...]
  /src/sys/arch/arm/ti/
if_cpsw.c 1510 cpsw_ale_mc_entry_set(struct cpsw_softc *sc, uint8_t portmask, uint8_t *mac)
1541 cpsw_ale_entry_set(ale_entry, ALE_PORT_MASK, portmask);
  /src/sys/dev/hdaudio/
hdafg.c 1003 uint32_t devmask = 0, portmask = 0; local in function:hdafg_assoc_dump
1027 portmask |= (1 << conn);
1043 if ((portmask & (1 << curport)) == 0)

Completed in 16 milliseconds