Searched full:spmr (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpib/include/ |
| H A D | nec7210_registers.h | 29 SPMR, // serial poll mode enumerator 107 // SPMR, serial poll mode register
|
| H A D | tms9914.h | 154 SPMR = 5, /* serial poll mode register */ enumerator
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpc5121.h | 26 u32 spmr; /* System PLL Mode Register */ member
|
| /linux/drivers/gpib/tms9914/ |
| H A D | tms9914.c | 263 write_byte(priv, status, SPMR); in tms9914_serial_poll_response() 732 write_byte(priv, priv->spoll_status, SPMR); in tms9914_interrupt_have_status() 840 write_byte(priv, 0, SPMR); in tms9914_board_reset()
|
| /linux/drivers/gpib/nec7210/ |
| H A D | nec7210.c | 84 * based on bit 6 of the SPMR (see chapter 11.3.3 of 488.2). For simpler chips that simply 102 write_byte(priv, status, SPMR); in nec7210_serial_poll_response() 978 write_byte(priv, 0, SPMR); in nec7210_board_reset()
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | suspend.c | 78 u32 spmr; member
|
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 800 * issue the reqt until the SPMR is written to at in tnt4882_serial_poll_response2() 808 * the SPMR to insure we are using in tnt4882_serial_poll_response2() 811 write_byte(&priv->nec7210_priv, status & ~request_service_bit, SPMR); in tnt4882_serial_poll_response2()
|
| /linux/drivers/gpib/fmh_gpib/ |
| H A D | fmh_gpib.c | 204 * issue the reqt until the SPMR is written to at in fmh_gpib_serial_poll_response2() 213 * the SPMR to insure we are using in fmh_gpib_serial_poll_response2() 216 write_byte(&priv->nec7210_priv, status & ~request_service_bit, SPMR); in fmh_gpib_serial_poll_response2()
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | clock-commonclk.c | 305 spmf = get_bit_field(&clkregs->spmr, 24, 4); in get_spmf_mult() 350 cpmf = get_bit_field(&clkregs->spmr, 16, 4); in get_cpmf_mult_x2()
|
| /linux/drivers/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 1264 writes[12].address = SPMR; in agilent_82357a_init()
|
| /linux/drivers/gpib/ni_usb/ |
| H A D | ni_usb_gpib.c | 1473 writes[i].address = nec7210_to_tnt4882_offset(SPMR); in ni_usb_serial_poll_response()
|