Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/scsi/aic94xx/
Daic94xx_dump.c441 #define PRINT_LREG_8bit(_h, _lseq, _n) \ argument
442 asd_printk(STR_8BIT, #_n, _n, asd_read_reg_byte(_h, Lm##_n(_lseq)))
443 #define PRINT_LREG_16bit(_h, _lseq, _n) \ argument
444 asd_printk(STR_16BIT, #_n, _n, asd_read_reg_word(_h, Lm##_n(_lseq)))
445 #define PRINT_LREG_32bit(_h, _lseq, _n) \ argument
446 asd_printk(STR_32BIT, #_n, _n, asd_read_reg_dword(_h, Lm##_n(_lseq)))
448 #define PRINT_LMIP_byte(_h, _lseq, _n) \ argument
450 asd_read_reg_byte(_h, LmSEQ_##_n(_lseq)))
451 #define PRINT_LMIP_word(_h, _lseq, _n) \ argument
453 asd_read_reg_word(_h, LmSEQ_##_n(_lseq)))
[all …]
/linux-2.6.39/drivers/staging/iio/accel/
Dlis3l02dq.h173 #define lis3l02dq_h_to_s(_h) \ argument
174 container_of(_h, struct lis3l02dq_state, help)
/linux-2.6.39/arch/x86/crypto/
Daes-i586-asm_32.S71 #define _h(reg) reg##h macro
72 #define h(reg) _h(reg)
/linux-2.6.39/drivers/ps3/
Dps3-sys-manager.c66 #define dump_sm_header(_h) _dump_sm_header(_h, __func__, __LINE__) argument
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
Dath9k.h59 #define TSF_TO_TU(_h,_l) \ argument
60 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
/linux-2.6.39/drivers/video/omap/
Dhwa742.c417 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument
424 req->par.update.height = _h; \
Dblizzard.c749 #define ADD_PREQ(_x, _y, _w, _h, _x_out, _y_out, _w_out, _h_out) do { \ argument
757 req->par.update.height = _h; \