Searched refs:byte_en_to_hw (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/usb/eth/ |
H A D | r8152.c | 126 u16 byteen_start, byteen_end, byte_en_to_hw; in generic_ocp_write() local 140 byte_en_to_hw = byteen_start | (byteen_start << 4); in generic_ocp_write() 141 ret = set_registers(tp, index, type | byte_en_to_hw, 4, data); in generic_ocp_write() 166 byte_en_to_hw = byteen_end | (byteen_end >> 4); in generic_ocp_write() 167 ret = set_registers(tp, index, type | byte_en_to_hw, 4, data); in generic_ocp_write()
|