Home
last modified time | relevance | path

Searched full:crx (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dgrfioctl.h29 #define S9000_ID_A1659A 0x26D1482A /* CRX 8 plane color (=ELK) */
31 #define S9000_ID_A1439A 0x26D148EE /* CRX24 = CRX+ (24-plane color) */
38 #define S9000_ID_TOMCAT 0x27FCCB6D /* dual-headed ELK (Dual CRX) */
43 #define CRT_ID_ELK_1024 S9000_ID_ELK_768 /* Elk 1024x768 CRX */
44 #define CRT_ID_ELK_1280 S9000_ID_A1659A /* Elk 1280x1024 CRX */
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce-core.c114 rdd = &ce->rx[ce->crx]; in get_desc_rx()
115 ce->crx++; in get_desc_rx()
116 if (ce->crx >= MAXDESC) in get_desc_rx()
117 ce->crx = 0; in get_desc_rx()
329 ce->crx = 0; in sl3516_ce_start()
H A Dsl3516-ce.h215 * @crx current used RX descriptor
242 int crx; member
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Diqs269a.yaml246 Specifies the CRX pin(s) associated with the channel. By default, only
247 the CRX pin corresponding to the channel's index is enabled (e.g. CRX0
267 description: Floats any inactive CRX pins instead of grounding them.
H A Diqs626a.yaml199 Specifies how inactive CRX pins are to be terminated as follows:
341 Specifies the CRX pin(s) associated with the channel.
537 Specifies how inactive CRX pins are to be terminated as follows:
H A Dazoteq,iqs7222.yaml352 description: Floats any inactive CRx pins instead of grounding them.
479 description: Specifies the CRx pin(s) associated with the channel.
/openbmc/linux/drivers/input/touchscreen/
H A Diqs7211.c1767 * defined as the intersection between two CRx and CTx pins. in iqs7211_parse_cycles()
1877 dev_err(&client->dev, "Failed to count CRx pins: %d\n", count); in iqs7211_parse_tp()
1880 dev_err(&client->dev, "Invalid number of CRx pins\n"); in iqs7211_parse_tp()
1887 dev_err(&client->dev, "Failed to read CRx pins: %d\n", error); in iqs7211_parse_tp()
1893 dev_err(&client->dev, "Invalid CRx pin: %u\n", pins[i]); in iqs7211_parse_tp()
1951 dev_err(&client->dev, "Failed to count CRx pins: %d\n", count); in iqs7211_parse_alp()
1954 dev_err(&client->dev, "Invalid number of CRx pins\n"); in iqs7211_parse_alp()
1963 dev_err(&client->dev, "Failed to read CRx pins: %d\n", in iqs7211_parse_alp()
1975 dev_err(&client->dev, "Invalid CRx pin: %u\n", in iqs7211_parse_alp()
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c23 * HPA1659A known as "CRX", a 1280x1024 color device with 8 planes
27 * HPA2269A known as "Dual CRX", a 1280x1024 color device with 8 planes,
1252 case S9000_ID_A1659A: /* CRX/A1659A */ in stifb_init_fb()
1264 case S9000_ID_TOMCAT: /* Dual CRX, behaves else like a CRX */ in stifb_init_fb()
H A Di740_reg.h47 /* CRT Controller Registers (CRX) */
H A DKconfig395 HCRX, HCRX24, CRX, CRX24 and VisEG series.
/openbmc/linux/drivers/input/misc/
H A Diqs626a.c679 "Too many %s channel CRX/TX pins present\n", in iqs626_parse_pins()
684 "Failed to count %s channel CRX/TX pins: %d\n", in iqs626_parse_pins()
692 "Failed to read %s channel CRX/TX pins: %d\n", in iqs626_parse_pins()
702 "Invalid %s channel CRX/TX pin: %u\n", in iqs626_parse_pins()
960 "Invalid %s channel CRX pin termination: %u\n", in iqs626_parse_channel()
H A Diqs7222.c2206 * Unlike channels which are restricted to a select range of CRx pins in iqs7222_parse_cycle()
2338 * Each channel can claim up to 4 CRx pins. The first half of in iqs7222_parse_chan()
2349 "Failed to count %s CRx pins: %d\n", in iqs7222_parse_chan()
2354 "Invalid number of %s CRx pins\n", in iqs7222_parse_chan()
2364 "Failed to read %s CRx pins: %d\n", in iqs7222_parse_chan()
2376 "Invalid %s CRx pin: %u\n", in iqs7222_parse_chan()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c125 * - Bit X is 1 in _FIXED0: bit X is fixed to 1 in CRx. in prepare_for_vmx_operation()
126 * - Bit X is 0 in _FIXED1: bit X is fixed to 0 in CRx. in prepare_for_vmx_operation()
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml201 Specifies the order of the CRx pin(s) associated with the trackpad.
370 Specifies the CRx pin(s) associated with the ALP in no particular
/openbmc/linux/arch/ia64/kernel/
H A Defi.c475 * Cannot write to CRx with PSR.ic=1 in efi_map_pal_code()
/openbmc/qemu/hw/display/
H A Dartist.c317 * The emulated Artist graphic is like a CRX graphic, and as such in artist_get_cursor_pos()