Searched refs:outb_p (Results 1 - 25 of 176) sorted by path

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Disa-timer.c36 outb_p(0x00, 0x43); /* latch the count ASAP */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Dmisc.c276 outb_p(14, vidport);
277 outb_p(0xff & (pos >> 9), vidport+1);
278 outb_p(15, vidport);
279 outb_p(0xff & (pos >> 1), vidport+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c931 outb_p(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */
933 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */
H A Di8253.c43 outb_p(0x34, PIT_MODE);
45 outb_p(LATCH & 0xff , PIT_CH0); /* LSB */
62 outb_p(0x38, PIT_MODE);
79 outb_p(delta & 0xff , PIT_CH0); /* LSB */
151 outb_p(0x00, PIT_MODE); /* latch the count ASAP */
157 outb_p(0x34, PIT_MODE);
158 outb_p(LATCH & 0xff, PIT_CH0);
H A Di8259.c295 * outb_p - this has to work on a wide range of PC hardware.
297 outb_p(0x11, PIC_MASTER_CMD); /* ICW1: select 8259A-1 init */
298 outb_p(0x20 + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0-7 mapped to 0x20-0x27 */
299 outb_p(1U << PIC_CASCADE_IR, PIC_MASTER_IMR); /* 8259A-1 (the master) has a slave on IR2 */
301 outb_p(MASTER_ICW4_DEFAULT | PIC_ICW4_AEOI, PIC_MASTER_IMR);
303 outb_p(MASTER_ICW4_DEFAULT, PIC_MASTER_IMR);
305 outb_p(0x11, PIC_SLAVE_CMD); /* ICW1: select 8259A-2 init */
306 outb_p(0x20 + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0-7 mapped to 0x28-0x2f */
307 outb_p(PIC_CASCADE_IR, PIC_SLAVE_IMR); /* 8259A-2 is a slave on master's IR2 */
308 outb_p(SLAVE_ICW4_DEFAUL
[all...]
H A Dmca.c178 outb_p(0, MCA_ADAPTER_SETUP_REG);
179 outb_p(mca_dev->pos_register, MCA_MOTHERBOARD_SETUP_REG);
182 outb_p(0xff, MCA_MOTHERBOARD_SETUP_REG);
187 outb_p(0xff, MCA_MOTHERBOARD_SETUP_REG);
191 outb_p(0x8|(mca_dev->slot & 0xf), MCA_ADAPTER_SETUP_REG);
193 outb_p(0, MCA_ADAPTER_SETUP_REG);
214 outb_p(0xff, MCA_MOTHERBOARD_SETUP_REG);
218 outb_p(0x8|(mca_dev->slot&0xf), MCA_ADAPTER_SETUP_REG);
219 outb_p(byte, MCA_POS_REG(reg));
220 outb_p(
[all...]
H A Dtime.c94 outb_p(addr, RTC_PORT(0));
104 outb_p(addr, RTC_PORT(0));
105 outb_p(val, RTC_PORT(1));
188 outb_p( irq_v|0x80, 0x61 ); /* reset the IRQ */
H A Dvmiclock.c239 outb_p(0x3a, PIT_MODE); /* binary, mode 5, LSB/MSB, ch 0 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Delanfreq.c85 outb_p(0x80,REG_CSCIR);
147 outb_p(0x40,REG_CSCIR); /* Disable hyperspeed mode */
148 outb_p(0x00,REG_CSCDR);
155 outb_p(0x80,REG_CSCIR);
156 outb_p(elan_multiplier[state].val80h,REG_CSCDR);
159 outb_p(0x40,REG_CSCIR);
160 outb_p(elan_multiplier[state].val40h,REG_CSCDR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-visws/
H A Dsetup.c36 outb_p(SIO_DEV_SEL, SIO_INDEX);
37 outb_p(SIO_GP_DEV, SIO_DATA); /* Talk to GPIO regs. */
39 outb_p(SIO_DEV_MSB, SIO_INDEX);
40 outb_p(SIO_GP_MSB, SIO_DATA); /* MSB of GPIO base address */
42 outb_p(SIO_DEV_LSB, SIO_INDEX);
43 outb_p(SIO_GP_LSB, SIO_DATA); /* LSB of GPIO base address */
45 outb_p(SIO_DEV_ENB, SIO_INDEX);
46 outb_p(1, SIO_DATA); /* Enable GPIO registers. */
53 outb_p(SIO_DEV_SEL, SIO_INDEX);
54 outb_p(SIO_PM_DE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_basic.c177 outb_p(0x00, 0x43);
186 outb_p(LATCH & 0xff , 0x40); /* LSB */
H A Dvoyager_smp.c1417 outb_p(0x60|(cpi & 7),0x20);
1515 outb_p(cached_A1(cpu),0xA1);
1519 outb_p(cached_21(cpu),0x21);
1542 outb_p(cached_A1(cpu),0xA1);
1546 outb_p(cached_21(cpu),0x21);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dirq.c446 outb_p(pirq, 0xc00);
452 outb_p(pirq, 0xc00);
453 outb_p(irq, 0xc01);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Di8259.c270 * outb_p - this has to work on a wide range of PC hardware.
272 outb_p(0x11, PIC_MASTER_CMD); /* ICW1: select 8259A-1 init */
273 outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */
274 outb_p(1U << PIC_CASCADE_IR, PIC_MASTER_IMR); /* 8259A-1 (the master) has a slave on IR2 */
276 outb_p(MASTER_ICW4_DEFAULT | PIC_ICW4_AEOI, PIC_MASTER_IMR);
278 outb_p(MASTER_ICW4_DEFAULT, PIC_MASTER_IMR);
280 outb_p(0x11, PIC_SLAVE_CMD); /* ICW1: select 8259A-2 init */
281 outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 */
282 outb_p(PIC_CASCADE_IR, PIC_SLAVE_IMR); /* 8259A-2 is a slave on master's IR2 */
283 outb_p(SLAVE_ICW4_DEFAUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/qemu/
H A Dq-setup.c18 outb_p(0x34,0x43); /* binary, mode 2, LSB/MSB, ch 0 */
19 outb_p(LATCH & 0xff , 0x40); /* LSB */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dreset.c37 outb_p(0xfe,0x64); /* pulse reset low */
H A Dtime.c45 outb_p (0x34, 0x43);
46 outb_p(SNI_8254_TCSAMP_COUNTER & 0xff, 0x40);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/vr41xx/nec-cmbvr4133/
H A Dm1535plus.c31 outb_p(0x51, CONFIG_PORT(port)); \
32 outb_p(0x23, CONFIG_PORT(port)); \
37 outb_p(0x07, INDEX_PORT(port)); \
38 outb_p((dev_no), DATA_PORT(port)); \
43 outb_p((index), INDEX_PORT(port)); \
44 outb_p((data), DATA_PORT(port)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dsetup.c121 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset);
148 outb_p(*maple_nvram_command, maple_nvram_base + *maple_nvram_offset);
H A Dtime.c50 outb_p(addr, maple_rtc_addr);
56 outb_p(addr, maple_rtc_addr);
57 outb_p(val, maple_rtc_addr+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dtodc_time.c114 outb_p(addr, todc_info->nvram_as0);
121 outb_p(addr, todc_info->nvram_as0);
122 outb_p(val, todc_info->nvram_data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boards/se/770x/
H A Dsetup.c23 outb_p(index, INDEX_PORT);
24 outb_p(data, DATA_PORT);
29 outb_p(CONFIG_ENTER, CONFIG_PORT);
30 outb_p(CONFIG_ENTER, CONFIG_PORT);
61 outb_p(CONFIG_EXIT, CONFIG_PORT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c184 mv_set(outb_p); mv_set(outw_p); mv_set(outl_p);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/compressed/
H A Dmisc.c272 outb_p(14, vidport);
273 outb_p(0xff & (pos >> 9), vidport+1);
274 outb_p(15, vidport);
275 outb_p(0xff & (pos >> 1), vidport+1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dapic.c799 outb_p(0x00, 0x43);
804 outb_p(0x00, 0x43);

Completed in 191 milliseconds

12345678