Searched refs:DVCFG_MAJOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/ncv/
H A Dncr53c500hw.h64 #define NCV_C5IMG(flags) ((DVCFG_MAJOR(flags) >> 8) & 0xff)
65 #define NCV_CLKFACTOR(flags) (DVCFG_MAJOR(flags) & 0x0f)
70 #define NCV_SPECIAL(flags) ((DVCFG_MAJOR(flags) >> 4) & 0x0f)
/freebsd-9.3-release/sys/compat/netbsd/
H A Ddvcfg.h46 #define DVCFG_MAJOR(dvcfg) (((u_int)(dvcfg)) >> 16) macro
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low_pisa.c82 sc->sl_cfgflags = DVCFG_MKCFG(DVCFG_MAJOR(sc->sl_cfgflags), \
/freebsd-9.3-release/sys/dev/ct/
H A Dct_isa.c294 if (DVCFG_MAJOR(device_get_flags(dev)) > 0)
344 return DVCFG_HW(&bshw_hwsel, DVCFG_MAJOR(device_get_flags(dev)));

Completed in 112 milliseconds