Searched refs:write_buf (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm-generic.md | 36 (define_cpu_unit "write_buf" "arm") 54 "core+write_buf*3") 60 "core+write_buf*3+write_blockage*5") 66 "core+write_buf*4+write_blockage*7") 72 "core+write_buf*5+write_blockage*9") 78 "core+write_buf*6+write_blockage*11")
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
| H A D | link_ddc.h | 59 uint8_t *write_buf,
|
| H A D | link_ddc.c | 318 uint8_t *write_buf, in link_query_ddc_data() argument 355 payload.data = write_buf; in link_query_ddc_data() 384 &payloads, address, write_size, write_buf, true); in link_query_ddc_data()
|
| /openbsd-src/sys/dev/pci/drm/i915/display/ |
| H A D | intel_hdmi.c | 1293 u8 *write_buf; in intel_hdmi_hdcp_write() local 1296 write_buf = kzalloc(size + 1, GFP_KERNEL); in intel_hdmi_hdcp_write() 1297 if (!write_buf) in intel_hdmi_hdcp_write() 1300 write_buf[0] = offset & 0xff; in intel_hdmi_hdcp_write() 1301 memcpy(&write_buf[1], buffer, size); in intel_hdmi_hdcp_write() 1306 msg.buf = write_buf; in intel_hdmi_hdcp_write() 1314 kfree(write_buf); in intel_hdmi_hdcp_write()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/ |
| H A D | link.h | 175 uint8_t *write_buf,
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_otusreg.h | 973 } __packed write_buf[AR_MAX_WRITE_IDX + 1]; member
|
| H A D | if_otus.c | 860 sc->write_buf[sc->write_idx].reg = htole32(reg); in otus_write() 861 sc->write_buf[sc->write_idx].val = htole32(val); in otus_write() 875 error = otus_cmd(sc, AR_CMD_WREG, sc->write_buf, in otus_write_barrier() 876 sizeof (sc->write_buf[0]) * sc->write_idx, NULL); in otus_write_barrier()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.md | 304 (define_function_unit "write_buf" 1 2 307 (define_function_unit "write_buf" 1 2 310 (define_function_unit "write_buf" 1 2 313 (define_function_unit "write_buf" 1 2
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 3881 (function units "write_buf", "write_blockage"): Model the write buffer
|