Searched refs:sctrl (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/kernel/arch/k1om/
H A Dserial.c60 xeon_phi_serial_ctrl_t sctrl = xeon_phi_serial_reset; variable
72 sctrl = xeon_phi_serial_ctrl_value0_insert(sctrl, xeon_phi_serial_data);
76 sctrl = xeon_phi_serial_ctrl_value1_insert(sctrl, xeon_phi_serial_data);
80 sctrl = xeon_phi_serial_ctrl_value2_insert(sctrl, xeon_phi_serial_data);
84 sctrl = xeon_phi_serial_ctrl_value3_insert(sctrl, xeon_phi_serial_data);
98 xeon_phi_serial_ctrl_rawwr(&mmio_serial, sctrl);
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dserial.c53 xeon_phi_serial_ctrl_t sctrl = xeon_phi_serial_reset; local
56 sctrl = xeon_phi_serial_ctrl_rd(&phi->serial_base);
58 if (!sctrl) {
69 has_data = xeon_phi_serial_ctrl_value0_extract(sctrl);
73 has_data = xeon_phi_serial_ctrl_value1_extract(sctrl);
77 has_data = xeon_phi_serial_ctrl_value2_extract(sctrl);
81 has_data = xeon_phi_serial_ctrl_value3_extract(sctrl);

Completed in 167 milliseconds