| | | | |
| W |
| |
| | window resources |
| | | release window resources - csx_ReleaseWindow ( ) |
| | | request window resources - csx_RequestWindow ( ) |
| |
| | write data to mapped device in the memory space or allocated DMA memory |
| | | - ddi_mem_put8 ( ) |
| | | - ddi_mem_put16 ( ) |
| | | - ddi_mem_put32 ( ) |
| | | - ddi_mem_put64 ( ) |
| | | - ddi_mem_rep_put8 ( ) |
| | | - ddi_mem_rep_put16 ( ) |
| | | - ddi_mem_rep_put32 ( ) |
| | | - ddi_mem_rep_put64 ( ) |
| |
| | write data to the device |
| | | - ddi_put8 ( ) |
| | | - ddi_put16 ( ) |
| | | - ddi_put32 ( ) |
| | | - ddi_put64 ( ) |
| |
| | write data to the mapped device register in I/O space |
| | | - ddi_io_put8 ( ) |
| | | - ddi_io_put16 ( ) |
| | | - ddi_io_put32 ( ) |
| | | - ddi_io_putb ( ) |
| | | - ddi_io_putl ( ) |
| | | - ddi_io_putw ( ) |
| |
| | write data to the mapped memory address, device register or allocated DMA memory address |
| | | - ddi_rep_put8 ( ) |
| | | - ddi_rep_put16 ( ) |
| | | - ddi_rep_put32 ( ) |
| | | - ddi_rep_put64 ( ) |
| | | - ddi_rep_putb ( ) |
| | | - ddi_rep_putl ( ) |
| | | - ddi_rep_putll ( ) |
| | | - ddi_rep_putw ( ) |
| |
| | write multiple data to the mapped device register in I/O space |
| | | - ddi_io_rep_put8 ( ) |
| | | - ddi_io_rep_put16 ( ) |
| | | - ddi_io_rep_put32 ( ) |
| | | - ddi_io_rep_putb ( ) |
| | | - ddi_io_rep_putl ( ) |
| | | - ddi_io_rep_putw ( ) |
| |
| | write or read a PC Card Configuration Register - csx_AccessConfigurationRegister ( ) |
| |
| | write repetitively to device register |
| | | - csx_RepPut8 ( ) |
| | | - csx_RepPut16 ( ) |
| | | - csx_RepPut32 ( ) |
| | | - csx_RepPut64 ( ) |
| |
| | write to an I/O port |
| | | - outb ( ) |
| | | - outl ( ) |
| | | - outw ( ) |
| | | - repoutsb ( ) |
| | | - repoutsd ( ) |
| | | - repoutsw ( ) |
| |
| | write to device register |
| | | - csx_Put8 ( ) |
| | | - csx_Put16 ( ) |
| | | - csx_Put32 ( ) |
| | | - csx_Put64 ( ) |