Searched defs:_cid (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | cnic.h | 352 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 355 #define CDU_CRC8(_cid, _region, _type) \ argument 358 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument
|
D | bnx2.h | 6536 #define GET_CID_ADDR(_cid) ((_cid) << CTX_SHIFT) argument 6548 #define MB_GET_CID_ADDR(_cid) (0x10000 + ((_cid) << MB_KERNEL_CTX_SHIFT)) argument
|
/linux-2.6.39/arch/arm/mach-shmobile/ |
D | clock-sh73a0.c | 306 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk } argument
|
D | clock-sh7372.c | 559 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk } argument
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_reg.h | 6327 #define CDU_VALID_DATA(_cid, _region, _type)\ argument 6329 #define CDU_CRC8(_cid, _region, _type)\ argument 6331 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\ argument
|