Searched refs:cmd_read (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | realtek.h | 62 u8 cmd_read; member 123 u8 cmd_read; member
|
H A D | realtek-mdio.c | 187 priv->cmd_read = var->cmd_read; in realtek_mdio_probe()
|
H A D | realtek-smi.c | 211 ret = realtek_smi_write_byte(priv, priv->cmd_read); in realtek_smi_read_reg() 450 priv->cmd_read = var->cmd_read; in realtek_smi_probe()
|
H A D | rtl8366rb.c | 1846 .cmd_read = 0xa9,
|
H A D | rtl8365mb.c | 2172 .cmd_read = 0xb9,
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | mipi_dsim.h | 295 int (*cmd_read)(struct mipi_dsim_device *dsim, unsigned int data_id, member
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1153 static void ahci_migrate_simple(uint8_t cmd_read, uint8_t cmd_write) in ahci_migrate_simple() argument 1179 ahci_io(dst, px, cmd_read, rx, bufsize, 0); in ahci_migrate_simple() 1208 static void ahci_halted_io_test(uint8_t cmd_read, uint8_t cmd_write) in ahci_halted_io_test() argument 1247 ahci_io(ahci, port, cmd_read, rx, bufsize, 0); in ahci_halted_io_test() 1273 static void ahci_migrate_halted_io(uint8_t cmd_read, uint8_t cmd_write) in ahci_migrate_halted_io() argument 1320 ahci_io(dst, port, cmd_read, rx, bufsize, 0); in ahci_migrate_halted_io()
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 479 u8 cmd_read; member
|
H A D | atl1.c | 821 iowrite8(flash_table[hw->flash_vendor].cmd_read, in atl1_init_flash_opcode()
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 980 static void cmd_read(IDEState *s, uint8_t* buf) in cmd_read() function 1290 [ 0x28 ] = { cmd_read, /* (10) */ CHECK_READY }, 1297 [ 0xa8 ] = { cmd_read, /* (12) */ CHECK_READY },
|