Searched refs:CNTRL (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/ui/ |
H A D | curses_keys.h | 38 #define CNTRL SCANCODE_CTRL macro 184 ['Q' - '@'] = 16 | CNTRL, /* Control + q */ 185 ['W' - '@'] = 17 | CNTRL, /* Control + w */ 186 ['E' - '@'] = 18 | CNTRL, /* Control + e */ 187 ['R' - '@'] = 19 | CNTRL, /* Control + r */ 188 ['T' - '@'] = 20 | CNTRL, /* Control + t */ 189 ['Y' - '@'] = 21 | CNTRL, /* Control + y */ 190 ['U' - '@'] = 22 | CNTRL, /* Control + u */ 192 ['O' - '@'] = 24 | CNTRL, /* Control + o */ 193 ['P' - '@'] = 25 | CNTRL, /* Control + p */ [all …]
|
H A D | curses.c | 369 if (keycode & CNTRL) { in curses_refresh() 395 if (keycode & CNTRL) { in curses_refresh()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_cmd640.c | 35 CNTRL = 0x51, enumerator 208 pci_read_config_byte(pdev, CNTRL, &ctrl); in cmd640_hardware_init() 209 pci_write_config_byte(pdev, CNTRL, ctrl | 0xC0); in cmd640_hardware_init()
|
H A D | pata_cmd64x.c | 45 CNTRL = 0x51, enumerator 475 pci_read_config_byte(pdev, CNTRL, ®); in cmd64x_init_one()
|
/openbmc/qemu/hw/ide/ |
H A D | cmd646.c | 42 #define CNTRL 0x51 macro 259 pci_conf[CNTRL] = CNTRL_EN_CH0; // enable IDE0 in pci_cmd646_ide_realize() 262 pci_conf[CNTRL] |= CNTRL_EN_CH1; /* enable IDE1 */ in pci_cmd646_ide_realize()
|
/openbmc/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 363 vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE | VX_XILINX_RESET_MASK); in vx2_load_xilinx_binary() 364 vx_inl(chip, CNTRL); in vx2_load_xilinx_binary() 366 vx_outl(chip, CNTRL, VX_CNTRL_REGISTER_VALUE); in vx2_load_xilinx_binary() 367 vx_inl(chip, CNTRL); in vx2_load_xilinx_binary()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.h | 395 volatile u_char CNTRL; /* Count Register (Low) */ member
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2272.h | 227 #define CNTRL 0x6C macro
|
/openbmc/u-boot/examples/standalone/ |
H A D | README.smc91111_eeprom | 160 (CNTRL-C to exit)
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic.h | 1253 #define CNTRL 98 macro
|
H A D | netxen_nic_hw.c | 2371 case CNTRL: in netxen_parse_md_template()
|