Searched refs:irp_cfg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dtsi108_pci.c250 u_int irp_cfg; local
253 irp_cfg = tsi108_read_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_CFG_CTL);
255 irp_cfg |= (1 << int_line); /* INTx_DIR = output */
256 irp_cfg &= ~(3 << (8 + (int_line * 2))); /* INTx_TYPE = unused */
257 tsi108_write_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_CFG_CTL, irp_cfg);
259 irp_cfg = tsi108_read_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_CFG_CTL);
264 u_int irp_cfg; local
267 irp_cfg = tsi108_read_reg(TSI108_PCI_OFFSET + TSI108_PCI_IRP_CFG_CTL);
269 irp_cfg &= ~(1 << int_line);
270 irp_cfg |
[all...]

Completed in 58 milliseconds