Searched refs:qw (Results 1 – 19 of 19) sorted by relevance
32 if echo "$source_line" | grep -qw CMDINFO ; then35 if echo "$source_line" | grep -qw dump_desc_dbg ; then38 if echo "$source_line" | grep -qw CAMERA_IS_OPERATIONAL ; then41 if echo "$source_line" | grep -qw USBVISION_IS_OPERATIONAL ; then44 if echo "$source_line" | grep -qw DEV_INIT_TEST_WITH_RETURN ; then47 if echo "$source_line" | grep -qw TW_PRINTK ; then50 if echo "$source_line" | grep -qw RESET_ONE_SEC_TX_CNT ; then53 if echo "$source_line" | grep -qw SOCK_DEBUG; then56 if echo "$source_line" | grep -qw P80211SKB_RXMETA ; then59 if echo "$source_line" | grep -qw ACM_READY ; then[all …]
55 egrep -qw '(BUG|BT_STATE_CHANGE)' ; then61 if echo "$line_txt" | egrep -qw $func ; then72 if tail -n +$(($line)) $code_file | head -n 1 | grep -qw 'break' ; then
255 data.qw = pxtool_swap_endian(*data_p, size); in pxtool_pcicfg_access()257 data.qw = *data_p; in pxtool_pcicfg_access()261 data.b = (uint8_t)data.qw; in pxtool_pcicfg_access()264 data.w = (uint16_t)data.qw; in pxtool_pcicfg_access()267 data.dw = (uint32_t)data.qw; in pxtool_pcicfg_access()276 prg_p->offset, size, data.qw); in pxtool_pcicfg_access()282 VAL64(&req) = data.qw; in pxtool_pcicfg_access()292 data.qw = 0; in pxtool_pcicfg_access()299 data.qw = VAL64(&req); in pxtool_pcicfg_access()305 data.qw = (uint64_t)data.b; in pxtool_pcicfg_access()[all …]
121 dataw.qw = data; in hvio_rp_mps()
1280 "off 0x%x size 0x%x data 0x%llx\n", dip, bdf, off, size, data.qw); in px_lib_config_put()1378 wdata.qw = (uint8_t)data; in px_pci_config_put8()1387 wdata.qw = (uint16_t)data; in px_pci_config_put16()1396 wdata.qw = (uint32_t)data; in px_pci_config_put32()1405 wdata.qw = (uint32_t)(data & 0xffffffff); in px_pci_config_put64()1407 wdata.qw = (uint32_t)((data >> 32) & 0xffffffff); in px_pci_config_put64()
47 uint64_t qw; member69 #define VAL64(req) ((req)->value.qw)
26 use Errno qw(EINTR :POSIX);
47 use File::Temp qw/ :POSIX /;
71 @order = qw(libc libe liba libd libb);
34 use vars qw($opt_d);
100 wdata.qw = val; in pci_cfgacc_set()
32 use Sun::Solaris::Project qw(:ALL);
15 use Sun::Solaris::Task qw(:ALL);
35 use Sun::Solaris::Utils qw(gmatch);
57 foreach my $constname (qw(
15 use Sun::Solaris::Project qw(:ALL);
33 use vars qw($opt_d);
157 use Sun::Solaris::Project qw(:ALL :PRIVATE);
37 use Sun::Solaris::Lgrp qw(:ALL);