Home
last modified time | relevance | path

Searched refs:lfsr_next (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/net/ipxe/ipxe-2265a65/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/bus/
H A Disapnp.c238 register uint8_t lfsr_next; in isapnp_lfsr_next() local
240 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
241 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
242 return lfsr_next; in isapnp_lfsr_next()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/bus/
H A Disapnp.c237 register uint8_t lfsr_next; in isapnp_lfsr_next() local
239 lfsr_next = lfsr >> 1; in isapnp_lfsr_next()
240 lfsr_next |= ( ( ( lfsr ^ lfsr_next ) ^ input_bit ) ) << 7; in isapnp_lfsr_next()
241 return lfsr_next; in isapnp_lfsr_next()
/dports/benchmarks/fio/fio-3.29/lib/
H A Dlfsr.h25 int lfsr_next(struct fio_lfsr *fl, uint64_t *off);
H A Dlfsr.c142 int lfsr_next(struct fio_lfsr *fl, uint64_t *off) in lfsr_next() function
/dports/benchmarks/fio/fio-3.29/t/
H A Daxmap.c24 if (lfsr_next(&lfsr, &val)) { in test_regular()
138 if (lfsr_next(&lfsr, &val)) { in test_next_free()
H A Dlfsr-test.c94 while (!lfsr_next(fl, &i)) { in main()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/e320/ip/aurora_64b66b_pcs_pma/
H A Daurora_axis_mac.v299 wire [LFSR_LEN-1:0] lfsr_next = compute_lfsr_next(lfsr_check);; net
316 if (bist_i_tdata != lfsr_to_axis(lfsr_next)) begin
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/n3xx/ip/aurora_64b66b_pcs_pma/
H A Daurora_axis_mac.v299 wire [LFSR_LEN-1:0] lfsr_next = compute_lfsr_next(lfsr_check);; net
316 if (bist_i_tdata != lfsr_to_axis(lfsr_next)) begin
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/top/x300/ip/aurora_64b66b_pcs_pma/
H A Daurora_axis_mac.v299 wire [LFSR_LEN-1:0] lfsr_next = compute_lfsr_next(lfsr_check);; net
316 if (bist_i_tdata != lfsr_to_axis(lfsr_next)) begin
/dports/benchmarks/fio/fio-3.29/
H A Dio_u.c106 if (lfsr_next(&f->lfsr, &off)) in __get_next_rand_offset()