Searched refs:init_op (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/x86/pci/ |
D | ce4100.c | 64 #define DEFINE_REG(device, func, offset, size, init_op, read_op, write_op)\ argument 65 { PCI_DEVFN(device, func), offset, init_op, read_op, write_op,\
|
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 235 union init_op *op; in bnx2x_init_block() 247 op = (union init_op *)&(INIT_OPS(bp)[op_idx]); in bnx2x_init_block()
|
D | bnx2x_init.h | 89 union init_op { union
|