Searched refs:sreset (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.c24 u32 sreset; local
35 sreset = readl((void *)pci_reset_offset);
36 sreset |= BE2_SET_RESET;
37 writel(sreset, (void *)pci_reset_offset);
40 while (sreset & BE2_SET_RESET) {
44 sreset = readl((void *)pci_reset_offset);
48 if (sreset & BE2_SET_RESET) {
56 sreset = BE2_SET_RESET;
57 writel(sreset, (void *)pci_reset_offset);
60 while (sreset
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_cmds.c24 u32 sreset; local
35 sreset = readl((void *)pci_reset_offset);
36 sreset |= BE2_SET_RESET;
37 writel(sreset, (void *)pci_reset_offset);
40 while (sreset & BE2_SET_RESET) {
44 sreset = readl((void *)pci_reset_offset);
48 if (sreset & BE2_SET_RESET) {
56 sreset = BE2_SET_RESET;
57 writel(sreset, (void *)pci_reset_offset);
60 while (sreset
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Deata.c758 sreset : 1; member in struct:mscp
774 unchar sreset :1, /* SCSI Bus Reset Signal should be asserted */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Deata.c758 sreset : 1; member in struct:mscp
774 unchar sreset :1, /* SCSI Bus Reset Signal should be asserted */

Completed in 80 milliseconds