Searched refs:outb (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c4422 u32 *outb; local
4425 outb = kzalloc(outlen, GFP_KERNEL);
4426 if (!outb)
4429 err = mlx5_core_qp_query(dev->mdev, &qp->trans_qp.base.mqp, outb,
4435 context = (struct mlx5_qp_context *)MLX5_ADDR_OF(query_qp_out, outb, qpc);
4476 kfree(outb);
/freebsd-12-stable/sys/dev/cy/
H A Dcy.c1690 outb(com->modem_ctl_port, com->mcr_image &= ~CD1400_MSVR1_RTS);
1700 outb(com->modem_ctl_port, com->mcr_image |= CD1400_MSVR1_RTS);
/freebsd-12-stable/sys/dev/sge/
H A Dif_sge.c317 outb(0x78, 0x09 + i);
320 outb(0x78, 0x12);
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h1023 int mlx5_core_mad_ifc(struct mlx5_core_dev *dev, const void *inb, void *outb,
/freebsd-12-stable/sys/amd64/amd64/
H A Dmachdep.c2716 * Provide inb() and outb() as functions. They are normally only available as
2733 outb(port, data);
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c3258 * Provide inb() and outb() as functions. They are normally only available as
3275 outb(port, data);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_display.c8970 outb(VGA_SR_INDEX, SR01);
8972 outb(VGA_SR_DATA, sr1 | 1<<5);

Completed in 140 milliseconds

1234