Home
last modified time | relevance | path

Searched refs:bit_pos (Results 1 – 11 of 11) sorted by relevance

/arch/arm64/kernel/probes/
A Dsimulate-insn.c71 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbz() local
73 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) == 0; in check_tbz()
79 int bit_pos = ((opcode & (1 << 31)) >> 26) | ((opcode >> 19) & 0x1f); in check_tbnz() local
81 return ((get_x_reg(regs, xn) >> bit_pos) & 0x1) != 0; in check_tbnz()
/arch/sh/drivers/
A Dheartbeat.c37 new = (1 << hd->bit_pos[bit]); in heartbeat_toggle_bit()
110 hd->bit_pos = default_bit_pos; in heartbeat_drv_probe()
116 hd->mask |= (1 << hd->bit_pos[i]); in heartbeat_drv_probe()
/arch/sh/include/asm/
A Dheartbeat.h11 unsigned char *bit_pos; member
/arch/sh/boards/mach-se/7751/
A Dsetup.c22 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/mach-se/7206/
A Dsetup.c52 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/mach-se/7721/
A Dsetup.c20 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/
A Dboard-polaris.c69 .bit_pos = heartbeat_bit_pos,
A Dboard-sh7757lcr.c35 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/mach-se/770x/
A Dsetup.c96 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/mach-highlander/
A Dsetup.c138 .bit_pos = heartbeat_bit_pos,
/arch/sh/boards/mach-ecovec24/
A Dsetup.c94 .bit_pos = led_pos,

Completed in 17 milliseconds