Searched refs:READ_RAM (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/misc/ |
H A D | cytherm.c | 43 #define READ_RAM 0x02 /* Reads form RAM, value = address */ macro 132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show() 138 retval = vendor_command(cytherm->udev, READ_RAM, SIGN, 0, buffer, 8); in temp_show() 167 retval = vendor_command(cytherm->udev, READ_RAM, BUTTON, 0, buffer, 8); in button_show()
|
/openbmc/linux/drivers/iommu/ |
H A D | omap-iommu-debug.c | 62 pr_reg(READ_RAM); in omap2_iommu_dump_ctx()
|
/openbmc/linux/drivers/net/phy/mscc/ |
H A D | mscc.h | 225 #define READ_RAM 0x0000 macro
|
H A D | mscc_main.c | 890 phy_base_write(phydev, MSCC_INT_MEM_CNTL, READ_RAM); in vsc8584_micro_deassert_reset() 1005 phy_base_write(phydev, MSCC_INT_MEM_CNTL, READ_RAM); in vsc8584_patch_fw()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | mscc.c | 152 #define READ_RAM (0x00 << 13) macro 332 READ_RAM); in vsc8584_micro_deassert_reset() 603 bus->write(bus, phy, MDIO_DEVAD_NONE, MSCC_INT_MEM_CNTL, READ_RAM); in vsc8584_patch_fw()
|