Home
last modified time | relevance | path

Searched refs:testval (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c242 uint32_t sample, testval, regoffset = nv04_dac_output_offset(encoder); in nv17_dac_sample_load() local
249 testval = RGB_TEST_DATA(0xa0, 0xa0, 0xa0); in nv17_dac_sample_load()
252 testval = drm->vbios.tvdactestval; in nv17_dac_sample_load()
254 testval = RGB_TEST_DATA(0x140, 0x140, 0x140); /* 0x94050140 */ in nv17_dac_sample_load()
257 testval = drm->vbios.dactestval; in nv17_dac_sample_load()
305 NV_PRAMDAC_TESTPOINT_DATA_NOTBLANK | testval); in nv17_dac_sample_load()
H A Dtvnv17.c50 uint32_t testval, regoffset = nv04_dac_output_offset(encoder); in nv42_tv_sample_load() local
57 testval = RGB_TEST_DATA(0x82, 0xeb, 0x82); in nv42_tv_sample_load()
59 testval = drm->vbios.tvdactestval; in nv42_tv_sample_load()
102 NVWriteRAMDAC(dev, head, 0x680c6c, testval >> 10 & 0x3ff); in nv42_tv_sample_load()
108 NVWriteRAMDAC(dev, head, 0x680c6c, testval & 0x3ff); in nv42_tv_sample_load()
/OK3568_Linux_fs/kernel/drivers/char/
H A Ddtlk.c392 unsigned int testval = 0; in dtlk_dev_probe() local
402 dtlk_portlist[i], (testval = inw_p(dtlk_portlist[i]))); in dtlk_dev_probe()
408 testval = inw_p(dtlk_portlist[i]); in dtlk_dev_probe()
409 if ((testval &= 0xfbff) == 0x107f) { in dtlk_dev_probe()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dopera1.c449 u8 testval; in opera1_xilinx_load_firmware() local
458 opera1_xilinx_rw(dev, 0xbc, 0x00, &testval, 1, OPERA_READ_MSG); in opera1_xilinx_load_firmware()
459 if (p != NULL && testval != 0x67) { in opera1_xilinx_load_firmware()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c5032 static unsigned char testval[] = {0x00, 0xff, 0xaa, 0x55, 0x69, 0x96}; in register_test() local
5033 static unsigned int count = ARRAY_SIZE(testval); in register_test()
5048 write_reg(info, TMC, testval[i]); in register_test()
5049 write_reg(info, IDL, testval[(i+1)%count]); in register_test()
5050 write_reg(info, SA0, testval[(i+2)%count]); in register_test()
5051 write_reg(info, SA1, testval[(i+3)%count]); in register_test()
5053 if ( (read_reg(info, TMC) != testval[i]) || in register_test()
5054 (read_reg(info, IDL) != testval[(i+1)%count]) || in register_test()
5055 (read_reg(info, SA0) != testval[(i+2)%count]) || in register_test()
5056 (read_reg(info, SA1) != testval[(i+3)%count]) ) in register_test()
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dcheckpatch.pl5345 my $testval = $2;
5351 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*(?:devm_)?(?:[kv][…
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckpatch.pl5871 my $testval = $2;
5877 …if ($s =~ /(?:^|\n)[ \+]\s*(?:$Type\s*)?\Q$testval\E\s*=\s*(?:\([^\)]*\)\s*)?\s*$allocFunctions\s*…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c7727 uint8 testval = extra; in dhdsdio_testrcv() local
7729 if (*prn != testval) { in dhdsdio_testrcv()
7731 i, bus->pktgen_rcvd_rcvsession, testval, *prn)); in dhdsdio_testrcv()
7732 prn++; testval++; in dhdsdio_testrcv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c7926 uint8 testval = extra; local
7928 if (*prn != testval) {
7930 i, bus->pktgen_rcvd_rcvsession, testval, *prn));
7931 prn++; testval++;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c7988 uint8 testval = extra; local
7990 if (*prn != testval) {
7992 i, bus->pktgen_rcvd_rcvsession, testval, *prn));
7993 prn++; testval++;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c7922 uint8 testval = extra; local
7924 if (*prn != testval) {
7926 i, bus->pktgen_rcvd_rcvsession, testval, *prn));
7927 prn++; testval++;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c8573 uint8 testval = extra; in dhdsdio_testrcv() local
8575 if (*prn != testval) { in dhdsdio_testrcv()
8577 i, bus->pktgen_rcvd_rcvsession, testval, *prn)); in dhdsdio_testrcv()
8578 prn++; testval++; in dhdsdio_testrcv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c8558 uint8 testval = extra; in dhdsdio_testrcv() local
8560 if (*prn != testval) { in dhdsdio_testrcv()
8562 i, bus->pktgen_rcvd_rcvsession, testval, *prn)); in dhdsdio_testrcv()
8563 prn++; testval++; in dhdsdio_testrcv()