Searched refs:cdat (Results 1 – 8 of 8) sorted by relevance
55 struct acpi_cdat_header *hdr = &header->cdat; in cdat_dsmas_handler()127 struct acpi_cdat_header *hdr = &header->cdat; in cdat_dslbis_handler()186 dsmas_xa, port->cdat.table, port->cdat.length); in cxl_cdat_endpoint_process()192 dsmas_xa, port->cdat.table, port->cdat.length); in cxl_cdat_endpoint_process()412 if (!port->cdat.table) in DEFINE_FREE()441 int size = sizeof(header->cdat) + sizeof(tbl->sslbis_header); in cdat_sslbis_handler()448 len = le16_to_cpu((__force __le16)header->cdat.length); in cdat_sslbis_handler()519 if (!port->cdat.table) in cxl_switch_parse_cdat()523 port, port->cdat.table, port->cdat.length); in cxl_switch_parse_cdat()
16 cxl_core-y += cdat.o
656 port->cdat.table = buf->data; in read_cdat_data()657 port->cdat.length = length; in read_cdat_data()
156 if (!port->cdat.table) in CDAT_read()160 port->cdat.table, in CDAT_read()161 port->cdat.length); in CDAT_read()
618 } cdat; member
1140 const unsigned char *cdat = image->data; in vga_8planes_imageblit() local1156 writew(transl_h[cdat[y]&0xF] | transl_l[cdat[y] >> 4], where); in vga_8planes_imageblit()1169 char *cdat = (char *) image->data; in vga_imageblit_expand() local1192 writeb(*cdat++, dst++); in vga_imageblit_expand()1210 if (*cdat) { in vga_imageblit_expand()1211 setmask(*cdat++); in vga_imageblit_expand()1237 const char *cdat = image->data; in vga_imageblit_color() local1253 setcolor(*cdat); in vga_imageblit_color()1259 cdat++; in vga_imageblit_color()
526 u8 *cdat = (u8 *) image->data; in hgafb_imageblit() local533 d = *cdat++; in hgafb_imageblit()
1489 u8 *cdat = (u8 *) image->data; in rivafb_imageblit() local1539 tmp = *((u32 *)cdat); in rivafb_imageblit()1540 cdat = (u8 *)((u32 *)cdat + 1); in rivafb_imageblit()1549 tmp = *((u32 *) cdat); in rivafb_imageblit()1550 cdat = (u8 *)((u32 *)cdat + 1); in rivafb_imageblit()
Completed in 23 milliseconds