Lines Matching refs:SXFRCTL0
1186 printk("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); in ahc_handle_seqint()
1436 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1437 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
1438 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1439 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
2569 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate()
2573 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate()
3437 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3438 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3444 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3445 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3453 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3473 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3501 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3502 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3513 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3514 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
4573 ahc_outb(ahc, SXFRCTL0, 0); in ahc_shutdown()
5110 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
5127 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
7222 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50); in ahc_dump_card_state()