Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dcurses_keys.h38 #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 Dcurses.c369 if (keycode & CNTRL) { in curses_refresh()
395 if (keycode & CNTRL) { in curses_refresh()
/openbmc/linux/drivers/ata/
H A Dpata_cmd640.c35 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 Dpata_cmd64x.c45 CNTRL = 0x51, enumerator
475 pci_read_config_byte(pdev, CNTRL, &reg); in cmd64x_init_one()
/openbmc/qemu/hw/ide/
H A Dcmd646.c42 #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 Dvx222_ops.c363 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 Dariadne.h395 volatile u_char CNTRL; /* Count Register (Low) */ member
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.h227 #define CNTRL 0x6C macro
/openbmc/u-boot/examples/standalone/
H A DREADME.smc91111_eeprom160 (CNTRL-C to exit)
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1253 #define CNTRL 98 macro
H A Dnetxen_nic_hw.c2371 case CNTRL: in netxen_parse_md_template()