Searched refs:dvcfg (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/compat/netbsd/
H A Ddvcfg.h46 #define DVCFG_MAJOR(dvcfg) (((u_int)(dvcfg)) >> 16)
47 #define DVCFG_MINOR(dvcfg) (((u_int)(dvcfg)) & 0xffff)
/freebsd-11-stable/sys/dev/ncv/
H A Dncr53c500.c55 #include <compat/netbsd/dvcfg.h>
514 ncv_setup_img(hw, dvcfg, hostid)
516 u_int dvcfg;
520 if (NCV_CLKFACTOR(dvcfg) > CLK_35M_F)
522 printf("ncv: invalid dvcfg flags\n");
526 if (NCV_C5IMG(dvcfg) != 0)
528 hw->hw_cfg5 = NCV_C5IMG(dvcfg);
529 hw->hw_clk = NCV_CLKFACTOR(dvcfg);
532 (NCV_SPECIAL(dvcfg) & NCVHWCFG_MAX10M) != 0)
535 if (NCV_SPECIAL(dvcfg)
557 ncvprobesubr(struct resource *res, u_int dvcfg, int hsid) argument
[all...]
H A Dncr53c500_pccard.c52 #include <compat/netbsd/dvcfg.h>
/freebsd-11-stable/sys/dev/ct/
H A Dct_isa.c60 #include <compat/netbsd/dvcfg.h>
H A Dbshw_machdep.c56 #include <compat/netbsd/dvcfg.h>
H A Dct.c328 ctprobesubr(struct ct_bus_access_handle *chp, u_int dvcfg, int hsid, argument
/freebsd-11-stable/sys/dev/stg/
H A Dtmc18c30.c388 stgprobesubr(struct resource *res, u_int dvcfg) argument
/freebsd-11-stable/sys/dev/nsp/
H A Dnsp.c559 nspprobesubr(struct resource *res, u_int dvcfg) argument

Completed in 146 milliseconds