Lines Matching +full:875 +full:v
851 #define OUTB_OFF(o, v) bus_write_1(np->io_res, (o), (v)) argument
852 #define OUTW_OFF(o, v) bus_write_2(np->io_res, (o), (v)) argument
853 #define OUTL_OFF(o, v) bus_write_4(np->io_res, (o), (v)) argument
861 #define OUTB_OFF(o, v) bus_write_1(np->mmio_res, (o), (v)) argument
862 #define OUTW_OFF(o, v) bus_write_2(np->mmio_res, (o), (v)) argument
863 #define OUTL_OFF(o, v) bus_write_4(np->mmio_res, (o), (v)) argument
877 #define OUTB(r, v) OUTB_OFF(offsetof(struct sym_reg,r), (v)) argument
878 #define OUTW(r, v) OUTW_OFF(offsetof(struct sym_reg,r), (v)) argument
879 #define OUTL(r, v) OUTL_OFF(offsetof(struct sym_reg,r), (v)) argument
893 #define OUTL_DSP(v) \ argument
896 OUTL (nc_dsp, (v)); \
2374 * bursts. The 825A, 875 and 895 chips support bursts of up
2662 * - For previous generation chips (825/825A/875), in sym_prepare_setting()
6953 * True with 875/895/896/895A with clock multiplier selected
8273 {PCI_ID_SYM53C875, 0x01, "875", 6, 16, 5, 2,
8277 {PCI_ID_SYM53C875, 0xff, "875", 6, 16, 5, 2,
8281 {PCI_ID_SYM53C875_2, 0xff, "875", 6, 16, 5, 2,