Searched refs:cli (Results 1 – 25 of 35) sorted by relevance
12
/linux-2.6.39/drivers/i2c/busses/ |
D | i2c-nomadik.c | 162 struct i2c_nmk_client cli; member 269 dev->cli.operation = I2C_NO_OPERATION; in init_hw() 290 mcr |= GEN_MASK(dev->cli.slave_adr, I2C_MCR_A7, 1); in load_i2c_mcr_reg() 296 if (dev->cli.operation == I2C_WRITE) in load_i2c_mcr_reg() 307 mcr |= GEN_MASK(dev->cli.count, I2C_MCR_LENGTH, 15); in load_i2c_mcr_reg() 580 dev->cli.slave_adr = msgs[i].addr; in nmk_i2c_xfer() 581 dev->cli.buffer = msgs[i].buf; in nmk_i2c_xfer() 582 dev->cli.count = msgs[i].len; in nmk_i2c_xfer() 588 dev->cli.operation = I2C_READ; in nmk_i2c_xfer() 592 dev->cli.operation = I2C_WRITE; in nmk_i2c_xfer() [all …]
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | blackfin.h | 77 #define SSYNC(scratch) cli scratch; nop; nop; SSYNC; sti scratch; 78 #define CSYNC(scratch) cli scratch; nop; nop; CSYNC; sti scratch;
|
D | context.S | 74 cli r0;
|
/linux-2.6.39/arch/x86/include/asm/ |
D | irqflags.h | 114 #define DISABLE_INTERRUPTS(x) cli 176 cli; \
|
/linux-2.6.39/arch/mips/kernel/ |
D | genex.S | 451 BUILD_HANDLER ibe be cli silent /* #6 */ 452 BUILD_HANDLER dbe be cli silent /* #7 */ 465 BUILD_HANDLER watch watch cli silent /* #23 */ 469 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
|
/linux-2.6.39/arch/x86/kernel/ |
D | trampoline_32.S | 47 cli # We should be safe anyway
|
D | trampoline_64.S | 41 cli # We should be safe anyway
|
/linux-2.6.39/drivers/video/backlight/ |
D | ili9320.h | 72 struct ili9320_client *cli);
|
/linux-2.6.39/Documentation/ |
D | spinlocks.txt | 21 save_flags(flags); cli(); 27 architectures that allow doing the "save_flags + cli" in one operation). 41 cli(); 57 routines in ll_rw_block() tend to use cli/sti to protect the atomicity of 124 much faster than a generic global cli/sti pair, but slower than they'd
|
/linux-2.6.39/arch/x86/lguest/ |
D | i386_head.S | 53 LGUEST_PATCH(cli, movl $0, lguest_data+LGUEST_DATA_irq_enabled)
|
/linux-2.6.39/arch/x86/lib/ |
D | cmpxchg16b_emu.S | 44 cli
|
D | atomic64_386_32.S | 19 cli
|
/linux-2.6.39/arch/blackfin/lib/ |
D | ins.S | 24 # define DO_CLI cli R3;
|
/linux-2.6.39/arch/x86/kernel/acpi/realmode/ |
D | wakeup.S | 15 cli
|
/linux-2.6.39/arch/x86/boot/compressed/ |
D | head_32.S | 43 cli
|
D | head_64.S | 48 cli
|
/linux-2.6.39/drivers/net/ |
D | cnic.h | 452 #define BNX2X_CL_QZONE_ID(cp, cli) \ argument 453 (cli + (CNIC_PORT(cp) * (BNX2X_CHIP_IS_E2(cp->chip_id) ?\
|
D | cnic.c | 4613 u32 cli = cp->ethdev->iscsi_l2_client_id; in cnic_init_bnx2x_tx_ring() local 4651 if (cli < MAX_STAT_COUNTER_ID) { in cnic_init_bnx2x_tx_ring() 4653 XSTORM_PER_COUNTER_ID_STATS_OFFSET(port, cli); in cnic_init_bnx2x_tx_ring() 4674 u32 cli = cp->ethdev->iscsi_l2_client_id; in cnic_init_bnx2x_rx_ring() local 4675 int cl_qzone_id = BNX2X_CL_QZONE_ID(cp, cli); in cnic_init_bnx2x_rx_ring() 4680 data->general.client_id = cli; in cnic_init_bnx2x_rx_ring() 4682 data->general.statistics_counter_id = cli; in cnic_init_bnx2x_rx_ring() 4684 data->general.sp_client_id = cli; in cnic_init_bnx2x_rx_ring() 4724 if (cli < MAX_STAT_COUNTER_ID) { in cnic_init_bnx2x_rx_ring() 4726 TSTORM_PER_COUNTER_ID_STATS_OFFSET(port, cli); in cnic_init_bnx2x_rx_ring() [all …]
|
/linux-2.6.39/arch/blackfin/mach-bf561/ |
D | atomic.S | 24 cli \scratch; 43 cli r0; 67 cli r0;
|
/linux-2.6.39/arch/sh/include/asm/ |
D | entry-macros.S | 3 .macro cli macro
|
/linux-2.6.39/arch/sh/kernel/ |
D | entry-common.S | 49 # define preempt_stop() cli ; TRACE_IRQS_OFF
|
/linux-2.6.39/arch/blackfin/mach-common/ |
D | interrupt.S | 89 cli r1;
|
D | entry.S | 339 cli r6; 927 cli r0; 1093 cli r0; 1128 cli r0;
|
/linux-2.6.39/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 402 save_flags(flags); cli(); in ircomm_tty_ioctl()
|
/linux-2.6.39/Documentation/parisc/ |
D | registers | 71 I (external interrupt mask) used by cli()/sti() macros
|
12