Searched refs:_h (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/scsi/aic94xx/ |
D | aic94xx_dump.c | 441 #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/ |
D | lis3l02dq.h | 173 #define lis3l02dq_h_to_s(_h) \ argument 174 container_of(_h, struct lis3l02dq_state, help)
|
/linux-2.6.39/arch/x86/crypto/ |
D | aes-i586-asm_32.S | 71 #define _h(reg) reg##h macro 72 #define h(reg) _h(reg)
|
/linux-2.6.39/drivers/ps3/ |
D | ps3-sys-manager.c | 66 #define dump_sm_header(_h) _dump_sm_header(_h, __func__, __LINE__) argument
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | htc.h | 42 #define TSF_TO_TU(_h, _l) \ argument 43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|
D | ath9k.h | 59 #define TSF_TO_TU(_h,_l) \ argument 60 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|
/linux-2.6.39/drivers/video/omap/ |
D | hwa742.c | 417 #define ADD_PREQ(_x, _y, _w, _h) do { \ argument 424 req->par.update.height = _h; \
|
D | blizzard.c | 749 #define ADD_PREQ(_x, _y, _w, _h, _x_out, _y_out, _w_out, _h_out) do { \ argument 757 req->par.update.height = _h; \
|