Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Drlnsubr.c91 rln_control_write(sc, op);
92 rln_control_write(sc, op | RLN_CONTROL_RESET);
95 rln_control_write(sc, op);
99 rln_control_write(sc, op);
100 rln_control_write(sc, op);
101 rln_control_write(sc, op | RLN_CONTROL_BIT3);
106 rln_control_write(sc, 0x38);
109 rln_control_write(sc, 0x2c);
133 rln_control_write(sc, RLN_CONTROL_BIT3);
135 rln_control_write(sc, RLN_CONTROL_BIT3 |
[all …]
Drlnreg.h240 #define rln_control_write(sc, value) \ macro
246 rln_control_write(sc, (sc)->sc_control | (bits))
248 rln_control_write(sc, (sc)->sc_control & ~(bits))
250 rln_control_write(sc, (sc)->sc_control | RLN_CONTROL_RESET);\
252 rln_control_write(sc, (sc)->sc_control); \