Lines Matching refs:SXFRCTL0
1179 printk("SXFRCTL0 == 0x%x\n", ahc_inb(ahc, SXFRCTL0)); in ahc_handle_seqint()
1428 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1429 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
1430 ahc_outb(ahc, SXFRCTL0, in ahc_handle_seqint()
1431 ahc_inb(ahc, SXFRCTL0) | CLRSTCNT|CLRCHN); in ahc_handle_seqint()
2544 sxfrctl0 = ahc_inb(ahc, SXFRCTL0); in ahc_set_syncrate()
2548 ahc_outb(ahc, SXFRCTL0, sxfrctl0); in ahc_set_syncrate()
3412 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3413 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3419 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3420 ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3428 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3448 ahc_outb(ahc, SXFRCTL0, ahc_inb(ahc, SXFRCTL0) & ~SPIOEN); in ahc_handle_message_phase()
3476 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3477 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
3488 ahc_outb(ahc, SXFRCTL0, in ahc_handle_message_phase()
3489 ahc_inb(ahc, SXFRCTL0) | SPIOEN); in ahc_handle_message_phase()
4532 ahc_outb(ahc, SXFRCTL0, 0); in ahc_shutdown()
5066 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
5083 ahc_outb(ahc, SXFRCTL0, DFON|SPIOEN); in ahc_chip_init()
7154 ahc_sxfrctl0_print(ahc_inb(ahc, SXFRCTL0), &cur_col, 50); in ahc_dump_card_state()