Home
last modified time | relevance | path

Searched refs:PORT_HDR_CTRL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/fpga/
Ddfl-afu-main.c46 v = readq(base + PORT_HDR_CTRL); in port_enable()
48 writeq(v, base + PORT_HDR_CTRL); in port_enable()
73 v = readq(base + PORT_HDR_CTRL); in port_disable()
75 writeq(v, base + PORT_HDR_CTRL); in port_disable()
82 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, v & PORT_CTRL_SFTRST, in port_disable()
Ddfl.h121 #define PORT_HDR_CTRL 0x38 macro