Home
last modified time | relevance | path

Searched refs:nport (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/
Ddma.c81 static void write_page (void *opaque, uint32_t nport, uint32_t data) in write_page() argument
86 ichan = channels[nport & 7]; in write_page()
88 dolog ("invalid channel %#x %#x\n", nport, data); in write_page()
94 static void write_pageh (void *opaque, uint32_t nport, uint32_t data) in write_pageh() argument
99 ichan = channels[nport & 7]; in write_pageh()
101 dolog ("invalid channel %#x %#x\n", nport, data); in write_pageh()
107 static uint32_t read_page (void *opaque, uint32_t nport) in read_page() argument
112 ichan = channels[nport & 7]; in read_page()
114 dolog ("invalid channel read %#x\n", nport); in read_page()
120 static uint32_t read_pageh (void *opaque, uint32_t nport) in read_pageh() argument
[all …]
/external/chromium_org/ppapi/tests/
Dtest_net_address_private_untrusted.cc129 uint16_t nport = port_; in TestReplacePort() local
130 if (nport == std::numeric_limits<uint16_t>::max()) in TestReplacePort()
131 --nport; in TestReplacePort()
133 ++nport; in TestReplacePort()
134 ASSERT_TRUE(NetAddressPrivate::ReplacePort(src_addr, nport, &dst_addr)); in TestReplacePort()
137 os << host_ << ':' << nport; in TestReplacePort()