Home
last modified time | relevance | path

Searched refs:_d (Results 1 – 9 of 9) sorted by relevance

/arch/arm/crypto/
Dsha1-armv7-neon.S50 #define _d r7 macro
328 _R( _a, _b, _c, _d, _e, F1, 0,
331 _R( _e, _a, _b, _c, _d, F1, 1,
334 _R( _d, _e, _a, _b, _c, F1, 2,
337 _R( _c, _d, _e, _a, _b, F1, 3,
343 _R( _b, _c, _d, _e, _a, F1, 4,
346 _R( _a, _b, _c, _d, _e, F1, 5,
349 _R( _e, _a, _b, _c, _d, F1, 6,
352 _R( _d, _e, _a, _b, _c, F1, 7,
356 _R( _c, _d, _e, _a, _b, F1, 8,
[all …]
/arch/arm/include/asm/hardware/
Dlocomo.h182 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev) argument
194 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv) argument
Dsa1111.h409 #define SA1111_DRV(_d) container_of((_d), struct sa1111_driver, drv) argument
/arch/arm/include/asm/
Decard.h200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev) argument
211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv) argument
/arch/powerpc/mm/ptdump/
Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/arch/mips/include/asm/sn/
Daddrs.h263 #define LOCAL_HUB_S(_r, _d) __raw_writeq((_d), LOCAL_HUB_PTR(_r)) argument
265 #define REMOTE_HUB_S(_n, _r, _d) __raw_writeq((_d), \ argument
/arch/arm/mach-footbridge/
Ddc21285.c275 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
276 WARN_ON(request_irq(_a, _b, _c, _d, _e) < 0)
/arch/powerpc/platforms/ps3/
Dspu.c121 #define dump_areas(_a, _b, _c, _d, _e) \ argument
122 _dump_areas(_a, _b, _c, _d, _e, __func__, __LINE__)
Drepository.c39 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
40 _dump_node_name(_a, _b, _c, _d, _e, __func__, __LINE__)
51 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
52 _dump_node(_a, _b, _c, _d, _e, _f, _g, __func__, __LINE__)