Searched defs:lev (Results 1 – 7 of 7) sorted by relevance
/drivers/net/fddi/skfp/h/ |
D | hwmtm.h | 180 #define DB_RX(a,b,c,lev) if (DB_P.d_os.hwm_rx >= (lev)) printf(a,b,c) argument 181 #define DB_TX(a,b,c,lev) if (DB_P.d_os.hwm_tx >= (lev)) printf(a,b,c) argument 182 #define DB_GEN(a,b,c,lev) if (DB_P.d_os.hwm_gen >= (lev)) printf(a,b,c) argument 184 #define DB_RX(a,b,c,lev) argument 185 #define DB_TX(a,b,c,lev) argument 186 #define DB_GEN(a,b,c,lev) argument
|
/drivers/devfreq/ |
D | devfreq.c | 78 int lev; in devfreq_get_freq_level() local 94 int lev, prev_lev; in devfreq_update_status() local
|
/drivers/macintosh/ |
D | via-pmu68k.c | 743 #define LEVEL_TO_BRIGHT(lev) ((lev) < 1? 0x7f: 0x4a - ((lev) << 1)) argument
|
/drivers/net/fddi/skfp/ |
D | hwmtm.c | 2123 void mac_drv_debug_lev(struct s_smc *smc, int flag, int lev) in mac_drv_debug_lev()
|
/drivers/net/ethernet/davicom/ |
D | dm9000.c | 146 #define dm9000_dbg(db, lev, msg...) do { \ argument
|
/drivers/media/usb/cpia2/ |
D | cpia2.h | 474 #define ALOG(lev, fmt, args...) printk(lev "%s:%d %s(): " fmt, __FILE__, __LINE__, __func__, ## arg… argument
|
/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2618 uint32_t lev:2; /* Level */ member
|