Home
last modified time | relevance | path

Searched refs:input_base (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/
H A Dylwrap55 input_base=`echo $input | sed -e 's|.*/||'`
56 if test -f $input_base && cmp $input_base $input >/dev/null 2>&1; then
57 input=$input_base
/freebsd-12.1/sys/dev/sound/pci/
H A Demu10kx.c100 #define INP(i) (sc->input_base+(i))
348 unsigned int input_base; member
3139 sc->input_base = 0x40; in emu_pci_attach()
3170 sc->input_base = 0x10; in emu_pci_attach()